Summary: | DumpRenderTree, WebKitTestRunner should be more strict about waitUntilDone()/notifyDone() | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW --- | ||
Severity: | Normal | CC: | ap, buildbot, joepeck, lforschler, rniwa, ryanhaddad, simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 149319, 167598 | ||
Bug Blocks: | |||
Attachments: |
Description
David Kilzer (:ddkilzer)
2016-04-02 07:53:54 PDT
Created attachment 275467 [details]
Patch v1 (proof-of-concept; not for landing)
(In reply to comment #1) > Created attachment 275467 [details] > Patch v1 (proof-of-concept; not for landing) If there are any DumpRenderTree or WebKitTestRunner crashes with this patch, that means a layout test exists that calls waitUntilDone()/notifyDone() in the wrong order. Created attachment 275478 [details]
Patch v2 (proof-of-concept; not for landing)
Comment on attachment 275478 [details] Patch v2 (proof-of-concept; not for landing) Attachment 275478 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.webkit.org/results/1088391 Number of test failures exceeded the failure limit. Created attachment 275481 [details]
Archive of layout-test-results from ews104 for mac-yosemite-wk2
The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews104 Port: mac-yosemite-wk2 Platform: Mac OS X 10.10.5
Okay, this proof-of-concept indicates there might be some work to do here, but I don't have time to spend on it immediately. Comment on attachment 275478 [details] Patch v2 (proof-of-concept; not for landing) Attachment 275478 [details] did not pass ios-sim-ews (ios-simulator-wk2): Output: http://webkit-queues.webkit.org/results/1088437 Number of test failures exceeded the failure limit. Created attachment 275482 [details]
Archive of layout-test-results from ews125 for ios-simulator-wk2
The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews125 Port: ios-simulator-wk2 Platform: Mac OS X 10.10.5
Comment on attachment 275478 [details] Patch v2 (proof-of-concept; not for landing) Attachment 275478 [details] did not pass mac-debug-ews (mac): Output: http://webkit-queues.webkit.org/results/1088435 Number of test failures exceeded the failure limit. Created attachment 275483 [details]
Archive of layout-test-results from ews115 for mac-yosemite
The attached test failures were seen while running run-webkit-tests on the mac-debug-ews.
Bot: ews115 Port: mac-yosemite Platform: Mac OS X 10.10.5
Comment on attachment 275478 [details] Patch v2 (proof-of-concept; not for landing) Attachment 275478 [details] did not pass mac-ews (mac): Output: http://webkit-queues.webkit.org/results/1088818 Number of test failures exceeded the failure limit. Created attachment 275486 [details]
Archive of layout-test-results from ews103 for mac-yosemite
The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews103 Port: mac-yosemite Platform: Mac OS X 10.10.5
|