Bug 121021 - Enable JSC stress tests for the rest of non-Windows platforms
Summary: Enable JSC stress tests for the rest of non-Windows platforms
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords:
Depends on:
Blocks: 120809
  Show dependency treegraph
 
Reported: 2013-09-09 00:47 PDT by Zan Dobersek
Modified: 2013-09-10 14:19 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.05 KB, patch)
2013-09-09 00:53 PDT, Zan Dobersek
no flags Details | Formatted Diff | Diff
Patch (6.63 KB, patch)
2013-09-10 11:48 PDT, Zan Dobersek
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2013-09-09 00:47:27 PDT
Enable JSC stress tests for the rest of non-Windows platforms
Comment 1 Zan Dobersek 2013-09-09 00:53:13 PDT
Created attachment 211015 [details]
Patch
Comment 2 Csaba Osztrogonác 2013-09-09 03:15:33 PDT
I think the master.cfg should be adjusted to the new run-javascriptcore-tests
output before it lands, similar to https://trac.webkit.org/changeset/155124

Or the output of the run-javascriptcore-tests should 
be simpler and/or easily parsable by master.cfg.


Results for Mozilla tests:
    0 regressions found.     -----> catched by "regression"
    0 tests fixed.
    OK.

Results for fast/js tests:
    0 failures found.        -----> catched by "failure"
    0 crashes found.
    OK.

Results for JSC stress tests:
    0 failures found.        -----> one more "failure", master.cfg can be confused
    OK.
Comment 3 Zan Dobersek 2013-09-10 11:48:41 PDT
Created attachment 211216 [details]
Patch
Comment 4 Filip Pizlo 2013-09-10 11:57:02 PDT
Comment on attachment 211216 [details]
Patch

Looks good, but you might need to rebase.
Comment 5 Zan Dobersek 2013-09-10 12:38:37 PDT
Committed r155467: <http://trac.webkit.org/changeset/155467>
Comment 6 Csaba Osztrogonác 2013-09-10 14:19:05 PDT
(In reply to comment #5)
> Committed r155467: <http://trac.webkit.org/changeset/155467>

Lucas, could you restart the build.webkit.org master after this change please?