[Webkit-unassigned] [Bug 196376] New: [ Mac WK2 iOS Sim Debug ] Layout Test storage/domstorage/localstorage/private-browsing-affects-storage.html is a flaky failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 28 15:25:11 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=196376

            Bug ID: 196376
           Summary: [ Mac WK2 iOS Sim Debug ] Layout Test
                    storage/domstorage/localstorage/private-browsing-affec
                    ts-storage.html is a flaky failure
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sroberts at apple.com
                CC: lforschler at apple.com

The following layout test is flaky on Mac WK2 Release and Debug, iOS Simulator Debug

storage/domstorage/localstorage/private-browsing-affects-storage.html

Probable cause:

Unsure of regression point. When I test locally it fails after the first iteration run, then will pass on the retry. Test has been failing on the dashboard as long as the history goes, so I am unsure how long it's been a flaky failure.

Test was added in 2012, and has several changes over the years. most recent change was https://trac.webkit.org/changeset/216345/webkit

Flakiness Dashboard:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=storage%2Fdomstorage%2Flocalstorage%2Fprivate-browsing-affects-storage.html

Diff: 

--- /Volumes/Data/slave/mojave-release-tests-wk2/build/layout-test-results/storage/domstorage/localstorage/private-browsing-affects-storage-expected.txt
+++ /Volumes/Data/slave/mojave-release-tests-wk2/build/layout-test-results/storage/domstorage/localstorage/private-browsing-affects-storage-actual.txt
@@ -1,13 +1,13 @@
 ALERT: Persistent localStorage testItem is: Persistent item!
 ALERT: Start of private browsing test, testItem is: null
-ALERT: localStorage's length is: 0
+ALERT: localStorage's length is: 2
 ALERT: After set attempt, testItem is: FirstValue
 ALERT: After second set attempt, testItem is: ChangedValue
 ALERT: Opening window...
-ALERT: localStorage's length is: 1
+ALERT: localStorage's length is: 3
 ALERT: The item in new window starts out as: ChangedValue
 ALERT: The item in new window is now: NewWindowValue
-ALERT: Back in parent window, localStorage's length is: 1
+ALERT: Back in parent window, localStorage's length is: 3
 ALERT: Back in parent window, testItem is: ChangedValue
 ALERT: Final window, localStorage's length is: 1
 ALERT: Final window, item is: Persistent item!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190328/08ba12ab/attachment-0001.html>


More information about the webkit-unassigned mailing list