Bug 167122
Summary: | LayoutTest imported/w3c/web-platform-tests/IndexedDB/idbindex-rename.html is a flaky failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | beidson |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Haddad
LayoutTest imported/w3c/web-platform-tests/IndexedDB/idbindex-rename.html is a flaky failure
https://build.webkit.org/results/Apple%20Sierra%20Debug%20WK2%20(Tests)/r210798%20(1667)/results.html
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fw3c%2Fweb-platform-tests%2FIndexedDB%2Fidbindex-rename.html
--- /Volumes/Data/slave/sierra-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/IndexedDB/idbindex-rename-expected.txt
+++ /Volumes/Data/slave/sierra-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/IndexedDB/idbindex-rename-actual.txt
@@ -1,3 +1,5 @@
+
+Harness Error (TIMEOUT), message = null
PASS IndexedDB index rename in new transaction
PASS IndexedDB index rename in the transaction where it is created
@@ -6,6 +8,6 @@
PASS IndexedDB index swapping via renames succeeds
PASS IndexedDB index rename stringifies non-string names
PASS IndexedDB index can be renamed to ""
-PASS IndexedDB index can be renamed to "\u0000"
-PASS IndexedDB index can be renamed to "\uDC00\uD800"
+TIMEOUT IndexedDB index can be renamed to "\u0000" Test timed out
+TIMEOUT IndexedDB index can be renamed to "\uDC00\uD800" Test timed out
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
This seems to be limited to macOS Debug WK2