From fa4a762db3b091bf95f1ff6e87ea8080b1562800 Mon Sep 17 00:00:00 2001 From: Byron Campen Date: Mon, 18 Oct 2021 19:01:32 +0000 Subject: [PATCH] Bug 1733656: Clean up wpt meta files. r=jib Differential Revision: https://phabricator.services.mozilla.com/D128622 --- ...r-getSynchronizationSources.https.html.ini | 56 +------------------ .../webrtc/RTCRtpTransceiver-stop.html.ini | 2 + .../webrtc/simplecall-no-ssrcs.https.html.ini | 4 -- .../meta/webrtc/simplecall.https.html.ini | 11 ---- 4 files changed, 3 insertions(+), 70 deletions(-) delete mode 100644 testing/web-platform/meta/webrtc/simplecall-no-ssrcs.https.html.ini delete mode 100644 testing/web-platform/meta/webrtc/simplecall.https.html.ini diff --git a/testing/web-platform/meta/webrtc/RTCRtpReceiver-getSynchronizationSources.https.html.ini b/testing/web-platform/meta/webrtc/RTCRtpReceiver-getSynchronizationSources.https.html.ini index 7ea6300813ee..6b8799454b81 100644 --- a/testing/web-platform/meta/webrtc/RTCRtpReceiver-getSynchronizationSources.https.html.ini +++ b/testing/web-platform/meta/webrtc/RTCRtpReceiver-getSynchronizationSources.https.html.ini @@ -1,58 +1,4 @@ [RTCRtpReceiver-getSynchronizationSources.https.html] [[audio-only\] RTCRtpSynchronizationSource.voiceActivityFlag is a boolean] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1525394 - expected: - if (processor == "x86") and not debug: [FAIL, NOTRUN] - FAIL - - [[audio\] getSynchronizationSources() eventually returns a non-empty list] - expected: - if (processor == "x86") and not debug: [PASS, TIMEOUT] - - [[audio\] RTCRtpSynchronizationSource.timestamp is a number] - expected: - if (processor == "x86") and not debug: [PASS, NOTRUN] - - [[audio\] RTCRtpSynchronizationSource.rtpTimestamp is a number [0, 2^32-1\]] - expected: - if (processor == "x86") and not debug: [PASS, NOTRUN] - - [[audio\] getSynchronizationSources() does not contain SSRCs older than 10 seconds] - expected: - if (processor == "x86") and not debug: [PASS, NOTRUN] - - [[audio\] RTCRtpSynchronizationSource.timestamp is comparable to performance.timeOrigin + performance.now()] - expected: - if (processor == "x86") and not debug: [PASS, NOTRUN] - - [[audio\] RTCRtpSynchronizationSource.source is a number] - expected: - if (processor == "x86") and not debug: [PASS, NOTRUN] - - [[video\] getSynchronizationSources() eventually returns a non-empty list] - expected: - if (processor == "x86") and not debug: [PASS, NOTRUN] - - [[video\] RTCRtpSynchronizationSource.timestamp is a number] - expected: - if (processor == "x86") and not debug: [PASS, NOTRUN] - - [[video\] RTCRtpSynchronizationSource.rtpTimestamp is a number [0, 2^32-1\]] - expected: - if (processor == "x86") and not debug: [PASS, NOTRUN] - - [[video\] getSynchronizationSources() does not contain SSRCs older than 10 seconds] - expected: - if (processor == "x86") and not debug: [PASS, NOTRUN] - - [[video\] RTCRtpSynchronizationSource.timestamp is comparable to performance.timeOrigin + performance.now()] - expected: - if (processor == "x86") and not debug: [PASS, NOTRUN] - - [[video\] RTCRtpSynchronizationSource.source is a number] - expected: - if (processor == "x86") and not debug: [PASS, NOTRUN] - - [[audio-only\] RTCRtpSynchronizationSource.audioLevel is a number [0, 1\]] - expected: - if (processor == "x86") and not debug: [PASS, NOTRUN] + expected: FAIL diff --git a/testing/web-platform/meta/webrtc/RTCRtpTransceiver-stop.html.ini b/testing/web-platform/meta/webrtc/RTCRtpTransceiver-stop.html.ini index 4c0242385a82..791e37bdebc2 100644 --- a/testing/web-platform/meta/webrtc/RTCRtpTransceiver-stop.html.ini +++ b/testing/web-platform/meta/webrtc/RTCRtpTransceiver-stop.html.ini @@ -1,7 +1,9 @@ [RTCRtpTransceiver-stop.html] [If a transceiver is stopped, transceivers should end up in state stopped] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1568296 expected: FAIL [If a transceiver is stopped, transceivers, senders and receivers should disappear after offer/answer] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1568296 expected: FAIL diff --git a/testing/web-platform/meta/webrtc/simplecall-no-ssrcs.https.html.ini b/testing/web-platform/meta/webrtc/simplecall-no-ssrcs.https.html.ini deleted file mode 100644 index 2453f73f81ac..000000000000 --- a/testing/web-platform/meta/webrtc/simplecall-no-ssrcs.https.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[simplecall-no-ssrcs.https.html] - expected: - if (os == "linux") and not debug and webrender and not fission: [OK, ERROR, CRASH] - if (os == "linux") and not debug and not webrender: [OK, ERROR, CRASH] diff --git a/testing/web-platform/meta/webrtc/simplecall.https.html.ini b/testing/web-platform/meta/webrtc/simplecall.https.html.ini deleted file mode 100644 index 543577c20fd7..000000000000 --- a/testing/web-platform/meta/webrtc/simplecall.https.html.ini +++ /dev/null @@ -1,11 +0,0 @@ -[simplecall.https.html] - expected: - if (os == "linux") and not fission and not debug and (processor == "x86"): [OK, ERROR, TIMEOUT, CRASH] - if (os == "linux") and not fission and not debug and (processor == "x86_64"): [OK, TIMEOUT, ERROR, CRASH] - if (os == "linux") and fission: [OK, ERROR, CRASH] - if (os == "mac") and not debug: [OK, TIMEOUT] - [Can set up a basic WebRTC call.] - expected: - if (os == "linux") and not fission and not debug and (processor == "x86"): [PASS, TIMEOUT] - if (os == "linux") and not fission and not debug and (processor == "x86_64"): [PASS, TIMEOUT] - if (os == "mac") and not debug: [PASS, TIMEOUT]