Title: [154920] trunk/LayoutTests
Revision
154920
Author
[email protected]
Date
2013-08-30 16:57:04 -0700 (Fri, 30 Aug 2013)

Log Message

Fix expected output

Modified Paths


Diff

Modified: trunk/LayoutTests/ChangeLog (154919 => 154920)


--- trunk/LayoutTests/ChangeLog	2013-08-30 23:45:45 UTC (rev 154919)
+++ trunk/LayoutTests/ChangeLog	2013-08-30 23:57:04 UTC (rev 154920)
@@ -1,3 +1,9 @@
+2013-08-30  Oliver Hunt  <[email protected]>
+
+        Fix expected output
+
+        * fast/js/basic-set-expected.txt:
+
 2013-08-30  Dean Jackson  <[email protected]>
 
         http://webkit.org/b/120490

Modified: trunk/LayoutTests/fast/js/basic-set-expected.txt (154919 => 154920)


--- trunk/LayoutTests/fast/js/basic-set-expected.txt	2013-08-30 23:45:45 UTC (rev 154919)
+++ trunk/LayoutTests/fast/js/basic-set-expected.txt	2013-08-30 23:57:04 UTC (rev 154920)
@@ -11,10 +11,10 @@
 PASS Set(undefined) instanceof Set is true
 PASS Set(undefined, undefined) instanceof Set is true
 PASS Set(null, undefined) instanceof Set is true
-PASS Set(1) threw exception TypeError: Set constructor does not accept arguments.
-PASS Set(true) threw exception TypeError: Set constructor does not accept arguments.
-PASS Set([]) threw exception TypeError: Set constructor does not accept arguments.
-PASS Set({}) threw exception TypeError: Set constructor does not accept arguments.
+PASS Set(1) threw exception TypeError: Set does not accept arguments when called as a function.
+PASS Set(true) threw exception TypeError: Set does not accept arguments when called as a function.
+PASS Set([]) threw exception TypeError: Set does not accept arguments when called as a function.
+PASS Set({}) threw exception TypeError: Set does not accept arguments when called as a function.
 PASS Set(undefined, null) threw exception RangeError: Invalid comparator function.
 PASS Set(undefined, {}) threw exception RangeError: Invalid comparator function.
 1
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to