Title: [169043] trunk/Tools
Revision
169043
Author
[email protected]
Date
2014-05-19 04:09:16 -0700 (Mon, 19 May 2014)

Log Message

run-_javascript_core-tests should sort the list of failing stress tests
https://bugs.webkit.org/show_bug.cgi?id=132989

Patch by Eva Balazsfalvi <[email protected]> on 2014-05-19
Reviewed by Csaba Osztrogonác.

* Scripts/run-_javascript_core-tests:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (169042 => 169043)


--- trunk/Tools/ChangeLog	2014-05-19 09:17:53 UTC (rev 169042)
+++ trunk/Tools/ChangeLog	2014-05-19 11:09:16 UTC (rev 169043)
@@ -1,3 +1,12 @@
+2014-05-19  Eva Balazsfalvi  <[email protected]>
+
+        run-_javascript_core-tests should sort the list of failing stress tests
+        https://bugs.webkit.org/show_bug.cgi?id=132989
+
+        Reviewed by Csaba Osztrogonác.
+
+        * Scripts/run-_javascript_core-tests:
+
 2014-05-19  David Kilzer  <[email protected]>
 
         webkitdirs.pm: Add setupMacWebKitEnvironment() to set __XPC_DYLD_FRAMEWORK_PATH consistently

Modified: trunk/Tools/Scripts/run-_javascript_core-tests (169042 => 169043)


--- trunk/Tools/Scripts/run-_javascript_core-tests	2014-05-19 09:17:53 UTC (rev 169042)
+++ trunk/Tools/Scripts/run-_javascript_core-tests	2014-05-19 11:09:16 UTC (rev 169043)
@@ -311,6 +311,7 @@
 }
 
 my @jscStressFailList = readAllLines($jscStressResultsDir . "/failed");
+@jscStressFailList = sort @jscStressFailList;
 my $numJSCStressFailures = @jscStressFailList;
 
 if ($numJSCStressFailures) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to