LayoutTest storage/indexeddb/modern/handle-user-delete.html is a flaky failure <https://build.webkit.org/results/Apple%20Yosemite%20Release%20WK2%20(Tests)/r201772%20(15103)/results.html> <http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=storage%2Findexeddb%2Fmodern%2Fhandle-user-delete.html> --- /Volumes/Data/slave/yosemite-release-tests-wk2/build/layout-test-results/storage/indexeddb/modern/handle-user-delete-expected.txt +++ /Volumes/Data/slave/yosemite-release-tests-wk2/build/layout-test-results/storage/indexeddb/modern/handle-user-delete-actual.txt @@ -10,7 +10,6 @@ Initial upgrade needed: Old version - 0 New version - 1 Started two spinning requests Requested clearAllDatabases -Initial upgrade versionchange transaction aborted: [object DOMError] [PASS] Both requests hit a failure condition (Received onerror or failed to start a new request because the transaction was aborted) [PASS] Database received correct error. PASS successfullyParsed is true
Yup, that line is both irrelevant to the test and definitely timing dependent. Will remove.
(In reply to comment #1) > Yup, that line is both irrelevant to the test and definitely timing > dependent. Actually, no - It's not irrelevant. But it *is* timing dependent. I'm updating the test to handle that.
Created attachment 280925 [details] Patch
Comment on attachment 280925 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=280925&action=review > LayoutTests/storage/indexeddb/modern/resources/handle-user-delete.js:87 > + maybeFinish(); This is indented four spaces too much.
Comment on attachment 280925 [details] Patch Clearing flags on attachment: 280925 Committed r201871: <http://trac.webkit.org/changeset/201871>
All reviewed patches have been landed. Closing bug.