Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fast/forms/select/select-state-restore.html is flaky.
https://bugs.webkit.org/show_bug.cgi?id=90207

Reviewed by Hajime Morita.

* fast/forms/select/select-state-restore.html:
It was possible that we started the test before loading
js-test-post.js. It means we might miss calling waitUntilDone.
* platform/chromium/TestExpectations:


Canonical link: https://commits.webkit.org/120584@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@134890 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
tkent-google committed Nov 16, 2012
1 parent dbe454f commit 92732c7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
12 changes: 12 additions & 0 deletions LayoutTests/ChangeLog
@@ -1,3 +1,15 @@
2012-11-15 Kent Tamura <tkent@chromium.org>

fast/forms/select/select-state-restore.html is flaky.
https://bugs.webkit.org/show_bug.cgi?id=90207

Reviewed by Hajime Morita.

* fast/forms/select/select-state-restore.html:
It was possible that we started the test before loading
js-test-post.js. It means we might miss calling waitUntilDone.
* platform/chromium/TestExpectations:

2012-11-15 Kent Tamura <tkent@chromium.org>

[Chromium] Rebaseline for recent calendar picker and suggestion picker changes
Expand Down
2 changes: 1 addition & 1 deletion LayoutTests/fast/forms/select/select-state-restore.html
Expand Up @@ -63,7 +63,7 @@
}
}

runTest();
window.onload = runTest;
</script>
<script src="../../js/resources/js-test-post.js"></script>
</body>
7 changes: 0 additions & 7 deletions LayoutTests/platform/chromium/TestExpectations
Expand Up @@ -3591,13 +3591,6 @@ webkit.org/b/89936 [ XP ] fast/css/text-rendering.html [ Failure ]
# Started timeout between r121233:r121239.
webkit.org/b/90003 [ Win Debug ] fast/js/repeat-cached-vm-reentry.html [ Pass Timeout ]

# Flaky. It also times out very frequently on Windows and Linux debug build, sometimes on Mac debug build.
webkit.org/b/90207 [ Win Debug ] fast/forms/select/select-state-restore.html [ Failure Pass Slow ]
webkit.org/b/90207 [ Linux Debug ] fast/forms/select/select-state-restore.html [ Failure Pass Slow ]
webkit.org/b/90207 [ Android ] fast/forms/select/select-state-restore.html [ Failure Pass Timeout ]
webkit.org/b/90207 [ Win Release ] fast/forms/select/select-state-restore.html [ Failure Pass Timeout ]
webkit.org/b/90207 [ Mac Debug ] fast/forms/select/select-state-restore.html [ Pass Timeout ]

# Flaky
webkit.org/b/90430 inspector/timeline/timeline-receive-response-event.html [ Pass Timeout ]

Expand Down

0 comments on commit 92732c7

Please sign in to comment.