diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
commit | 40a355a42d4a9444dc753c04c6608dade2f06a23 (patch) | |
tree | 871fc667d2de662f171103ce5ec067014ef85e61 /testing/web-platform/meta/webrtc-extensions | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.tar.xz firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.zip |
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/webrtc-extensions')
2 files changed, 4 insertions, 13 deletions
diff --git a/testing/web-platform/meta/webrtc-extensions/RTCRtpReceiver-jitterBufferTarget-stats.html.ini b/testing/web-platform/meta/webrtc-extensions/RTCRtpReceiver-jitterBufferTarget-stats.html.ini deleted file mode 100644 index a96b98ec88..0000000000 --- a/testing/web-platform/meta/webrtc-extensions/RTCRtpReceiver-jitterBufferTarget-stats.html.ini +++ /dev/null @@ -1,13 +0,0 @@ -[RTCRtpReceiver-jitterBufferTarget-stats.html] - expected: - if (os == "android") and not debug: [OK, TIMEOUT] - [measure raising and lowering video jitterBufferTarget] - expected: - if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL] - if (os == "android") and not debug: [PASS, FAIL, TIMEOUT] - if os == "linux": [PASS, FAIL] - - [measure raising and lowering audio jitterBufferTarget] - expected: - if (os == "android") and debug and swgl: [PASS, FAIL] - if (os == "android") and not debug: [PASS, FAIL, TIMEOUT] diff --git a/testing/web-platform/meta/webrtc-extensions/RTCRtpReceiver-video-jitterBufferTarget-stats.html.ini b/testing/web-platform/meta/webrtc-extensions/RTCRtpReceiver-video-jitterBufferTarget-stats.html.ini new file mode 100644 index 0000000000..6999809037 --- /dev/null +++ b/testing/web-platform/meta/webrtc-extensions/RTCRtpReceiver-video-jitterBufferTarget-stats.html.ini @@ -0,0 +1,4 @@ +[RTCRtpReceiver-video-jitterBufferTarget-stats.html] + [measure raising and lowering video jitterBufferTarget] + expected: + if swgl and (os == "win"): [PASS, FAIL] |