tor-browser

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

commit 1687f13badab9d40e8712a4933154f543931c91a
parent fc35b6b02fdd3dd0402ab7c1ad6f3175775768d3
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Thu, 25 Dec 2025 20:59:09 +0000

Bug 2007752 - [wpt-sync] Update web-platform-tests to e5b1595d0befb5b3986865b99524290c4435b449, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: e5b1595d0befb5b3986865b99524290c4435b449
wpt-type: landing

Diffstat:
Mtesting/web-platform/meta/css/cssom-view/scroll-behavior-element.html.ini | 5++---
Mtesting/web-platform/meta/dom/abort/event.any.js.ini | 1+
Mtesting/web-platform/meta/encoding/big5-encoder.html.ini | 2+-
Mtesting/web-platform/meta/encoding/streams/decode-attributes.any.js.ini | 1+
Mtesting/web-platform/meta/encoding/streams/decode-bad-chunks.any.js.ini | 16++++++++--------
Mtesting/web-platform/meta/html/webappapis/the-shadowrealmglobalscope-interface/self.any.js.ini | 4++--
Mtesting/web-platform/meta/idle-detection/idle-detection-allowed-by-permissions-policy.https.sub.html.ini | 3+++
Mtesting/web-platform/meta/mozilla-sync | 2+-
Mtesting/web-platform/meta/network-error-logging/sends-report-on-redirect.https.html.ini | 10++++++----
Mtesting/web-platform/meta/network-error-logging/sends-report-on-subdomain-dns-failure.https.html.ini | 4++--
Mtesting/web-platform/meta/preload/preload-referrer-policy-subresource-header.tentative.html.ini | 30+++++++++++++++---------------
Atesting/web-platform/meta/shadow-dom/focus-navigation/tentative/focus-navigation-scroller-delegatesFocus.html.ini | 3+++
Mtesting/web-platform/meta/streams/readable-byte-streams/construct-byob-request.any.js.ini | 6++++--
Mtesting/web-platform/meta/streams/readable-byte-streams/respond-after-enqueue.any.js.ini | 4++--
Mtesting/web-platform/meta/streams/readable-byte-streams/tee.any.js.ini | 6++----
Mtesting/web-platform/meta/streams/readable-streams/default-reader.any.js.ini | 7++++---
Mtesting/web-platform/meta/streams/readable-streams/tee.any.js.ini | 6+++---
Mtesting/web-platform/meta/streams/transform-streams/errors.any.js.ini | 4+++-
Mtesting/web-platform/meta/streams/transform-streams/general.any.js.ini | 4+++-
Mtesting/web-platform/meta/wasm/jsapi/constructor/compile.any.js.ini | 3++-
Mtesting/web-platform/meta/wasm/jsapi/constructor/instantiate-bad-imports.any.js.ini | 4+++-
Mtesting/web-platform/meta/wasm/jsapi/esm-integration/exports.tentative.any.js.ini | 3++-
Mtesting/web-platform/meta/wasm/jsapi/esm-integration/v128-tdz.tentative.any.js.ini | 2++
Mtesting/web-platform/meta/wasm/jsapi/instance/exports.any.js.ini | 5+++--
Mtesting/web-platform/meta/wasm/jsapi/table/constructor-types.tentative.any.js.ini | 4+++-
Mtesting/web-platform/meta/wasm/jsapi/table/length.any.js.ini | 7++++---
Atesting/web-platform/meta/webrtc/RTCPeerConnection-remote-track-properties.https.html.ini | 3+++
Mtesting/web-platform/meta/webrtc/protocol/rtp-demuxing.html.ini | 15+++++++++------
Mtesting/web-platform/meta/webrtc/simulcast/h264.https.html.ini | 10+++++-----
29 files changed, 102 insertions(+), 72 deletions(-)

