Summary: | [mac-wk2 debug] LayoutTest imported/w3c/web-platform-tests/IndexedDB/idbcursor_iterating.htm is a flaky failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | beidson, joepeck, sihui_liu, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 154968 |
Description
Ryan Haddad
2016-11-17 09:30:01 PST
Marked as flaky in http://trac.webkit.org/projects/webkit/changeset/208850 It is only on the verge of timing out in debug builds - Plenty fast in release builds. (And I see you only marked it flaky for Debug! Great!) This timing out is not a real correctness bug, but rather a real performance bug. We need to speed up cursors in general, specifically for debug builds of course. We'll need to have cursors prefetch the next record or two. Closing. El Capitan expectations have been removed. Expectations updated at https://bugs.webkit.org/show_bug.cgi?id=228241 as the test is no longer flaky. |