Bug 71536
Summary: | Layout Test storage/indexeddb/exception-in-event-aborts.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yuta Kitamura <yutak> |
Component: | Tools / Tests | Assignee: | Erik Arvidsson <arv> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | arv, ojan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 71533 |
Yuta Kitamura
The following layout test is failing on Chromium
storage/indexeddb/exception-in-event-aborts.html
Probable cause:
http://trac.webkit.org/changeset/99258
It wasn't obvious for me to fix this test correctly, as I don't know the background of the bulk removal of successfullyParsed. So I'm marking this as failing for now.
Diff:
--- e:\b\build\slave\Webkit_Win7\build\layout-test-results\storage/indexeddb/exception-in-event-aborts-expected.txt
+++ e:\b\build\slave\Webkit_Win7\build\layout-test-results\storage/indexeddb/exception-in-event-aborts-actual.txt
@@ -55,7 +55,7 @@
PASS The transaction completed.
-PASS successfullyParsed is true
+FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
TEST COMPLETE
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Erik Arvidsson
The code throws so it needs to call shouldHaveHadError. Fixing.
Erik Arvidsson
Sorry, procedure failure. This was committed as r99316.
I don't have a Chromium checkout at the moment. I'll have to do that on Monday. Is there a cr bug for this?
Yuta Kitamura
Confirmed
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=storage%2Findexeddb%2Fexception-in-event-aborts.html
I'll remove the test expectation later today. Thanks!