| Summary: | [ iOS Debug ] imported/w3c/web-platform-tests/html/dom/idlharness.worker.html is a flaky failure | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | ayumi_kojima | ||||
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | cdumez, webkit-bot-watchers-bugzilla, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=206503 | ||||||
| Attachments: |
|
||||||
|
Description
ayumi_kojima
2021-09-30 10:41:38 PDT
Created attachment 439758 [details]
Diff
I was not able to reproduce the failure locally on BigSur AS using run-webki-tests --debug imported/w3c/web-platform-tests/html/dom/idlharness.worker.html --iterations 50 --no-timeout --exit-after-n-failures 1 -f. The test timed out instead. With --no-timeout flag, it hanged. Marked test expectations https://trac.webkit.org/changeset/284639/webkit It looks like the diff is different now than before on both iOS and macOS: --- /Volumes/Data/worker/ios-simulator-15-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/dom/idlharness.worker-expected.txt +++ /Volumes/Data/worker/ios-simulator-15-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/dom/idlharness.worker-actual.txt @@ -1,4 +1,5 @@ Blocked access to external URL http://invalid/ +CONSOLE MESSAGE: WebSocket connection to 'ws://invalid/' failed: A server with the specified hostname could not be found. PASS idl_test setup PASS idl_test validation Result page: https://build.webkit.org/results/Apple-iOS-15-Simulator-Debug-WK2-Tests/r284693%20(265)/results.html I was able to reproduce the same diff as this one locally on iOS 15 sim using run-webkit-tests --force --iterations 50 --exit-after-n-failures 1 imported/w3c/web-platform-tests/html/dom/idlharness.worker.html --ios-simulator --debug It looks like the pass/fail expectations were overwriting "DumpJSConsoleLogInStdErr". Updated the expectations https://trac.webkit.org/changeset/284727/webkit It seems the test passes on macOS now. Removed the expectation https://trac.webkit.org/changeset/284903/webkit I was not able to reproduce the failure using run-webkit-tests --force --ios-simulator --debug --iterations 500 --exit-after-n-failures 1 imported/w3c/web-platform-tests/html/dom/idlharness.worker.html The test started as flaky/pre-existing failure on macOS-Catalina-Debug-WK1-Tests-EWS. Marked test expectations again for mac-wk1 debug: https://trac.webkit.org/changeset/284931/webkit It is a flaky timeout, the test is just slow to run. We should probably just mark it as slow or skip it in Debug. Committed r287655 (245752@trunk): <https://commits.webkit.org/245752@trunk> |