Title: [189350] trunk/Source/_javascript_Core
Revision
189350
Author
[email protected]
Date
2015-09-04 09:32:34 -0700 (Fri, 04 Sep 2015)

Log Message

Since r189341, es6.yaml/es6/arrow_functions_no_prototype_property.js is expected to succeed

Rubber stamped by Michael Saboff.

* tests/es6.yaml:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (189349 => 189350)


--- trunk/Source/_javascript_Core/ChangeLog	2015-09-04 16:31:55 UTC (rev 189349)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-09-04 16:32:34 UTC (rev 189350)
@@ -1,3 +1,11 @@
+2015-09-04  Basile Clement  <[email protected]>
+
+        Since r189341, es6.yaml/es6/arrow_functions_no_prototype_property.js is expected to succeed
+
+        Rubber stamped by Michael Saboff.
+
+        * tests/es6.yaml:
+
 2015-09-04  Csaba Osztrogonác  <[email protected]>
 
         [ARM] Fix the ARM Traditional build after r189288

Modified: trunk/Source/_javascript_Core/tests/es6.yaml (189349 => 189350)


--- trunk/Source/_javascript_Core/tests/es6.yaml	2015-09-04 16:31:55 UTC (rev 189349)
+++ trunk/Source/_javascript_Core/tests/es6.yaml	2015-09-04 16:32:34 UTC (rev 189350)
@@ -719,7 +719,7 @@
 - path: es6/arrow_functions_lexical_super_binding.js
   cmd: runES6 :fail
 - path: es6/arrow_functions_no_prototype_property.js
-  cmd: runES6 :fail
+  cmd: runES6 :normal
 - path: es6/block-level_function_declaration.js
   cmd: runES6 :fail
 - path: es6/class_class_name_is_lexically_scoped.js
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to