Summary: | Bots saw failure in w3c close-in-upgradeneeded.html | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brady Eidson <beidson> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 149117, 154968 |
Description
Brady Eidson
2016-05-22 14:26:45 PDT
Flakiness dashboard for this test: https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fw3c%2Fweb-platform-tests%2FIndexedDB%2Fclose-in-upgradeneeded.html Looks to be in really good shape. Certainly no crashes, anyways. And the last (text) failure was 5/24. Based on the frequencies we see with other tests, it's not clear this test actually has a problem by itself. Last Mac failure was even longer ago than that. It was a text diff: --- /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/IndexedDB/close-in-upgradeneeded-expected.txt +++ /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/IndexedDB/close-in-upgradeneeded-actual.txt @@ -1,3 +1,3 @@ -PASS When db.close is called in upgradeneeded, the db is cleaned up on refresh +FAIL When db.close is called in upgradeneeded, the db is cleaned up on refresh assert_true: saw transaction.complete expected true got false That actually could be affected by http://trac.webkit.org/changeset/201461, and in fact we haven't seen any failures since 5/27 I think this bug is no longer useful. |