RESOLVED DUPLICATE of bug 223050223054
[ BigSur Debug wk2 arm64 ] fast/mediastream/RTCIceCandidate.html
https://bugs.webkit.org/show_bug.cgi?id=223054
Summary [ BigSur Debug wk2 arm64 ] fast/mediastream/RTCIceCandidate.html
Robert Jenner
Reported 2021-03-10 16:22:05 PST
fast/mediastream/RTCIceCandidate.html is a constant text failure in macOS BigSur Debug wk2 on Apple Silicon only. HISTORY URL: https://results.webkit.org/?suite=layout-tests&test=fast%2Fmediastream%2FRTCIceCandidate.html TEXT DIFF: --- /Volumes/Data/worker/bigsur-debug-applesilicon-tests-wk2/build/layout-test-results/fast/mediastream/RTCIceCandidate-expected.txt +++ /Volumes/Data/worker/bigsur-debug-applesilicon-tests-wk2/build/layout-test-results/fast/mediastream/RTCIceCandidate-actual.txt @@ -66,7 +66,7 @@ Conversion of sdpMLineIndex to unsigned short, following WebIDL rules without [Clamp] or [EnforceRange] PASS (new RTCIceCandidate({candidate:"foo", sdpMLineIndex:"a"})).sdpMLineIndex is 0 -PASS (new RTCIceCandidate({candidate:"foo", sdpMLineIndex:-1})).sdpMLineIndex is 65535 +FAIL (new RTCIceCandidate({candidate:"foo", sdpMLineIndex:-1})).sdpMLineIndex should be 65535. Was 0. PASS (new RTCIceCandidate({candidate:"foo", sdpMLineIndex:65536})).sdpMLineIndex is 0 PASS (new RTCIceCandidate({candidate:"foo", sdpMLineIndex:65537})).sdpMLineIndex is 1
Attachments
Radar WebKit Bug Importer
Comment 1 2021-03-10 16:22:23 PST
Robert Jenner
Comment 2 2021-03-10 16:23:11 PST
I cannot reproduce this failure, as it only occurs on an Apple Silicon Mac, and I do not have access to one.
Alexey Proskuryakov
Comment 3 2021-03-11 09:53:31 PST
*** This bug has been marked as a duplicate of bug 223050 ***
Note You need to log in before you can comment on or make changes to this bug.