Title: [205759] trunk/Tools
Revision
205759
Author
[email protected]
Date
2016-09-09 12:15:45 -0700 (Fri, 09 Sep 2016)

Log Message

Add ChakraCore tests to run-_javascript_core-tests
https://bugs.webkit.org/show_bug.cgi?id=161808

Reviewed by Saam Barati.

Added ChakraCore tests to the default list of tests to run.

* Scripts/run-_javascript_core-tests:
(runJSCStressTests):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (205758 => 205759)


--- trunk/Tools/ChangeLog	2016-09-09 19:02:24 UTC (rev 205758)
+++ trunk/Tools/ChangeLog	2016-09-09 19:15:45 UTC (rev 205759)
@@ -1,3 +1,15 @@
+2016-09-09  Michael Saboff  <[email protected]>
+
+        Add ChakraCore tests to run-_javascript_core-tests
+        https://bugs.webkit.org/show_bug.cgi?id=161808
+
+        Reviewed by Saam Barati.
+
+        Added ChakraCore tests to the default list of tests to run.
+
+        * Scripts/run-_javascript_core-tests:
+        (runJSCStressTests):
+
 2016-09-09  Alex Christensen  <[email protected]>
 
         URLParser: Handle \ in path according to spec

Modified: trunk/Tools/Scripts/run-_javascript_core-tests (205758 => 205759)


--- trunk/Tools/Scripts/run-_javascript_core-tests	2016-09-09 19:02:24 UTC (rev 205758)
+++ trunk/Tools/Scripts/run-_javascript_core-tests	2016-09-09 19:15:45 UTC (rev 205759)
@@ -275,7 +275,8 @@
             "JSTests/typeProfiler.yaml",
             "JSTests/controlFlowProfiler.yaml",
             "JSTests/es6.yaml",
-            "JSTests/modules.yaml");
+            "JSTests/modules.yaml",
+            "JSTests/ChakraCore.yaml");
     }
 
     if ($runMozillaTests) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to