commit 237071961ffe7cce0ecf3ea00208031940311664 parent 58b72fcc1b50dddf3e65c41fa37364087859397f Author: moz-wptsync-bot <wptsync@mozilla.com> Date: Fri, 3 Oct 2025 05:37:36 +0000 Bug 1992146 [wpt PR 55170] - Update wpt metadata, a=testonly wpt-pr: 55170 wpt-type: metadata Diffstat:
12 files changed, 26 insertions(+), 1 deletion(-)
diff --git a/testing/web-platform/meta/webrtc/RTCPeerConnection-iceGatheringState.html.ini b/testing/web-platform/meta/webrtc/RTCPeerConnection-iceGatheringState.html.ini @@ -2,3 +2,4 @@ expected: if sessionHistoryInParent and (os == "android") and not debug: [OK, TIMEOUT] if not sessionHistoryInParent and not debug: [OK, TIMEOUT] + if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webrtc/RTCPeerConnection-operations.https.html.ini b/testing/web-platform/meta/webrtc/RTCPeerConnection-operations.https.html.ini @@ -2,3 +2,4 @@ expected: if sessionHistoryInParent and (os == "android") and not debug: [OK, TIMEOUT] if not sessionHistoryInParent and not debug: [OK, TIMEOUT] + if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webrtc/RTCPeerConnection-remote-track-mute.https.html.ini b/testing/web-platform/meta/webrtc/RTCPeerConnection-remote-track-mute.https.html.ini @@ -4,8 +4,10 @@ if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT] if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT] if (os == "linux") and not tsan: [OK, TIMEOUT] + if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT] [pc.close() on one side causes mute events on the other] expected: if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT] if (os == "android") and not sessionHistoryInParent and not debug: [PASS, TIMEOUT] if (os == "linux") and not tsan: [PASS, TIMEOUT] + if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/webrtc/RTCRtpReceiver-getCapabilities.html.ini b/testing/web-platform/meta/webrtc/RTCRtpReceiver-getCapabilities.html.ini @@ -0,0 +1,4 @@ +[RTCRtpReceiver-getCapabilities.html] + expected: + if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT] + if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webrtc/RTCRtpReceiver-getParameters.html.ini b/testing/web-platform/meta/webrtc/RTCRtpReceiver-getParameters.html.ini @@ -1,6 +1,7 @@ [RTCRtpReceiver-getParameters.html] expected: if not sessionHistoryInParent and debug: [OK, TIMEOUT] + if sessionHistoryInParent and (os == "android") and debug: [OK, TIMEOUT] [getParameters() with audio receiver] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1765851 expected: FAIL diff --git a/testing/web-platform/meta/webrtc/RTCRtpSender-transport.https.html.ini b/testing/web-platform/meta/webrtc/RTCRtpSender-transport.https.html.ini @@ -1,3 +1,4 @@ [RTCRtpSender-transport.https.html] expected: if not sessionHistoryInParent and debug: [OK, TIMEOUT] + if not sessionHistoryInParent and not debug: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webrtc/RTCRtpTransceiver-setCodecPreferences.html.ini b/testing/web-platform/meta/webrtc/RTCRtpTransceiver-setCodecPreferences.html.ini @@ -3,6 +3,7 @@ if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT] if (os == "android") and not sessionHistoryInParent and debug: [OK, TIMEOUT] if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT] + if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT] [setCodecPreferences() can remove rtx] expected: FAIL diff --git a/testing/web-platform/meta/webrtc/RTCRtpTransceiver.https.html.ini b/testing/web-platform/meta/webrtc/RTCRtpTransceiver.https.html.ini @@ -5,6 +5,7 @@ expected: if (os == "mac") and debug: [OK, TIMEOUT] if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT] [track with video gets unmuted when packets flow.] expected: if (os == "mac") and debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/webrtc/protocol/rtp-demuxing.html.ini b/testing/web-platform/meta/webrtc/protocol/rtp-demuxing.html.ini @@ -1,12 +1,14 @@ [rtp-demuxing.html] bug: 1709960 + expected: + if (os == "linux") and not debug: TIMEOUT [Can demux two video tracks with different payload types on a bundled connection] expected: if (os == "mac") and debug: PASS if (os == "linux") and debug: [PASS, TIMEOUT] if (os == "linux") and not debug: [PASS, TIMEOUT] if os == "android": PASS - [PASS, FAIL] + [FAIL, PASS] [Can demux two video tracks with the same payload type on an unbundled connection] expected: diff --git a/testing/web-platform/meta/webrtc/simulcast/h264.https.html.ini b/testing/web-platform/meta/webrtc/simulcast/h264.https.html.ini @@ -1,7 +1,10 @@ [h264.https.html] bug: 1709960 + expected: + if (os == "linux") and not debug: TIMEOUT [H264 simulcast setup with two streams] expected: if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL] if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL] if (os == "win") and debug: [PASS, FAIL] + if (os == "linux") and not debug: TIMEOUT diff --git a/testing/web-platform/meta/webrtc/simulcast/setParameters-active.https.html.ini b/testing/web-platform/meta/webrtc/simulcast/setParameters-active.https.html.ini @@ -2,6 +2,7 @@ expected: if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT] if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT] + if (os == "android") and debug and not sessionHistoryInParent: [OK, TIMEOUT] [Simulcast setParameters active=false stops sending frames] expected: if (os == "mac") and not debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/websockets/interfaces/WebSocket/events/016.html.ini b/testing/web-platform/meta/websockets/interfaces/WebSocket/events/016.html.ini @@ -0,0 +1,7 @@ +[016.html?wss] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH] + +[016.html?wpt_flags=h2] + +[016.html?default]