diff --git a/testing/web-platform/meta/css/cssom-view/scroll-behavior-element.html.ini b/testing/web-platform/meta/css/cssom-view/scroll-behavior-element.html.ini @@ -37,7 +37,6 @@ [Element with smooth scroll-behavior ; scroll() with smooth behavior] expected: - if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL] if (os == "linux") and debug and not fission: [PASS, FAIL] [Element with smooth scroll-behavior ; scrollTo() with smooth behavior] @@ -54,8 +53,8 @@ [Element with smooth scroll-behavior ; scrollTo() with default behavior] expected: - if (os == "linux") and debug and fission: [PASS, FAIL] - if (os == "mac") and debug: [PASS, FAIL] + if debug and (os == "linux") and fission: [PASS, FAIL] + if debug and (os == "mac"): [PASS, FAIL] [Element with auto scroll-behavior ; scrollBy() with smooth behavior] expected: diff --git a/testing/web-platform/meta/dom/abort/event.any.js.ini b/testing/web-platform/meta/dom/abort/event.any.js.ini @@ -5,6 +5,7 @@ [event.any.html] expected: + if sessionHistoryInParent and (os == "android") and debug: [OK, TIMEOUT] if not sessionHistoryInParent and not debug: [OK, TIMEOUT] [event.any.shadowrealm.html] diff --git a/testing/web-platform/meta/encoding/big5-encoder.html.ini b/testing/web-platform/meta/encoding/big5-encoder.html.ini @@ -1,3 +1,3 @@ [big5-encoder.html] expected: - if (os == "android") and fission: [OK, TIMEOUT] + if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/encoding/streams/decode-attributes.any.js.ini b/testing/web-platform/meta/encoding/streams/decode-attributes.any.js.ini @@ -32,6 +32,7 @@ [decode-attributes.any.shadowrealm-in-sharedworker.html] expected: + if not sessionHistoryInParent and debug: TIMEOUT if not sessionHistoryInParent and not debug: [ERROR, TIMEOUT] ERROR diff --git a/testing/web-platform/meta/encoding/streams/decode-bad-chunks.any.js.ini b/testing/web-platform/meta/encoding/streams/decode-bad-chunks.any.js.ini @@ -5,14 +5,13 @@ [decode-bad-chunks.any.html] expected: - if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT] - if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] [decode-bad-chunks.any.worker.html] expected: - if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT, CRASH] - if (os == "android") and not sessionHistoryInParent and debug: [OK, ERROR] - if (os == "android") and not sessionHistoryInParent and not debug: [OK, CRASH] + if sessionHistoryInParent and (os == "android") and not debug: [OK, TIMEOUT, CRASH] + if not sessionHistoryInParent and debug: [OK, ERROR] + if not sessionHistoryInParent and not debug: [OK, CRASH] [decode-bad-chunks.any.shadowrealm.html] expected: ERROR @@ -29,13 +28,14 @@ expected: [ERROR, TIMEOUT] [decode-bad-chunks.any.shadowrealm-in-dedicatedworker.html] - expected: ERROR + expected: + if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT] + ERROR [decode-bad-chunks.any.shadowrealm-in-shadowrealm.html] expected: ERROR [decode-bad-chunks.any.shadowrealm-in-window.html] expected: - if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT] - if (os == "android") and not sessionHistoryInParent and not debug: [ERROR, TIMEOUT] + if (os == "android") and not debug: [ERROR, TIMEOUT] ERROR diff --git a/testing/web-platform/meta/html/webappapis/the-shadowrealmglobalscope-interface/self.any.js.ini b/testing/web-platform/meta/html/webappapis/the-shadowrealmglobalscope-interface/self.any.js.ini @@ -15,8 +15,8 @@ [self.any.shadowrealm-in-window.html] expected: - if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT] - if (os == "android") and not sessionHistoryInParent and not debug: [ERROR, TIMEOUT] + if (os == "android") and debug and not sessionHistoryInParent: TIMEOUT + if (os == "android") and not debug: [ERROR, TIMEOUT] ERROR [self.https.any.shadowrealm-in-serviceworker.html] diff --git a/testing/web-platform/meta/idle-detection/idle-detection-allowed-by-permissions-policy.https.sub.html.ini b/testing/web-platform/meta/idle-detection/idle-detection-allowed-by-permissions-policy.https.sub.html.ini @@ -14,3 +14,6 @@ [Permissions-Policy idle-detection=* explicity set by top-level frame allows workers in cross-origin iframes.] expected: NOTRUN + + [Inherited header permissions policy allows dedicated workers.] + expected: FAIL diff --git a/testing/web-platform/meta/mozilla-sync b/testing/web-platform/meta/mozilla-sync @@ -1 +1 @@ -upstream: ebfc16527bd5e4abc04372df9351b4e894e93492 +upstream: e5b1595d0befb5b3986865b99524290c4435b449 diff --git a/testing/web-platform/meta/network-error-logging/sends-report-on-redirect.https.html.ini b/testing/web-platform/meta/network-error-logging/sends-report-on-redirect.https.html.ini @@ -1,8 +1,10 @@ [sends-report-on-redirect.https.html] expected: - if os == "mac": [OK, TIMEOUT] - if os == "android": [OK, TIMEOUT] + if (os == "linux") and not debug: OK + if os == "win": OK + [OK, TIMEOUT] [\n Test that NEL reports are sent for redirects\n ] expected: - if os == "mac": [PASS, TIMEOUT] - if os == "android": [PASS, TIMEOUT] + if (os == "linux") and not debug: PASS + if os == "win": PASS + [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/network-error-logging/sends-report-on-subdomain-dns-failure.https.html.ini b/testing/web-platform/meta/network-error-logging/sends-report-on-subdomain-dns-failure.https.html.ini @@ -1,6 +1,6 @@ [sends-report-on-subdomain-dns-failure.https.html] expected: - if os_version == "7.0": [OK, TIMEOUT] + if os == "mac": [OK, TIMEOUT] [\n Test that include_subdomains policies report DNS failures for subdomains\n ] expected: - if os_version == "7.0": [PASS, TIMEOUT] + if os == "mac": [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/preload/preload-referrer-policy-subresource-header.tentative.html.ini b/testing/web-platform/meta/preload/preload-referrer-policy-subresource-header.tentative.html.ini @@ -676,7 +676,6 @@ [preload-referrer-policy-subresource-header.tentative.html?isCrossOriginPreload=true&isCrossOriginResource=false] expected: - if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] if os == "mac": TIMEOUT [referrer policy ( -> , cross-origin, same-origin)] expected: FAIL @@ -730,12 +729,12 @@ [referrer policy (same-origin -> , cross-origin, same-origin)] expected: - if os == "mac": [FAIL, TIMEOUT, NOTRUN] + if os == "mac": [NOTRUN, TIMEOUT, FAIL] FAIL [referrer policy (same-origin -> no-referrer, cross-origin, same-origin)] expected: - if os == "mac": [TIMEOUT, FAIL, NOTRUN] + if os == "mac": [NOTRUN, FAIL, TIMEOUT] FAIL [referrer policy (same-origin -> same-origin, cross-origin, same-origin)] @@ -900,7 +899,6 @@ [referrer policy (unsafe-url -> unsafe-url, cross-origin, same-origin)] expected: - if (os == "win") and not debug and (processor == "x86"): [FAIL, TIMEOUT] if os == "mac": NOTRUN FAIL @@ -939,11 +937,13 @@ expected: FAIL [referrer policy (no-referrer -> origin, same-origin, same-origin)] - expected: FAIL + expected: + if os == "mac": [FAIL, TIMEOUT] + FAIL [referrer policy (no-referrer -> origin-when-cross-origin, same-origin, same-origin)] expected: - if os == "mac": [FAIL, TIMEOUT] + if os == "mac": [FAIL, NOTRUN, TIMEOUT] FAIL [referrer policy (no-referrer -> strict-origin-when-cross-origin, same-origin, same-origin)] @@ -953,12 +953,12 @@ [referrer policy (no-referrer -> unsafe-url, same-origin, same-origin)] expected: - if os == "mac": [FAIL, TIMEOUT, NOTRUN] + if os == "mac": [NOTRUN, FAIL, TIMEOUT] FAIL [referrer policy (same-origin -> , same-origin, same-origin)] expected: - if os == "mac": [TIMEOUT, FAIL, NOTRUN] + if os == "mac": [NOTRUN, TIMEOUT, FAIL] FAIL [referrer policy (same-origin -> no-referrer, same-origin, same-origin)] @@ -1177,17 +1177,17 @@ [referrer policy (no-referrer -> strict-origin-when-cross-origin, cross-origin, cross-origin)] expected: - if os == "mac": [FAIL, TIMEOUT, NOTRUN] + if os == "mac": [FAIL, NOTRUN, TIMEOUT] FAIL [referrer policy (no-referrer -> unsafe-url, cross-origin, cross-origin)] expected: - if os == "mac": [TIMEOUT, FAIL, NOTRUN] + if os == "mac": [FAIL, NOTRUN, TIMEOUT] FAIL [referrer policy (same-origin -> , cross-origin, cross-origin)] expected: - if os == "mac": [NOTRUN, FAIL, TIMEOUT] + if os == "mac": [TIMEOUT, NOTRUN, FAIL] FAIL [referrer policy (same-origin -> no-referrer, cross-origin, cross-origin)] @@ -1399,22 +1399,22 @@ [referrer policy (no-referrer -> origin-when-cross-origin, same-origin, cross-origin)] expected: - if os == "mac": [FAIL, TIMEOUT] + if os == "mac": [FAIL, TIMEOUT, NOTRUN] FAIL [referrer policy (no-referrer -> strict-origin-when-cross-origin, same-origin, cross-origin)] expected: - if os == "mac": [TIMEOUT, FAIL, NOTRUN] + if os == "mac": [FAIL, TIMEOUT, NOTRUN] FAIL [referrer policy (no-referrer -> unsafe-url, same-origin, cross-origin)] expected: - if os == "mac": [NOTRUN, FAIL, TIMEOUT] + if os == "mac": [FAIL, TIMEOUT, NOTRUN] FAIL [referrer policy (same-origin -> , same-origin, cross-origin)] expected: - if os == "mac": [NOTRUN, FAIL, TIMEOUT] + if os == "mac": [TIMEOUT, NOTRUN, FAIL] FAIL [referrer policy (same-origin -> no-referrer, same-origin, cross-origin)] diff --git a/testing/web-platform/meta/shadow-dom/focus-navigation/tentative/focus-navigation-scroller-delegatesFocus.html.ini b/testing/web-platform/meta/shadow-dom/focus-navigation/tentative/focus-navigation-scroller-delegatesFocus.html.ini @@ -0,0 +1,3 @@ +[focus-navigation-scroller-delegatesFocus.html] + expected: + if (os == "win") and debug and (processor == "x86_64"): [OK, ERROR] diff --git a/testing/web-platform/meta/streams/readable-byte-streams/construct-byob-request.any.js.ini b/testing/web-platform/meta/streams/readable-byte-streams/construct-byob-request.any.js.ini @@ -26,7 +26,7 @@ [construct-byob-request.any.shadowrealm-in-dedicatedworker.html] expected: - if not sessionHistoryInParent and not debug: [ERROR, TIMEOUT] + if (os == "android") and not debug: [ERROR, TIMEOUT] ERROR [construct-byob-request.any.shadowrealm-in-window.html] @@ -38,4 +38,6 @@ expected: ERROR [construct-byob-request.any.shadowrealm-in-shadowrealm.html] - expected: ERROR + expected: + if not sessionHistoryInParent and not debug: [ERROR, TIMEOUT] + ERROR diff --git a/testing/web-platform/meta/streams/readable-byte-streams/respond-after-enqueue.any.js.ini b/testing/web-platform/meta/streams/readable-byte-streams/respond-after-enqueue.any.js.ini @@ -9,8 +9,7 @@ [respond-after-enqueue.any.html] expected: - if sessionHistoryInParent: OK - [OK, TIMEOUT] + if not sessionHistoryInParent: [OK, TIMEOUT] [respond-after-enqueue.any.serviceworker.html] expected: @@ -30,6 +29,7 @@ [respond-after-enqueue.any.shadowrealm-in-shadowrealm.html] expected: if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT] + if (os == "android") and not sessionHistoryInParent and not debug: [ERROR, TIMEOUT] ERROR [respond-after-enqueue.https.any.shadowrealm-in-audioworklet.html] diff --git a/testing/web-platform/meta/streams/readable-byte-streams/tee.any.js.ini b/testing/web-platform/meta/streams/readable-byte-streams/tee.any.js.ini @@ -7,7 +7,7 @@ [tee.any.serviceworker.html] expected: - if (os == "android") and not debug and sessionHistoryInParent: [OK, ERROR] + if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT, ERROR] if (os == "android") and not debug and not sessionHistoryInParent: [OK, ERROR, TIMEOUT] if (os == "win") and not debug: [OK, TIMEOUT] @@ -24,9 +24,7 @@ ERROR [tee.https.any.shadowrealm-in-serviceworker.html] - expected: - if not sessionHistoryInParent and debug: [CRASH, ERROR, TIMEOUT] - [ERROR, TIMEOUT] + expected: [ERROR, TIMEOUT] [tee.https.any.shadowrealm-in-audioworklet.html] expected: diff --git a/testing/web-platform/meta/streams/readable-streams/default-reader.any.js.ini b/testing/web-platform/meta/streams/readable-streams/default-reader.any.js.ini @@ -28,15 +28,16 @@ [default-reader.any.shadowrealm-in-shadowrealm.html] expected: - if (os == "android") and debug and sessionHistoryInParent: [ERROR, TIMEOUT] - if (os == "android") and not debug and sessionHistoryInParent: [ERROR, TIMEOUT] + if (os == "android") and sessionHistoryInParent: [ERROR, TIMEOUT] ERROR [default-reader.https.any.shadowrealm-in-serviceworker.html] expected: [ERROR, TIMEOUT] [default-reader.any.shadowrealm-in-window.html] - expected: ERROR + expected: + if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT] + ERROR [default-reader.https.any.shadowrealm-in-audioworklet.html] expected: ERROR diff --git a/testing/web-platform/meta/streams/readable-streams/tee.any.js.ini b/testing/web-platform/meta/streams/readable-streams/tee.any.js.ini @@ -8,13 +8,13 @@ [tee.any.worker.html] expected: - if (os == "android") and not debug: [OK, CRASH] + if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT, CRASH] + if (os == "android") and not debug and not sessionHistoryInParent: [OK, CRASH] [tee.any.sharedworker.html] expected: if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH] - if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT] - if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, TIMEOUT] [tee.any.shadowrealm.html] expected: diff --git a/testing/web-platform/meta/streams/transform-streams/errors.any.js.ini b/testing/web-platform/meta/streams/transform-streams/errors.any.js.ini @@ -39,7 +39,9 @@ ERROR [errors.any.shadowrealm-in-dedicatedworker.html] - expected: ERROR + expected: + if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT] + ERROR [errors.https.any.shadowrealm-in-audioworklet.html] expected: diff --git a/testing/web-platform/meta/streams/transform-streams/general.any.js.ini b/testing/web-platform/meta/streams/transform-streams/general.any.js.ini @@ -39,7 +39,9 @@ expected: ERROR [general.any.shadowrealm-in-dedicatedworker.html] - expected: ERROR + expected: + if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT] + ERROR [general.https.any.shadowrealm-in-serviceworker.html] expected: [ERROR, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/constructor/compile.any.js.ini b/testing/web-platform/meta/wasm/jsapi/constructor/compile.any.js.ini @@ -29,6 +29,7 @@ [compile.any.shadowrealm-in-shadowrealm.html] expected: - if (os == "win") and not debug and (processor == "x86_64"): [ERROR, CRASH] if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT] + if (os == "android") and not sessionHistoryInParent and not debug: [ERROR, TIMEOUT] + if (os == "win") and not debug: [ERROR, CRASH] ERROR diff --git a/testing/web-platform/meta/wasm/jsapi/constructor/instantiate-bad-imports.any.js.ini b/testing/web-platform/meta/wasm/jsapi/constructor/instantiate-bad-imports.any.js.ini @@ -23,4 +23,6 @@ expected: [ERROR, TIMEOUT] [instantiate-bad-imports.any.shadowrealm-in-sharedworker.html] - expected: ERROR + expected: + if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT] + ERROR diff --git a/testing/web-platform/meta/wasm/jsapi/esm-integration/exports.tentative.any.js.ini b/testing/web-platform/meta/wasm/jsapi/esm-integration/exports.tentative.any.js.ini @@ -34,5 +34,6 @@ [exports.tentative.https.any.shadowrealm-in-serviceworker.html] expected: - if not sessionHistoryInParent and debug: [ERROR, TIMEOUT] + if (os == "android") and debug and not sessionHistoryInParent: [ERROR, TIMEOUT] + if (os == "android") and not debug and sessionHistoryInParent: [ERROR, TIMEOUT] ERROR diff --git a/testing/web-platform/meta/wasm/jsapi/esm-integration/v128-tdz.tentative.any.js.ini b/testing/web-platform/meta/wasm/jsapi/esm-integration/v128-tdz.tentative.any.js.ini @@ -7,6 +7,8 @@ [v128-tdz.tentative.any.html] + expected: + if (os == "android") and debug and sessionHistoryInParent: TIMEOUT [v128 global exports should cause TDZ errors] expected: FAIL diff --git a/testing/web-platform/meta/wasm/jsapi/instance/exports.any.js.ini b/testing/web-platform/meta/wasm/jsapi/instance/exports.any.js.ini @@ -18,8 +18,9 @@ [exports.any.shadowrealm-in-window.html] expected: - if sessionHistoryInParent: ERROR - [ERROR, TIMEOUT] + if sessionHistoryInParent and (os == "android") and debug: TIMEOUT + if not sessionHistoryInParent: [ERROR, TIMEOUT] + ERROR [exports.any.shadowrealm-in-dedicatedworker.html] expected: diff --git a/testing/web-platform/meta/wasm/jsapi/table/constructor-types.tentative.any.js.ini b/testing/web-platform/meta/wasm/jsapi/table/constructor-types.tentative.any.js.ini @@ -49,7 +49,9 @@ ERROR [constructor-types.tentative.any.shadowrealm-in-dedicatedworker.html] - expected: ERROR + expected: + if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT] + ERROR [constructor-types.tentative.https.any.shadowrealm-in-serviceworker.html] expected: [ERROR, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/table/length.any.js.ini b/testing/web-platform/meta/wasm/jsapi/table/length.any.js.ini @@ -10,7 +10,9 @@ expected: ERROR [length.any.shadowrealm-in-shadowrealm.html] - expected: ERROR + expected: + if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT] + ERROR [length.any.shadowrealm-in-window.html] expected: ERROR @@ -22,4 +24,4 @@ expected: ERROR [length.https.any.shadowrealm-in-serviceworker.html] - expected: [ERROR, TIMEOUT] -\ No newline at end of file + expected: [ERROR, TIMEOUT] diff --git a/testing/web-platform/meta/webrtc/RTCPeerConnection-remote-track-properties.https.html.ini b/testing/web-platform/meta/webrtc/RTCPeerConnection-remote-track-properties.https.html.ini @@ -0,0 +1,3 @@ +[RTCPeerConnection-remote-track-properties.https.html] + expected: + if not sessionHistoryInParent and not debug: [OK, TIMEOUT] 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,14 +1,17 @@ [rtp-demuxing.html] bug: 1709960 expected: - if (os == "linux") and not debug: [OK, TIMEOUT] + if not asan and (os == "linux") and not debug: [OK, TIMEOUT] + if asan: [OK, TIMEOUT] [Can demux two video tracks with different payload types on a bundled connection] expected: - if (os == "mac") and debug: [PASS, FAIL] - if (os == "mac") and not debug: [PASS, FAIL] - if os == "linux": [PASS, TIMEOUT] - if (os == "win") and not debug and (processor == "x86"): FAIL + if os == "win": PASS + if os == "mac": [PASS, FAIL] + if os == "android": PASS + [PASS, TIMEOUT] [Can demux two video tracks with the same payload type on an unbundled connection] expected: - if os == "linux": [PASS, NOTRUN] + if (os == "linux") and not debug and asan: [PASS, NOTRUN] + if (os == "linux") and not debug and not asan: [PASS, NOTRUN] + if (os == "linux") and debug: [PASS, NOTRUN] 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,10 +1,10 @@ [h264.https.html] bug: 1709960 expected: - if (os == "linux") and not debug: [OK, TIMEOUT] + if not asan and (os == "linux") and not debug: [OK, TIMEOUT] + if asan: [OK, TIMEOUT] [H264 simulcast setup with two streams] expected: - if (os == "mac") and debug: [PASS, FAIL] - if (os == "mac") and not debug: [PASS, FAIL] - if (os == "linux") and not debug: [PASS, TIMEOUT] - if (os == "win") and not debug and (processor == "x86"): FAIL + if (os == "linux") and not debug and asan: [PASS, TIMEOUT] + if (os == "linux") and not debug and not asan: [PASS, TIMEOUT] + if os == "mac": [PASS, FAIL]