This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch geckoview-99.0.1-11.0-1 in repository tor-browser.
commit a2726991d1ae95e40cdd75791d7499d735312566 Author: Sebastian Hengst archaeopteryx@coole-files.de AuthorDate: Fri Mar 11 21:02:56 2022 +0000
Bug 1758143: Disable this wpt for a feature we don't support. r=jib a=test-only DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D140355 --- ...nizationSource-senderCaptureTimeOffset.html.ini | 67 +--------------------- 1 file changed, 2 insertions(+), 65 deletions(-)
diff --git a/testing/web-platform/meta/webrtc-extensions/RTCRtpSynchronizationSource-senderCaptureTimeOffset.html.ini b/testing/web-platform/meta/webrtc-extensions/RTCRtpSynchronizationSource-senderCaptureTimeOffset.html.ini index e294eead35969..3fb6aa2f71ea4 100644 --- a/testing/web-platform/meta/webrtc-extensions/RTCRtpSynchronizationSource-senderCaptureTimeOffset.html.ini +++ b/testing/web-platform/meta/webrtc-extensions/RTCRtpSynchronizationSource-senderCaptureTimeOffset.html.ini @@ -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