Bug 87321 - Layout Test fast/history/history-subframe-with-name.html and history-traversal-is-asynchronous.html are flaky
Summary: Layout Test fast/history/history-subframe-with-name.html and history-traversa...
Status: RESOLVED DUPLICATE of bug 51039
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-23 16:37 PDT by Joshua Bell
Modified: 2013-09-24 15:12 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joshua Bell 2012-05-23 16:37:18 PDT
The following layout tests are flaky (TEXT) on XP:

fast/history/history-subframe-with-name.html
fast/history/history-traversal-is-asynchronous.html

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=fast%2Fhistory%2Fhistory-subframe-with-name.html%2Cfast%2Fhistory%2Fhistory-traversal-is-asynchronous.html

Flakiness predates WKr117722 and CRr138073

Diff is of the form:

--- e:\b\build\slave\Webkit_Win\build\layout-test-results\fast/history/history-subframe-with-name-expected.txt 
+++ e:\b\build\slave\Webkit_Win\build\layout-test-results\fast/history/history-subframe-with-name-actual.txt 
@@ -1,4 +1,3 @@
-main frame - has 1 onunload handler(s)
 main frame - has 1 onunload handler(s)
 main frame - has 1 onunload handler(s)
 Verifies that we can go back and forward from the top level of a frame set where a window changes its name after the initial load.


--- e:\b\build\slave\Webkit_Win\build\layout-test-results\fast/history/history-traversal-is-asynchronous-expected.txt 
+++ e:\b\build\slave\Webkit_Win\build\layout-test-results\fast/history/history-traversal-is-asynchronous-actual.txt 
@@ -1,3 +1,4 @@
+main frame - has 1 onunload handler(s)
 Checks that session history traversal is done asynchronously.
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Comment 1 Alexey Proskuryakov 2013-09-24 15:12:23 PDT
> fast/history/history-subframe-with-name.html

This was already tracked in bug 51039.

> fast/history/history-traversal-is-asynchronous.html

Not flaky any more. Was probably a leak from preceding test, likely fixed with some improvement to DumpRenderTree logging.

*** This bug has been marked as a duplicate of bug 51039 ***