RESOLVED FIXED 71536
Layout Test storage/indexeddb/exception-in-event-aborts.html is failing
https://bugs.webkit.org/show_bug.cgi?id=71536
Summary Layout Test storage/indexeddb/exception-in-event-aborts.html is failing
Yuta Kitamura
Reported 2011-11-03 20:30:31 PDT
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
Erik Arvidsson
Comment 1 2011-11-03 22:34:09 PDT
The code throws so it needs to call shouldHaveHadError. Fixing.
Erik Arvidsson
Comment 2 2011-11-04 13:59:33 PDT
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
Comment 3 2011-11-06 18:50:06 PST
Note You need to log in before you can comment on or make changes to this bug.