Title: [190695] trunk/LayoutTests
Revision
190695
Author
[email protected]
Date
2015-10-07 16:34:41 -0700 (Wed, 07 Oct 2015)

Log Message

Disable tail calls because it is breaking some sites.
https://bugs.webkit.org/show_bug.cgi?id=149900

Reviewed by Saam Barati.

Updating the expected test result because we disabled tail calls.

* js/caller-property-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (190694 => 190695)


--- trunk/LayoutTests/ChangeLog	2015-10-07 23:10:20 UTC (rev 190694)
+++ trunk/LayoutTests/ChangeLog	2015-10-07 23:34:41 UTC (rev 190695)
@@ -1,3 +1,14 @@
+2015-10-07  Mark Lam  <[email protected]>
+
+        Disable tail calls because it is breaking some sites.
+        https://bugs.webkit.org/show_bug.cgi?id=149900
+
+        Reviewed by Saam Barati.
+
+        Updating the expected test result because we disabled tail calls.
+
+        * js/caller-property-expected.txt:
+
 2015-10-07  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r190572, r190593, r190594, and

Modified: trunk/LayoutTests/js/caller-property-expected.txt (190694 => 190695)


--- trunk/LayoutTests/js/caller-property-expected.txt	2015-10-07 23:10:20 UTC (rev 190694)
+++ trunk/LayoutTests/js/caller-property-expected.txt	2015-10-07 23:34:41 UTC (rev 190695)
@@ -10,13 +10,13 @@
 PASS nonStrictCaller(strictCallee) threw exception TypeError: Type error.
 PASS strictCaller(nonStrictCallee) threw exception TypeError: Function.caller used to retrieve strict caller.
 PASS strictCaller(strictCallee) threw exception TypeError: Type error.
-PASS strictTailCaller(nonStrictCallee) is null
+FAIL strictTailCaller(nonStrictCallee) should be null. Threw exception TypeError: Function.caller used to retrieve strict caller
 PASS strictTailCaller(strictCallee) threw exception TypeError: Type error.
 PASS nonStrictCaller(boundNonStrictCallee) is nonStrictCaller
 PASS nonStrictCaller(boundStrictCallee) threw exception TypeError: Type error.
 PASS strictCaller(boundNonStrictCallee) threw exception TypeError: Function.caller used to retrieve strict caller.
 PASS strictCaller(boundStrictCallee) threw exception TypeError: Type error.
-PASS strictTailCaller(boundNonStrictCallee) is null
+FAIL strictTailCaller(boundNonStrictCallee) should be null. Threw exception TypeError: Function.caller used to retrieve strict caller
 PASS strictTailCaller(boundStrictCallee) threw exception TypeError: Type error.
 PASS nonStrictGetter(nonStrictAccessor) is nonStrictGetter
 PASS nonStrictSetter(nonStrictAccessor) is true
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to