Title: [155206] trunk/Tools
Revision
155206
Author
[email protected]
Date
2013-09-06 12:40:32 -0700 (Fri, 06 Sep 2013)

Log Message

Actually increment $numFailures

Reviewed by Mark Hahnenberg.

* Scripts/run-jsc-stress-tests:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (155205 => 155206)


--- trunk/Tools/ChangeLog	2013-09-06 19:36:34 UTC (rev 155205)
+++ trunk/Tools/ChangeLog	2013-09-06 19:40:32 UTC (rev 155206)
@@ -1,5 +1,13 @@
 2013-09-06  Filip Pizlo  <[email protected]>
 
+        Actually increment $numFailures
+
+        Reviewed by Mark Hahnenberg.
+
+        * Scripts/run-jsc-stress-tests:
+
+2013-09-06  Filip Pizlo  <[email protected]>
+
         Fix run-jsc-stress-tests to use Pathname instead of File.realpath.
         
         Also make it uses system() instead of popen(); that means that test output

Modified: trunk/Tools/Scripts/run-jsc-stress-tests (155205 => 155206)


--- trunk/Tools/Scripts/run-jsc-stress-tests	2013-09-06 19:36:34 UTC (rev 155205)
+++ trunk/Tools/Scripts/run-jsc-stress-tests	2013-09-06 19:40:32 UTC (rev 155206)
@@ -71,7 +71,7 @@
             | outp |
             outp.puts name
         }
-        $numFailures = 0
+        $numFailures += 1
     end
 end
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to