Title: [89434] trunk/LayoutTests
Revision
89434
Author
[email protected]
Date
2011-06-22 08:57:33 -0700 (Wed, 22 Jun 2011)

Log Message

        Fixing burning mac SL trees. These tests's expected results needed
        updating after parts of them were fixed recently.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (89433 => 89434)


--- trunk/LayoutTests/ChangeLog	2011-06-22 15:44:04 UTC (rev 89433)
+++ trunk/LayoutTests/ChangeLog	2011-06-22 15:57:33 UTC (rev 89434)
@@ -1,3 +1,11 @@
+2011-06-22  Matthew Delaney  <[email protected]>
+
+        Fixing burning mac SL trees. These tests's expected results needed
+        updating after parts of them were fixed recently.
+
+        * fast/canvas/webgl/data-view-test-expected.txt:
+        * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
+
 2011-06-22  Dirk Schulze  <[email protected]>
 
         Reviewed by Nikolas Zimmermann.

Modified: trunk/LayoutTests/fast/canvas/webgl/data-view-test-expected.txt (89433 => 89434)


--- trunk/LayoutTests/fast/canvas/webgl/data-view-test-expected.txt	2011-06-22 15:44:04 UTC (rev 89433)
+++ trunk/LayoutTests/fast/canvas/webgl/data-view-test-expected.txt	2011-06-22 15:57:33 UTC (rev 89434)
@@ -305,8 +305,8 @@
 PASS view.getUint16() threw exception TypeError: Not enough arguments.
 PASS view.getInt32() threw exception TypeError: Not enough arguments.
 PASS view.getUint32() threw exception TypeError: Not enough arguments.
-PASS view.getFloat32() threw exception TypeError: Not enough arguments.
-PASS view.getFloat64() threw exception TypeError: Not enough arguments.
+PASS view.getFloat32() threw exception SyntaxError: Not enough arguments.
+PASS view.getFloat64() threw exception SyntaxError: Not enough arguments.
 
 Test for set methods that work
 PASS view.setInt8(0, 0) is undefined.

Modified: trunk/LayoutTests/platform/mac/canvas/philip/tests/2d.missingargs-expected.txt (89433 => 89434)


--- trunk/LayoutTests/platform/mac/canvas/philip/tests/2d.missingargs-expected.txt	2011-06-22 15:44:04 UTC (rev 89433)
+++ trunk/LayoutTests/platform/mac/canvas/philip/tests/2d.missingargs-expected.txt	2011-06-22 15:57:33 UTC (rev 89434)
@@ -68,12 +68,6 @@
 Failed assertion: should throw exception of type TypeError: ctx.arc(0, 0, 1, 0)
 Failed assertion: should throw exception of type TypeError: ctx.isPointInPath()
 Failed assertion: should throw exception of type TypeError: ctx.isPointInPath(0)
-Failed assertion: expected exception of type TypeError, got: SyntaxError: Not enough arguments
-Failed assertion: expected exception of type TypeError, got: SyntaxError: Not enough arguments
-Failed assertion: expected exception of type TypeError, got: SyntaxError: Not enough arguments
-Failed assertion: expected exception of type TypeError, got: SyntaxError: Not enough arguments
-Failed assertion: expected exception of type TypeError, got: SyntaxError: Not enough arguments
-Failed assertion: expected exception of type TypeError, got: SyntaxError: Not enough arguments
 Failed assertion: should throw exception of type TypeError: ctx.measureText()
 Failed assertion: should throw exception of type TypeError: ctx.createImageData()
 Failed assertion: expected exception of type TypeError, got: Error: NOT_SUPPORTED_ERR: DOM Exception 9
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to