WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
194503
http/tests/misc/script-async.html is a flaky text diff failure
https://bugs.webkit.org/show_bug.cgi?id=194503
Summary
http/tests/misc/script-async.html is a flaky text diff failure
Shawn Roberts
Reported
2019-02-11 09:39:59 PST
The following layout test is flaky on Mac http/tests/misc/script-async.html Probable cause: Fails on current build (241262) back to oldest build I can spade (228049) Reproducible locally with: run-webkit-tests t241262 http/tests/misc/script-async.html --iterations 500 -f Flakiness Dashboard:
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fmisc%2Fscript-async.html
Diff: --- /Volumes/Data/slave/mojave-release-tests-wk2/build/layout-test-results/http/tests/misc/script-async-expected.txt +++ /Volumes/Data/slave/mojave-release-tests-wk2/build/layout-test-results/http/tests/misc/script-async-actual.txt @@ -1,2 +1,2 @@ This tests for proper execution order of scripts with the async attribute
https://bugs.webkit.org/show_bug.cgi?id=20710
. -PASS +FAIL: Expected one of ' async external inline DOMContentLoaded slowAsync ' || ' external async inline DOMContentLoaded slowAsync ' || ' external inline async DOMContentLoaded slowAsync ' || ' external inline DOMContentLoaded async slowAsync ', Actual=' external inline DOMContentLoaded slowAsync async '
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2019-02-12 16:01:11 PST
This would seem to indicate incorrect ordering between script loads.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug