[Webkit-unassigned] [Bug 123450] WebKit2 bots don't exit after 50 failures or timeouts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 29 11:13:16 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=123450





--- Comment #1 from Lucas Forschler <lforschler at apple.com>  2013-10-29 11:12:01 PST ---
These are currently set to NOT abort early.  Simply changing this to True should set the timeout same as the Webkit1 tests.

class RunWebKit2Tests(RunWebKitTests):
    def start(self):
        self.setProperty("shouldAbortEarly", False)
        self.setCommand(self.command + ["--webkit-test-runner"])

        return RunWebKitTests.start(self)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list