Bug 150805
Summary: | storage/indexeddb/modern/idbobjectstore-count-failures.html is flaky on mac-wk1 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | WebCore Misc. | Assignee: | Brady Eidson <beidson> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Mac | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=150785 | ||
Bug Depends on: | |||
Bug Blocks: | 149117 |
Ryan Haddad
storage/indexeddb/modern/idbobjectstore-count-failures.html is flaky on mac-wk1
<https://build.webkit.org/builders/Apple%20Mavericks%20Release%20WK1%20(Tests)/builds/19012>
--- /Volumes/Data/slave/mavericks-release-tests-wk1/build/layout-test-results/storage/indexeddb/modern/idbobjectstore-count-failures-expected.txt
+++ /Volumes/Data/slave/mavericks-release-tests-wk1/build/layout-test-results/storage/indexeddb/modern/idbobjectstore-count-failures-actual.txt
@@ -2,7 +2,6 @@
ALERT: Failed to count records in object store with an invalid key
ALERT: Failed to count records in object store that's been deleted
ALERT: Initial upgrade versionchange transaction complete
-ALERT: Failed to count records in object store while transaction is inactive
ALERT: readonly transaction complete
ALERT: Done
This tests some obvious failures that can happen while calling IDBObjectStore.count().
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
This seems to have the same failure as <https://bugs.webkit.org/show_bug.cgi?id=150804>
Please dupe if appropriate.
Ryan Haddad
Updated expectations in r191891.
Brady Eidson
(In reply to comment #1)
> This seems to have the same failure as
> <https://bugs.webkit.org/show_bug.cgi?id=150804>
>
> Please dupe if appropriate.
Bug in the test, but I'll probably land fixes at the same time.
Brady Eidson
*** This bug has been marked as a duplicate of bug 150804 ***