Title: [190711] tags/Safari-602.1.6/LayoutTests
- Revision
- 190711
- Author
- [email protected]
- Date
- 2015-10-08 00:18:24 -0700 (Thu, 08 Oct 2015)
Log Message
Merged r190695. rdar://problem/22998598
Modified Paths
Diff
Modified: tags/Safari-602.1.6/LayoutTests/ChangeLog (190710 => 190711)
--- tags/Safari-602.1.6/LayoutTests/ChangeLog 2015-10-08 07:17:28 UTC (rev 190710)
+++ tags/Safari-602.1.6/LayoutTests/ChangeLog 2015-10-08 07:18:24 UTC (rev 190711)
@@ -1,3 +1,18 @@
+2015-10-08 Babak Shafiei <[email protected]>
+
+ Merge r190695.
+
+ 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-06 Jon Honeycutt <[email protected]>
Unreviewed iOS test gardening after r190629.
Modified: tags/Safari-602.1.6/LayoutTests/js/caller-property-expected.txt (190710 => 190711)
--- tags/Safari-602.1.6/LayoutTests/js/caller-property-expected.txt 2015-10-08 07:17:28 UTC (rev 190710)
+++ tags/Safari-602.1.6/LayoutTests/js/caller-property-expected.txt 2015-10-08 07:18:24 UTC (rev 190711)
@@ -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