Bug 64347
Summary: | NRWT should reopen/reload the results page after the run finished | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | eric |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 34984 |
Nikolas Zimmermann
NRWT should reopen/reload the results page after the run finished.
Now this bug hit me hard :-) I usually debug like this:
1. write code; 2. run-webkit-tests --tolerance 0 -p svg 3. look at results page -> fix code, recompile, rerun tests, look at page.
ORWT used to open a new Safari every time (with run-safari, not the system Safari, see bug 64346). NRWT does NOT, so I've stared at old results for a hour yesterday, wondering why even reverting my patch didn't help.
I must admit: I didn't look close at the nrwt output, but only at the results page in Safari, as I thought it would have been reloaded.....
Can we restore the old behaviour and just launch a new safari upon test run completion?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
I suspect we would just fix this by fixing bug 64346.
Eric Seidel (no email)
*** This bug has been marked as a duplicate of bug 64346 ***
Eric Seidel (no email)
Please re-open if I've incorrectly duped these. Posting a patch on the other bug momentarily.