Title: [158207] trunk/Tools
Revision
158207
Author
[email protected]
Date
2013-10-29 12:20:21 -0700 (Tue, 29 Oct 2013)

Log Message

Teach the WebKit2 testers to abort early by setting the shouldAbortEarly property to True.
https://bugs.webkit.org/show_bug.cgi?id=123450

Reviewed by Alexey Proskuryakov.

* BuildSlaveSupport/build.webkit.org-config/master.cfg:
(RunWebKit2Tests.start):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg (158206 => 158207)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2013-10-29 19:03:35 UTC (rev 158206)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2013-10-29 19:20:21 UTC (rev 158207)
@@ -616,7 +616,7 @@
 
 class RunWebKit2Tests(RunWebKitTests):
     def start(self):
-        self.setProperty("shouldAbortEarly", False)
+        self.setProperty("shouldAbortEarly", True)
         self.setCommand(self.command + ["--webkit-test-runner"])
 
         return RunWebKitTests.start(self)

Modified: trunk/Tools/ChangeLog (158206 => 158207)


--- trunk/Tools/ChangeLog	2013-10-29 19:03:35 UTC (rev 158206)
+++ trunk/Tools/ChangeLog	2013-10-29 19:20:21 UTC (rev 158207)
@@ -1,3 +1,13 @@
+2013-10-29  Lucas Forschler  <[email protected]>
+
+        Teach the WebKit2 testers to abort early by setting the shouldAbortEarly property to True.
+        https://bugs.webkit.org/show_bug.cgi?id=123450
+
+        Reviewed by Alexey Proskuryakov.
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+        (RunWebKit2Tests.start):
+
 2013-10-29  Alexey Proskuryakov  <[email protected]>
 
         [Mac] Rationalize user defaults override code
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to