Chromium Code Reviews
DescriptionDeflake storage/domstorage/events tests when run in random order
Unable to repro the flakiness locally but via code inspection it
appeared to be due a pattern used in 2 of the 4 tests (the flaky ones)
not navigating the iframe used as the source of the events between the
sessionStorage and localStorage passes to ensure a fresh context.
Changed those 2 tests to navigate the iframe before each pass.
Speculative fix, so fingers crossed.
The tests also used a strange mix of js-test helpers and direct
testRunner access leading to redundant "TEST PASSED" output. This was
simplified to follow usual js-test usage.
BUG=664848
R=jeffcarp@chromium.org
Committed: https://crrev.com/2c15205a5a85afaabc36afec03d92ad069e2e7a8
Cr-Commit-Position: refs/heads/master@{#435482}
Patch Set 1 #Patch Set 2 : Rebased #Messages
Total messages: 17 (10 generated)
|