tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 4d53abad09f0207fe090a56597f50578fa699935
parent 3fbe1276ac4d884c85ac0b9640e6b568641464c8
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Fri,  3 Oct 2025 09:58:34 +0000

Bug 1992261 [wpt PR 55192] - Update wpt metadata, a=testonly

wpt-pr: 55192
wpt-type: metadata

Diffstat:
Mtesting/web-platform/meta/webrtc/RTCIceCandidate-constructor.html.ini | 1+
Mtesting/web-platform/meta/webrtc/RTCPeerConnection-addTransceiver-renegotiation.https.html.ini | 1+
Mtesting/web-platform/meta/webrtc/RTCPeerConnection-canTrickleIceCandidates.html.ini | 1+
Mtesting/web-platform/meta/webrtc/RTCPeerConnection-constructor.html.ini | 1+
Mtesting/web-platform/meta/webrtc/RTCPeerConnection-remote-track-mute.https.html.ini | 2+-
Mtesting/web-platform/meta/webrtc/RTCRtpReceiver-getSynchronizationSources.https.html.ini | 1+
Mtesting/web-platform/meta/webrtc/RTCTrackEvent-fire.html.ini | 1+
Atesting/web-platform/meta/webrtc/simulcast/basic.https.html.ini | 3+++
8 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/testing/web-platform/meta/webrtc/RTCIceCandidate-constructor.html.ini b/testing/web-platform/meta/webrtc/RTCIceCandidate-constructor.html.ini @@ -2,6 +2,7 @@ expected: if not sessionHistoryInParent and debug: [OK, TIMEOUT] if not sessionHistoryInParent and not debug: [OK, TIMEOUT] + if sessionHistoryInParent and (os == "android") and not debug: [OK, TIMEOUT] [new RTCIceCandidate({ ... }) with nondefault values for all fields] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1886013 expected: FAIL diff --git a/testing/web-platform/meta/webrtc/RTCPeerConnection-addTransceiver-renegotiation.https.html.ini b/testing/web-platform/meta/webrtc/RTCPeerConnection-addTransceiver-renegotiation.https.html.ini @@ -4,3 +4,4 @@ if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT] if (os == "mac") and debug: [OK, TIMEOUT] if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webrtc/RTCPeerConnection-canTrickleIceCandidates.html.ini b/testing/web-platform/meta/webrtc/RTCPeerConnection-canTrickleIceCandidates.html.ini @@ -2,3 +2,4 @@ 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] diff --git a/testing/web-platform/meta/webrtc/RTCPeerConnection-constructor.html.ini b/testing/web-platform/meta/webrtc/RTCPeerConnection-constructor.html.ini @@ -1,6 +1,7 @@ [RTCPeerConnection-constructor.html] expected: if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT] + if (os == "android") and not sessionHistoryInParent and debug: [OK, TIMEOUT] [new RTCPeerConnection({ iceCandidatePoolSize: toNumberThrows })] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1529398 expected: FAIL 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 @@ -8,6 +8,6 @@ [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 == "android") and not sessionHistoryInParent and not debug: [PASS, FAIL, 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-getSynchronizationSources.https.html.ini b/testing/web-platform/meta/webrtc/RTCRtpReceiver-getSynchronizationSources.https.html.ini @@ -4,6 +4,7 @@ if (os == "android") and not debug: [OK, TIMEOUT] if isolated_process: CRASH if (os == "android") and debug and not sessionHistoryInParent: [OK, TIMEOUT] + if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT] [[video\] getSynchronizationSources() does not contain SSRCs older than 10 seconds] expected: if (os == "android") and not debug: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/webrtc/RTCTrackEvent-fire.html.ini b/testing/web-platform/meta/webrtc/RTCTrackEvent-fire.html.ini @@ -4,3 +4,4 @@ if sessionHistoryInParent and (os == "android") and not debug: [OK, TIMEOUT] if not sessionHistoryInParent and not debug: [OK, TIMEOUT] if sessionHistoryInParent and (os == "android") and debug: [OK, TIMEOUT] + if (os == "android") and debug and not sessionHistoryInParent: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webrtc/simulcast/basic.https.html.ini b/testing/web-platform/meta/webrtc/simulcast/basic.https.html.ini @@ -0,0 +1,3 @@ +[basic.https.html] + expected: + if (os == "win") and debug and (processor == "x86_64"): [OK, ERROR]