Title: [195077] trunk/Source/_javascript_Core
Revision
195077
Author
[email protected]
Date
2016-01-14 14:44:19 -0800 (Thu, 14 Jan 2016)

Log Message

Unreviewed mark passing es6 tests as no longer failing.

* tests/es6.yaml:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (195076 => 195077)


--- trunk/Source/_javascript_Core/ChangeLog	2016-01-14 22:33:02 UTC (rev 195076)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-01-14 22:44:19 UTC (rev 195077)
@@ -1,5 +1,11 @@
 2016-01-14  Keith Miller  <[email protected]>
 
+        Unreviewed mark passing es6 tests as no longer failing.
+
+        * tests/es6.yaml:
+
+2016-01-14  Keith Miller  <[email protected]>
+
         [ES6] Support subclassing Function.
         https://bugs.webkit.org/show_bug.cgi?id=153081
 

Modified: trunk/Source/_javascript_Core/tests/es6.yaml (195076 => 195077)


--- trunk/Source/_javascript_Core/tests/es6.yaml	2016-01-14 22:33:02 UTC (rev 195076)
+++ trunk/Source/_javascript_Core/tests/es6.yaml	2016-01-14 22:44:19 UTC (rev 195077)
@@ -777,17 +777,17 @@
 - path: es6/for..of_loops_with_instances_of_generic_iterables.js
   cmd: runES6 :fail
 - path: es6/Function_is_subclassable_can_be_called.js
-  cmd: runES6 :fail
+  cmd: runES6 :normal
 - path: es6/Function_is_subclassable_can_be_used_with_new.js
-  cmd: runES6 :fail
+  cmd: runES6 :normal
 - path: es6/Function_is_subclassable_correct_prototype_chain.js
-  cmd: runES6 :fail
+  cmd: runES6 :normal
 - path: es6/Function_is_subclassable_Function.prototype.apply.js
-  cmd: runES6 :fail
+  cmd: runES6 :normal
 - path: es6/Function_is_subclassable_Function.prototype.bind.js
   cmd: runES6 :fail
 - path: es6/Function_is_subclassable_Function.prototype.call.js
-  cmd: runES6 :fail
+  cmd: runES6 :normal
 - path: es6/function_name_property_accessor_properties.js
   cmd: runES6 :fail
 - path: es6/function_name_property_bound_functions.js
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to