Bug 153845

Summary: run-jsc-stress-tests should be better at telling you details about test failures
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: ossy
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch ggaren: review+

Description Filip Pizlo 2016-02-03 14:32:10 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2016-02-03 14:33:07 PST
Here's an example of the contents of results/resultsByFamily, for some local testing I'm doing.  Notice how it groups families of tests together.

You won't see this unless you cat results/resultsByFamily.

regress.yaml/Regress/radar-24289839.js:
    regress.yaml/Regress/radar-24289839.js.default: PASS
    regress.yaml/Regress/radar-24289839.js.ftl: PASS
    regress.yaml/Regress/radar-24289839.js.ftl-no-cjit: FAIL
    regress.yaml/Regress/radar-24289839.js.ftl-eager-no-cjit: FAIL

regress.yaml/Regress/radar-24290639.js:
    regress.yaml/Regress/radar-24290639.js.default: PASS
    regress.yaml/Regress/radar-24290639.js.ftl: PASS
    regress.yaml/Regress/radar-24290639.js.ftl-no-cjit: PASS
    regress.yaml/Regress/radar-24290639.js.ftl-eager-no-cjit: FAIL

regress.yaml/Regress/radar-24290670.js: FAILED
Comment 2 Filip Pizlo 2016-02-03 14:34:40 PST
Created attachment 270601 [details]
the patch
Comment 3 Geoffrey Garen 2016-02-03 14:37:27 PST
Comment on attachment 270601 [details]
the patch

r=me
Comment 4 Filip Pizlo 2016-02-04 13:15:15 PST
Landed in http://trac.webkit.org/changeset/196143