Bug 209093
Summary: | [ Mac ] http/tests/security/mixedContent/insecure-worker-global-scope.html is flaky failing. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jason Lawrence <Lawrence.j> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Mac | ||
OS: | macOS 10.15 |
Jason Lawrence
http/tests/security/mixedContent/insecure-worker-global-scope.html
Description:
This new test is flaky failing on Mac.
History:
https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fsecurity%2FmixedContent%2Finsecure-worker-global-scope.html
Diff:
--- /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/http/tests/security/mixedContent/insecure-worker-global-scope-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/http/tests/security/mixedContent/insecure-worker-global-scope-actual.txt
@@ -5,8 +5,8 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+PASS Imported, insecure worker script threw an exception.
PASS Imported, secure worker script is running and sent a message: 'Running.'
-PASS Imported, insecure worker script threw an exception.
PASS successfullyParsed is true
TEST COMPLETE
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/60439132>
Jason Lawrence
I have marked this as failing while this issue is investigated.
https://trac.webkit.org/changeset/258446/webkit
Jason Lawrence
I am able to reproduce this issue with r258432 by running the command below.
run-webkit-tests --iterations 1000 --exit-after-n-failures 3 --force -f http/tests/security/mixedContent/insecure-worker-global-scope.html
[5/1000] http/tests/security/mixedContent/insecure-worker-global-scope.html failed unexpectedly (text diff)
[6/1000] http/tests/security/mixedContent/insecure-worker-global-scope.html failed unexpectedly (text diff)
[7/1000] http/tests/security/mixedContent/insecure-worker-global-scope.html failed unexpectedly (text diff)
Exiting early after 3 failures. 4 tests run.
1 test ran as expected, 3 didn't (996 didn't run):
Jason Lawrence
Reverted r258446 for reason:
These expectations are no longer needed.
Committed r258451: <https://trac.webkit.org/changeset/258451>