[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

antonm at chromium.org antonm at chromium.org
Wed Dec 22 16:05:01 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1305d689979b66929307272d0c58a2f50365cb79
Author: antonm at chromium.org <antonm at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 18 17:34:22 2010 +0000

    Not reviewed, 1st fixing failures of fast/dom/setPrimitiveValue-exceptions.html
    https://bugs.webkit.org/show_bug.cgi?id=49653
    
    There is apparently a crash in Win DBG build so I'm keeping the suppression.
    
    * platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt: Added.
    * platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt: Added.
    * platform/chromium/test_expectations.txt:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72298 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 1b1f909..666b42a 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2010-11-18  Anton Muhin  <antonm at chromium.org>
+
+        Not reviewed, 1st fixing failures of fast/dom/setPrimitiveValue-exceptions.html
+        https://bugs.webkit.org/show_bug.cgi?id=49653
+
+        There is apparently a crash in Win DBG build so I'm keeping the suppression.
+
+        * platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt: Added.
+        * platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt: Added.
+        * platform/chromium/test_expectations.txt:
+
 2010-11-18  Sheriff Bot  <webkit.review.bot at gmail.com>
 
         Unreviewed, rolling out r72288.
diff --git a/LayoutTests/platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt b/LayoutTests/platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt
new file mode 100644
index 0000000..29bfd87
--- /dev/null
+++ b/LayoutTests/platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt
@@ -0,0 +1,64 @@
+Test exceptions thrown by the CSSPrimitiveValue APIs. Primitive values are currently immutable (see https://bugs.webkit.org/show_bug.cgi?id=31223)
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 10
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_DIMENSION) is 10
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_PX) is 10
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_NUMBER, 25) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_DIMENSION, 25) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_PX, 25) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_UNKNOWN, 25) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_STRING, 25) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_UNKNOWN) threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_STRING) threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getStringValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getCounterValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getRectValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getRGBColorValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 10
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_DIMENSION) is 10
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_PX) is 10
+FAIL fontFamily.getStringValue() should be Times. Was .
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_STRING, 'Hi there!') threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_ATTR, "G'day!") threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_UNKNOWN, 'Hi there!') threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_DIMENSION, "G'day!") threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_COUNTER, 'Hello, world!') threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS fontFamily.getFloatValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS fontFamily.getCounterValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS fontFamily.getRectValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS fontFamily.getRGBColorValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+FAIL fontFamily.getStringValue() should be Times. Was .
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 10
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_DIMENSION) is 10
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_PX) is 10
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_NUMBER, 25) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_DIMENSION, 25) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_PX, 25) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_UNKNOWN, 25) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_STRING, 25) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_UNKNOWN) threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_STRING) threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getStringValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getCounterValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getRectValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getRGBColorValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 10
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_DIMENSION) is 10
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_PX) is 10
+FAIL fontFamily.getStringValue() should be Times. Threw exception TypeError: Cannot call method 'getStringValue' of undefined
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_STRING, 'Hi there!') threw exception TypeError: Cannot call method 'setStringValue' of undefined.
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_ATTR, "G'day!") threw exception TypeError: Cannot call method 'setStringValue' of undefined.
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_UNKNOWN, 'Hi there!') threw exception TypeError: Cannot call method 'setStringValue' of undefined.
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_DIMENSION, "G'day!") threw exception TypeError: Cannot call method 'setStringValue' of undefined.
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_COUNTER, 'Hello, world!') threw exception TypeError: Cannot call method 'setStringValue' of undefined.
+PASS fontFamily.getFloatValue() threw exception TypeError: Cannot call method 'getFloatValue' of undefined.
+PASS fontFamily.getCounterValue() threw exception TypeError: Cannot call method 'getCounterValue' of undefined.
+PASS fontFamily.getRectValue() threw exception TypeError: Cannot call method 'getRectValue' of undefined.
+PASS fontFamily.getRGBColorValue() threw exception TypeError: Cannot call method 'getRGBColorValue' of undefined.
+FAIL fontFamily.getStringValue() should be Times. Threw exception TypeError: Cannot call method 'getStringValue' of undefined
+PASS successfullyParsed is true
+
+TEST COMPLETE
diff --git a/LayoutTests/platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt b/LayoutTests/platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt
new file mode 100644
index 0000000..29bfd87
--- /dev/null
+++ b/LayoutTests/platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt
@@ -0,0 +1,64 @@
+Test exceptions thrown by the CSSPrimitiveValue APIs. Primitive values are currently immutable (see https://bugs.webkit.org/show_bug.cgi?id=31223)
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 10
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_DIMENSION) is 10
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_PX) is 10
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_NUMBER, 25) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_DIMENSION, 25) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_PX, 25) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_UNKNOWN, 25) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_STRING, 25) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_UNKNOWN) threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_STRING) threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getStringValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getCounterValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getRectValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getRGBColorValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 10
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_DIMENSION) is 10
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_PX) is 10
+FAIL fontFamily.getStringValue() should be Times. Was .
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_STRING, 'Hi there!') threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_ATTR, "G'day!") threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_UNKNOWN, 'Hi there!') threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_DIMENSION, "G'day!") threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_COUNTER, 'Hello, world!') threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS fontFamily.getFloatValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS fontFamily.getCounterValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS fontFamily.getRectValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS fontFamily.getRGBColorValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+FAIL fontFamily.getStringValue() should be Times. Was .
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 10
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_DIMENSION) is 10
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_PX) is 10
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_NUMBER, 25) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_DIMENSION, 25) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_PX, 25) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_UNKNOWN, 25) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS left.setFloatValue(CSSPrimitiveValue.CSS_STRING, 25) threw exception Error: NO_MODIFICATION_ALLOWED_ERR: DOM Exception 7.
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_UNKNOWN) threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_STRING) threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getStringValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getCounterValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getRectValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getRGBColorValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 10
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_DIMENSION) is 10
+PASS left.getFloatValue(CSSPrimitiveValue.CSS_PX) is 10
+FAIL fontFamily.getStringValue() should be Times. Threw exception TypeError: Cannot call method 'getStringValue' of undefined
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_STRING, 'Hi there!') threw exception TypeError: Cannot call method 'setStringValue' of undefined.
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_ATTR, "G'day!") threw exception TypeError: Cannot call method 'setStringValue' of undefined.
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_UNKNOWN, 'Hi there!') threw exception TypeError: Cannot call method 'setStringValue' of undefined.
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_DIMENSION, "G'day!") threw exception TypeError: Cannot call method 'setStringValue' of undefined.
+PASS fontFamily.setStringValue(CSSPrimitiveValue.CSS_COUNTER, 'Hello, world!') threw exception TypeError: Cannot call method 'setStringValue' of undefined.
+PASS fontFamily.getFloatValue() threw exception TypeError: Cannot call method 'getFloatValue' of undefined.
+PASS fontFamily.getCounterValue() threw exception TypeError: Cannot call method 'getCounterValue' of undefined.
+PASS fontFamily.getRectValue() threw exception TypeError: Cannot call method 'getRectValue' of undefined.
+PASS fontFamily.getRGBColorValue() threw exception TypeError: Cannot call method 'getRGBColorValue' of undefined.
+FAIL fontFamily.getStringValue() should be Times. Threw exception TypeError: Cannot call method 'getStringValue' of undefined
+PASS successfullyParsed is true
+
+TEST COMPLETE
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index 228c981..cff219d 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -3193,7 +3193,7 @@ BUGWK49600 WIN LINUX : svg/dynamic-updates/SVGLineElement-svgdom-requiredFeature
 BUGWK49477 WIN LINUX : fast/canvas/canvas-arc-360-winding.html = TEXT
 
 // Regression after http://trac.webkit.org/changeset/72163
-BUGWK49653 WIN LINUX MAC : fast/dom/setPrimitiveValue-exceptions.html = TEXT CRASH IMAGE
+BUGWK49653 WIN : fast/dom/setPrimitiveValue-exceptions.html = TEXT
 BUGWK49653 WIN LINUX MAC : fast/css/line-height-determined-by-primary-font.html = IMAGE+TEXT IMAGE
 
 // Due to WebKit r72141 (needs rebaseline upstream?).

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list