Title: [179169] trunk/Source/_javascript_Core
Revision
179169
Author
o...@webkit.org
Date
2015-01-26 22:14:01 -0800 (Mon, 26 Jan 2015)

Log Message

[Win] Enable JSC stress tests by default
https://bugs.webkit.org/show_bug.cgi?id=128307

Unreviewed typo fix after r179165.

* tests/mozilla/mozilla-tests.yaml:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (179168 => 179169)


--- trunk/Source/_javascript_Core/ChangeLog	2015-01-27 06:12:40 UTC (rev 179168)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-01-27 06:14:01 UTC (rev 179169)
@@ -3,6 +3,15 @@
         [Win] Enable JSC stress tests by default
         https://bugs.webkit.org/show_bug.cgi?id=128307
 
+        Unreviewed typo fix after r179165.
+
+        * tests/mozilla/mozilla-tests.yaml:
+
+2015-01-26  Csaba Osztrogonác  <o...@webkit.org>
+
+        [Win] Enable JSC stress tests by default
+        https://bugs.webkit.org/show_bug.cgi?id=128307
+
         Reviewed by Brent Fulgham.
 
         * tests/mozilla/mozilla-tests.yaml: Skipped on Windows.

Modified: trunk/Source/_javascript_Core/tests/mozilla/mozilla-tests.yaml (179168 => 179169)


--- trunk/Source/_javascript_Core/tests/mozilla/mozilla-tests.yaml	2015-01-27 06:12:40 UTC (rev 179168)
+++ trunk/Source/_javascript_Core/tests/mozilla/mozilla-tests.yaml	2015-01-27 06:14:01 UTC (rev 179169)
@@ -1541,7 +1541,7 @@
       if ($hostOS == "windows")
           skip
       else
-          defaultRunMozillaTest :normal, "../shell.js"
+          defaultRunMozillaTest :normal, "../shell.js", "shell.js"
       end
 - path: ecma_3/Date/15.9.5.7.js
   cmd: defaultRunMozillaTest :skip, "../shell.js", "shell.js"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to