Title: [202594] trunk/Tools
Revision
202594
Author
[email protected]
Date
2016-06-28 15:16:19 -0700 (Tue, 28 Jun 2016)

Log Message

Unreviewed, fix JSC tests. Air.js moved, and the harness needs to know.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (202593 => 202594)


--- trunk/Tools/ChangeLog	2016-06-28 22:12:52 UTC (rev 202593)
+++ trunk/Tools/ChangeLog	2016-06-28 22:16:19 UTC (rev 202594)
@@ -1,3 +1,10 @@
+2016-06-28  Filip Pizlo  <[email protected]>
+
+        Unreviewed, fix JSC tests. Air.js moved, and the harness needs to know.
+
+        * Scripts/run-_javascript_core-tests:
+        (runJSCStressTests):
+
 2016-06-28  Brian Burg  <[email protected]>
 
         RunLoop::Timer should use constructor templates instead of class templates

Modified: trunk/Tools/Scripts/run-_javascript_core-tests (202593 => 202594)


--- trunk/Tools/Scripts/run-_javascript_core-tests	2016-06-28 22:12:52 UTC (rev 202593)
+++ trunk/Tools/Scripts/run-_javascript_core-tests	2016-06-28 22:16:19 UTC (rev 202594)
@@ -268,7 +268,7 @@
         @testList = (
             "PerformanceTests/SunSpider/tests/sunspider-1.0",
             "PerformanceTests/JetStream/cdjs/cdjs-tests.yaml",
-            "PerformanceTests/Air.js/airjs-tests.yaml",
+            "PerformanceTests/ES6SampleBench/Air/airjs-tests.yaml",
             "Source/_javascript_Core/tests/executableAllocationFuzz.yaml",
             "Source/_javascript_Core/tests/exceptionFuzz.yaml",
             "PerformanceTests/SunSpider/no-architecture-specific-optimizations.yaml",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to