Title: [211717] trunk/Tools
Revision
211717
Author
o...@webkit.org
Date
2017-02-06 00:35:26 -0800 (Mon, 06 Feb 2017)

Log Message

Unreviewed trivial fix after r211697.
https://bugs.webkit.org/show_bug.cgi?id=167863

* Scripts/run-_javascript_core-tests:
(runJSCStressTests): Renamed ES6SampleBench to ARES-6.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (211716 => 211717)


--- trunk/Tools/ChangeLog	2017-02-06 06:23:50 UTC (rev 211716)
+++ trunk/Tools/ChangeLog	2017-02-06 08:35:26 UTC (rev 211717)
@@ -1,3 +1,11 @@
+2017-02-06  Csaba Osztrogonác  <o...@webkit.org>
+
+        Unreviewed trivial fix after r211697.
+        https://bugs.webkit.org/show_bug.cgi?id=167863
+
+        * Scripts/run-_javascript_core-tests:
+        (runJSCStressTests): Renamed ES6SampleBench to ARES-6.
+
 2017-02-04  Simon Fraser  <simon.fra...@apple.com>
 
         Clean up how GraphicsLayer's "inWindow" state is set, and fix some issues with Page Overlays

Modified: trunk/Tools/Scripts/run-_javascript_core-tests (211716 => 211717)


--- trunk/Tools/Scripts/run-_javascript_core-tests	2017-02-06 06:23:50 UTC (rev 211716)
+++ trunk/Tools/Scripts/run-_javascript_core-tests	2017-02-06 08:35:26 UTC (rev 211717)
@@ -270,8 +270,8 @@
         @testList = (
             "PerformanceTests/SunSpider/tests/sunspider-1.0",
             "PerformanceTests/JetStream/cdjs/cdjs-tests.yaml",
-            "PerformanceTests/ES6SampleBench/Air/airjs-tests.yaml",
-            "PerformanceTests/ES6SampleBench/Basic/basic-tests.yaml",
+            "PerformanceTests/ARES-6/Air/airjs-tests.yaml",
+            "PerformanceTests/ARES-6/Basic/basic-tests.yaml",
             "JSTests/executableAllocationFuzz.yaml",
             "JSTests/exceptionFuzz.yaml",
             "PerformanceTests/SunSpider/no-architecture-specific-optimizations.yaml",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to