Bug 159060
| Summary: | [mac] LayoutTest storage/indexeddb/modern/abort-requests-cancelled-private.html is a flaky timeout | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | beidson |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 154968 | ||
Ryan Haddad
LayoutTest storage/indexeddb/modern/abort-requests-cancelled-private.html is a flaky timeout
Most recent timeout:
<https://build.webkit.org/results/Apple%20Yosemite%20Release%20WK1%20(Tests)/r202379%20(15699)/results.html>
Flakiness Dashboard:
<http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=storage%2Findexeddb%2Fmodern%2Fabort-requests-cancelled-private.html>
--- /Volumes/Data/slave/yosemite-release-tests-wk1/build/layout-test-results/storage/indexeddb/modern/abort-requests-cancelled-private-expected.txt
+++ /Volumes/Data/slave/yosemite-release-tests-wk1/build/layout-test-results/storage/indexeddb/modern/abort-requests-cancelled-private-actual.txt
@@ -1,3 +1,4 @@
+FAIL: Timed out waiting for notifyDone to be called
This test makes sure that un-handled requests in a transaction receive onerror callbacks when the transaction is aborted.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -27,8 +28,4 @@
Error handling: "objectStore.get(1);" (error)
Error handling: "objectStore.get(2);" (error)
Error handling: "objectStore.get(3);" (error)
-readonly transaction aborted
-PASS successfullyParsed is true
-TEST COMPLETE
-
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Brady Eidson
Exact same failure as the non-private version - https://bugs.webkit.org/show_bug.cgi?id=156070
*** This bug has been marked as a duplicate of bug 156070 ***