Title: [195476] trunk/Source/_javascript_Core
Revision
195476
Author
[email protected]
Date
2016-01-22 14:21:48 -0800 (Fri, 22 Jan 2016)

Log Message

Unreviewed. Forgot to git stash pop some of the changes.
This should mark the rest of the es6 tests as passing.

* tests/es6.yaml:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (195475 => 195476)


--- trunk/Source/_javascript_Core/ChangeLog	2016-01-22 22:19:16 UTC (rev 195475)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-01-22 22:21:48 UTC (rev 195476)
@@ -1,5 +1,12 @@
 2016-01-22  Keith Miller  <[email protected]>
 
+        Unreviewed. Forgot to git stash pop some of the changes.
+        This should mark the rest of the es6 tests as passing.
+
+        * tests/es6.yaml:
+
+2016-01-22  Keith Miller  <[email protected]>
+
         Unreviewed. Mark es6 tests as passing.
 
         * tests/es6.yaml:

Modified: trunk/Source/_javascript_Core/tests/es6.yaml (195475 => 195476)


--- trunk/Source/_javascript_Core/tests/es6.yaml	2016-01-22 22:19:16 UTC (rev 195475)
+++ trunk/Source/_javascript_Core/tests/es6.yaml	2016-01-22 22:21:48 UTC (rev 195476)
@@ -743,7 +743,7 @@
 - path: es6/Array_static_methods_Array.from_map_function_instances_of_iterables.js
   cmd: runES6 :fail
 - path: es6/Array_static_methods_Array[Symbol.species].js
-  cmd: runES6 :fail
+  cmd: runES6 :normal
 - path: es6/arrow_functions_lexical_arguments_binding.js
   cmd: runES6 :fail
 - path: es6/arrow_functions_lexical_new.target_binding.js
@@ -865,7 +865,7 @@
 - path: es6/Map_iterator_closing.js
   cmd: runES6 :fail
 - path: es6/Map_Map[Symbol.species].js
-  cmd: runES6 :fail
+  cmd: runES6 :fnormal
 - path: es6/miscellaneous_built-in_prototypes_are_not_instances.js
   cmd: runES6 :fail
 - path: es6/miscellaneous_function_length_is_configurable.js
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to