Title: [199122] trunk/Source/_javascript_Core
Revision
199122
Author
mark....@apple.com
Date
2016-04-06 15:51:58 -0700 (Wed, 06 Apr 2016)

Log Message

Update es6.yaml to expect es6/Proxy_internal_get_calls_RegExp_constructor.js to pass.
https://bugs.webkit.org/show_bug.cgi?id=156314

Reviewed by Saam Barati.

* tests/es6.yaml:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (199121 => 199122)


--- trunk/Source/_javascript_Core/ChangeLog	2016-04-06 22:44:06 UTC (rev 199121)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-04-06 22:51:58 UTC (rev 199122)
@@ -1,3 +1,12 @@
+2016-04-06  Mark Lam  <mark....@apple.com>
+
+        Update es6.yaml to expect es6/Proxy_internal_get_calls_RegExp_constructor.js to pass.
+        https://bugs.webkit.org/show_bug.cgi?id=156314
+
+        Reviewed by Saam Barati.
+
+        * tests/es6.yaml:
+
 2016-04-06  Commit Queue  <commit-qu...@webkit.org>
 
         Unreviewed, rolling out r199104.

Modified: trunk/Source/_javascript_Core/tests/es6.yaml (199121 => 199122)


--- trunk/Source/_javascript_Core/tests/es6.yaml	2016-04-06 22:44:06 UTC (rev 199121)
+++ trunk/Source/_javascript_Core/tests/es6.yaml	2016-04-06 22:51:58 UTC (rev 199122)
@@ -1009,7 +1009,7 @@
 - path: es6/Proxy_internal_get_calls_RegExp.prototype[Symbol.split].js
   cmd: runES6 :fail
 - path: es6/Proxy_internal_get_calls_RegExp_constructor.js
-  cmd: runES6 :fail
+  cmd: runES6 :normal
 - path: es6/Proxy_internal_get_calls_String.prototype.match.js
   cmd: runES6 :normal
 - path: es6/Proxy_internal_get_calls_String.prototype.replace.js
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to