Title: [191821] trunk/Source/_javascript_Core
Revision
191821
Author
[email protected]
Date
2015-10-30 15:31:49 -0700 (Fri, 30 Oct 2015)

Log Message

Unreviewed, forgot to mark tests as passing for new feature.

* tests/es6.yaml:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (191820 => 191821)


--- trunk/Source/_javascript_Core/ChangeLog	2015-10-30 22:30:49 UTC (rev 191820)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-10-30 22:31:49 UTC (rev 191821)
@@ -1,3 +1,9 @@
+2015-10-30  Keith Miller  <[email protected]>
+
+        Unreviewed, forgot to mark tests as passing for new feature.
+
+        * tests/es6.yaml:
+
 2015-10-30  Filip Pizlo  <[email protected]>
 
         B3 should be able to compile a control flow diamond

Modified: trunk/Source/_javascript_Core/tests/es6.yaml (191820 => 191821)


--- trunk/Source/_javascript_Core/tests/es6.yaml	2015-10-30 22:30:49 UTC (rev 191820)
+++ trunk/Source/_javascript_Core/tests/es6.yaml	2015-10-30 22:31:49 UTC (rev 191821)
@@ -1199,6 +1199,6 @@
 - path: es6/well-known_symbols_Symbol.toPrimitive.js
   cmd: runES6 :fail
 - path: es6/well-known_symbols_Symbol.toStringTag.js
-  cmd: runES6 :fail
+  cmd: runES6 :normal
 - path: es6/well-known_symbols_Symbol.toStringTag_misc._built-ins.js
-  cmd: runES6 :fail
+  cmd: runES6 :normal
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to