Bug 90754
| Summary: | Layout Test storage/indexeddb/mozilla/key-requirements.html is flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hayato Ito <hayato> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | jsbell, rafaelw |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Hayato Ito
The following layout test is flaky on WebKit Win.
storage/indexeddb/mozilla/key-requirements.html
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=storage%2Findexeddb%2Fmozilla%2Fkey-requirements.html
Probable cause:
I cannot tell an exact revision from blame list at first glace.
WebKit blamelist:
http://trac.webkit.org/log/?verbose=on&rev=121987&stop_rev=121985
Chrome blamelist:
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog.html?url=/trunk/src&mode=html&range=145607:145601
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Joshua Bell
Probably dupe of 90469
Joshua Bell
*** This bug has been marked as a duplicate of bug 90469 ***
Rafael Weinstein
Actually, it looks like all but a few indexeddb/mozilla tests are flaky and crashing. I've marked most of them as PASS CRASH in TestExpectations in r122254.
Joshua Bell
(In reply to comment #3)
> Actually, it looks like all but a few indexeddb/mozilla tests are flaky and crashing. I've marked most of them as PASS CRASH in TestExpectations in r122254.
See http://webkit.org/b/90469
The cause does not appear to be in IDB itself, but something about the style of IDB tests (async, script based) it making them prone to hit it. This will probably affect most of the storage/indexeddb tests, so feel free to mark as many of those PASS CRASH as necessary until 90469 is addressed.