Bug 1758143: Disable this wpt for a feature we don't support. r=jib

Differential Revision: https://phabricator.services.mozilla.com/D140355
This commit is contained in:
Sebastian Hengst 2022-03-11 21:02:56 +00:00
Родитель cf2b20aea3
Коммит d0d55bb320
1 изменённых файлов: 2 добавлений и 65 удалений

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

@ -1,66 +1,3 @@
[RTCRtpSynchronizationSource-senderCaptureTimeOffset.html]
expected:
if (os == "linux") and debug and fission and not swgl and domstreams: [OK, TIMEOUT]
if (os == "linux") and debug and fission and not swgl and not domstreams: [OK, TIMEOUT]
if (os == "linux") and not debug and fission: [OK, TIMEOUT]
if (os == "linux") and not debug and not fission: [OK, TIMEOUT]
if (os == "mac") and debug: [OK, TIMEOUT]
if (os == "mac") and not debug: TIMEOUT
if (os == "win") and not debug: [OK, TIMEOUT]
[[audio\] getSynchronizationSources() should contain senderCaptureTimeOffset if absolute capture time RTP header extension is negotiated]
expected:
if not debug and fission and (os == "linux"): [FAIL, NOTRUN]
if not debug and fission and (os == "win"): [FAIL, NOTRUN]
FAIL
[[video\] getSynchronizationSources() should contain senderCaptureTimeOffset if absolute capture time RTP header extension is negotiated]
expected:
if (os == "linux") and debug and fission and not swgl and not domstreams: [FAIL, NOTRUN]
if (os == "linux") and debug and fission and not swgl and domstreams: [FAIL, NOTRUN]
if (os == "linux") and not debug and fission: [FAIL, NOTRUN]
if (os == "linux") and not debug and not fission: [FAIL, NOTRUN]
if (os == "mac") and debug: [FAIL, NOTRUN]
if (os == "mac") and not debug: NOTRUN
if (os == "win") and not debug: [FAIL, NOTRUN]
FAIL
[Audio and video RTCRtpSynchronizationSource.senderCaptureTimeOffset must be zero]
expected:
if (os == "linux") and debug and fission and not swgl and domstreams: [FAIL, NOTRUN]
if (os == "linux") and debug and fission and not swgl and not domstreams: [FAIL, NOTRUN]
if (os == "linux") and not debug and fission: [FAIL, NOTRUN]
if (os == "linux") and not debug and not fission: [FAIL, NOTRUN]
if (os == "win") and not debug: [FAIL, NOTRUN]
if (os == "mac") and not debug: NOTRUN
if (os == "mac") and debug: [FAIL, NOTRUN]
FAIL
[[audio\] getSynchronizationSources() should not contain senderCaptureTimeOffset if absolute capture time RTP header extension is not offered]
expected:
if not debug and fission and (os == "win"): [PASS, TIMEOUT]
if not debug and fission and (os == "linux"): [PASS, TIMEOUT]
[[video\] getSynchronizationSources() should not contain senderCaptureTimeOffset if absolute capture time RTP header extension is offered, but not answered]
expected:
if (os == "linux") and debug and fission and not swgl and not domstreams: [PASS, NOTRUN]
if (os == "linux") and debug and fission and not swgl and domstreams: [PASS, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, NOTRUN]
if (os == "linux") and not debug and not fission: [PASS, NOTRUN]
if (os == "win") and not debug: [PASS, NOTRUN]
if (os == "mac") and not debug: NOTRUN
if (os == "mac") and debug: [PASS, NOTRUN]
[[video\] getSynchronizationSources() should not contain senderCaptureTimeOffset if absolute capture time RTP header extension is not offered]
expected:
if (os == "linux") and debug and fission and not swgl and domstreams: [PASS, TIMEOUT]
if (os == "linux") and debug and fission and not swgl and not domstreams: [PASS, TIMEOUT]
if (os == "linux") and not debug and not fission: [PASS, TIMEOUT]
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
if (os == "mac") and debug: [PASS, TIMEOUT]
if (os == "mac") and not debug: TIMEOUT
if (os == "win") and not debug: [PASS, NOTRUN]
[[audio\] getSynchronizationSources() should not contain senderCaptureTimeOffset if absolute capture time RTP header extension is offered, but not answered]
expected:
if not debug and fission and (os == "linux"): [PASS, NOTRUN]
if not debug and fission and (os == "win"): [PASS, NOTRUN]
disabled: true
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1733653