[Webkit-unassigned] [Bug 136125] Fix countFailures of RunLLINTCLoopTests and Run32bitJSCTests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 21 03:37:25 PDT 2014


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


Csaba Osztrogonác <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|countFailures of            |Fix countFailures of
                   |RunLLINTCLoopTests and      |RunLLINTCLoopTests and
                   |Run32bitJSCTests don't work |Run32bitJSCTests
                   |at all                      |




--- Comment #2 from Csaba Osztrogonác <ossy at webkit.org>  2014-08-21 03:37:30 PST ---
Run32bitJSCTests buildstep runs the JSC stress tests, so its
regexp should accept "failure" and "failures", not "regressions".

RunLLINTCLoopTests buildstep runs Mozilla tests, so its
regexp should accept "regression" and "regressions" too.

The command of RunJavaScriptCoreTests, RunLLINTCLoopTests and Run32bitJSCTests
are a little bit different, so unifying them isn't trivial. So let's fix the
regexps quickly and try to unify them later.

-- 
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