Title: [208901] trunk/JSTests
- Revision
- 208901
- Author
- [email protected]
- Date
- 2016-11-18 14:32:01 -0800 (Fri, 18 Nov 2016)
Log Message
REGRESSION(r208867): JSC test failure: ChakraCore.yaml/ChakraCore/test/strict/05.arguments_sm.js.default
https://bugs.webkit.org/show_bug.cgi?id=164929
Reviewed by Mark Lam.
ES2017 drops arguments.caller and _javascript_Core is updated to meet the spec.
This patch rebaselines the result of ChakraCore test for JSC.
* ChakraCore/test/strict/05.arguments_sm.baseline-jsc:
Modified Paths
Diff
Modified: trunk/JSTests/ChakraCore/test/strict/05.arguments_sm.baseline-jsc (208900 => 208901)
--- trunk/JSTests/ChakraCore/test/strict/05.arguments_sm.baseline-jsc 2016-11-18 22:31:13 UTC (rev 208900)
+++ trunk/JSTests/ChakraCore/test/strict/05.arguments_sm.baseline-jsc 2016-11-18 22:32:01 UTC (rev 208901)
@@ -8,17 +8,6 @@
[native code]
}
arguments.callee:value : undefined
-arguments.caller:configurable : false
-arguments.caller:enumerable : false
-arguments.caller:writable : undefined
-arguments.caller:getter : function () {
- [native code]
-}
-arguments.caller:setter : function () {
- [native code]
-}
-arguments.caller:value : undefined
+arguments.caller :propDesc undefined
Exception: 'arguments', 'callee', and 'caller' cannot be accessed in this context.
Exception: 'arguments', 'callee', and 'caller' cannot be accessed in this context.
-Exception: 'arguments', 'callee', and 'caller' cannot be accessed in this context.
-Exception: 'arguments', 'callee', and 'caller' cannot be accessed in this context.
Modified: trunk/JSTests/ChangeLog (208900 => 208901)
--- trunk/JSTests/ChangeLog 2016-11-18 22:31:13 UTC (rev 208900)
+++ trunk/JSTests/ChangeLog 2016-11-18 22:32:01 UTC (rev 208901)
@@ -1,3 +1,15 @@
+2016-11-18 Yusuke Suzuki <[email protected]>
+
+ REGRESSION(r208867): JSC test failure: ChakraCore.yaml/ChakraCore/test/strict/05.arguments_sm.js.default
+ https://bugs.webkit.org/show_bug.cgi?id=164929
+
+ Reviewed by Mark Lam.
+
+ ES2017 drops arguments.caller and _javascript_Core is updated to meet the spec.
+ This patch rebaselines the result of ChakraCore test for JSC.
+
+ * ChakraCore/test/strict/05.arguments_sm.baseline-jsc:
+
2016-11-18 Joseph Pecoraro <[email protected]>
Web Inspector: Generator functions should have a displayable name when shown in stack traces
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes