Bug 1733656: Clean up wpt meta files. r=jib

Differential Revision: https://phabricator.services.mozilla.com/D128622
This commit is contained in:
Byron Campen 2021-10-18 19:01:32 +00:00
Родитель 92536e77f0
Коммит fa4a762db3
4 изменённых файлов: 3 добавлений и 70 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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]

Просмотреть файл

@ -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]