Bug 153845 - run-jsc-stress-tests should be better at telling you details about test failures
Summary: run-jsc-stress-tests should be better at telling you details about test failures
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-03 14:32 PST by Filip Pizlo
Modified: 2016-03-16 09:27 PDT (History)
1 user (show)

See Also:


Attachments
the patch (6.26 KB, patch)
2016-02-03 14:34 PST, Filip Pizlo
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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