[Webkit-unassigned] [Bug 230485] [ iOS macOS wk2] imported/w3c/web-platform-tests/webrtc/RTCSctpTransport-events.html is a flaky failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 20 15:25:00 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=230485

--- Comment #3 from ayumi_kojima at apple.com ---
I was able to reproduce the failure at TOT using run-webkit-tests --force --iterations 50 --exit-after-n-failures 1 imported/w3c/web-platform-tests/webrtc/RTCSctpTransport-events.html

With older revisions (r282000-r282103) though, the test failed but with a different diff:

--- /Volumes/Data/Builds/GoldenGate/test-282103/layout-test-results/imported/w3c/web-platform-tests/webrtc/RTCSctpTransport-events-expected.txt
+++ /Volumes/Data/Builds/GoldenGate/test-282103/layout-test-results/imported/w3c/web-platform-tests/webrtc/RTCSctpTransport-events-actual.txt
@@ -1,4 +1,6 @@

-PASS SctpTransport objects are created at appropriate times
-PASS SctpTransport reaches connected and closed state
+Harness Error (FAIL), message = Unhandled rejection: undefined is not an object (evaluating 'transport.state')

+FAIL SctpTransport objects are created at appropriate times assert_equals: expected (undefined) undefined but got (object) null
+FAIL SctpTransport reaches connected and closed state promise_test: Unhandled rejection with value: object "TypeError: undefined is not an object (evaluating 'transport.state')"
+

The test failed at the oldest revision available (r281695) with the same diff above.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210920/fe6ef5da/attachment.htm>


More information about the webkit-unassigned mailing list