webrtc/datachannel/mdns-ice-candidates.html Is flaky failing on macOS wk2. History: https://results.webkit.org/?suite=layout-tests&test=webrtc%2Fdatachannel%2Fmdns-ice-candidates.html Result page: https://build.webkit.org/results/Apple-BigSur-Debug-WK2-Tests/r284599%20(4393)/results.html Diff: --- /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/webrtc/datachannel/mdns-ice-candidates-expected.txt +++ /Volumes/Data/worker/bigsur-debug-tests-wk2/build/layout-test-results/webrtc/datachannel/mdns-ice-candidates-actual.txt @@ -3,6 +3,6 @@ PASS Basic data channel exchange from offerer to receiver PASS Basic data channel exchange from receiver to offerer PASS Basic data channel exchange from offerer to receiver using UDP only -PASS Basic data channel exchange from offerer to receiver 2 +FAIL Basic data channel exchange from offerer to receiver 2 promise_test: Unhandled rejection with value: "Test timed out" PASS Ensure that local description SDP filtering is correctly filtering mDNS local candidates
<rdar://problem/84524913>
I was able to reproduce the failure locally at TOT using run-webkit-tests --force --iterations 500 --exit-after-n-failures 1 webrtc/datachannel/mdns-ice-candidates.html -f
The test failed with r282200 with the same diff and passed with r282150. It seems the test has been flaky for long time with different diffs. Lately the test just has been fixed for a different diff in r283235 (Bug 230700).