Bug 164278 - LayoutTest inspector/storage/domStorage-events.html is a flaky failure
Summary: LayoutTest inspector/storage/domStorage-events.html is a flaky failure
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-11-01 11:34 PDT by Ryan Haddad
Modified: 2016-12-13 15:33 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2016-11-01 11:34:30 PDT
LayoutTest inspector/storage/domStorage-events.html is a flaky failure

https://build.webkit.org/builders/Apple%20El%20Capitan%20Release%20WK2%20(Tests)/builds/10802

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=inspector%2Fstorage%2FdomStorage-events.html

--- /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/inspector/storage/domStorage-events-expected.txt
+++ /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/inspector/storage/domStorage-events-actual.txt
@@ -10,13 +10,13 @@
 PASS: WebInspector.DOMStorageObject.Event.ItemAdded
 PASS: Should add key 'x'.
 PASS: Should have value 'xvalue'.
+PASS: WebInspector.DOMStorageObject.Event.ItemsCleared
 PASS: WebInspector.DOMStorageObject.Event.ItemUpdated
 PASS: Should update key 'x'.
 PASS: Should have oldValue 'value1'.
 PASS: Should have new value 'value2'.
 PASS: WebInspector.DOMStorageObject.Event.ItemRemoved
 PASS: Should remove key 'x'.
-PASS: WebInspector.DOMStorageObject.Event.ItemsCleared
 
 -- Running test case: TestLocalStorage
 PASS: Should have a DOMStorageObject for localStorage.
Comment 1 Ryan Haddad 2016-11-01 11:35:14 PDT
Looks like the expected messages are all there, just out of order.
Comment 2 Radar WebKit Bug Importer 2016-11-01 11:36:15 PDT
<rdar://problem/29048305>
Comment 3 Radar WebKit Bug Importer 2016-11-01 11:36:16 PDT
<rdar://problem/29048279>
Comment 4 Ryan Haddad 2016-11-01 11:46:24 PDT
Marked test as flaky in http://trac.webkit.org/projects/webkit/changeset/208228