This repository has been archived by the owner on Aug 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1611449 - Alter order of expecations for MediaRecorder-no-sink.ht…
…tps.html and MediaRecorder-peerconnection.https.html on release_or_beta. r=jgraham Rule for Beta and Release on Android must be declared before general Android one because first matching rule gets applied. Differential Revision: https://phabricator.services.mozilla.com/D61099
- Loading branch information
1 parent
522646a
commit 40485c6
Showing
2 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
testing/web-platform/meta/mediacapture-record/MediaRecorder-no-sink.https.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
[MediaRecorder-no-sink.https.html] | ||
expected: | ||
if os == "android": TIMEOUT | ||
if release_or_beta and (os == "android"): ["OK", "TIMEOUT"] | ||
if os == "android": TIMEOUT | ||
|
||
[PeerConnection MediaRecorder records video from PeerConnection without sinks] | ||
expected: | ||
if os == "android": TIMEOUT | ||
if release_or_beta and (os == "android"): ["PASS", "TIMEOUT"] | ||
if os == "android": TIMEOUT | ||
|
||
[PeerConnection MediaRecorder records audio/video from PeerConnection without sinks] | ||
expected: | ||
if os == "android": NOTRUN | ||
if release_or_beta and (os == "android"): ["PASS", "NOTRUN"] | ||
if os == "android": NOTRUN | ||
|
38 changes: 19 additions & 19 deletions
38
testing/web-platform/meta/mediacapture-record/MediaRecorder-peerconnection.https.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,106 +1,106 @@ | ||
[MediaRecorder-peerconnection.https.html] | ||
expected: | ||
if os == "android": TIMEOUT | ||
if release_or_beta and (os == "android"): ["TIMEOUT", "ERROR"] | ||
if os == "android": TIMEOUT | ||
ERROR | ||
|
||
[PeerConnection MediaRecorder gets ondata on stopping recorded tracks {"video":false,"audio":true} with format [passthrough\].] | ||
expected: | ||
if os == "android": NOTRUN | ||
if release_or_beta and (os == "android"): ["PASS", "TIMEOUT"] | ||
if os == "android": NOTRUN | ||
|
||
[PeerConnection MediaRecorder gets ondata on stopping recorded tracks {"video":false,"audio":true} with format video/webm;codecs=vp9.] | ||
expected: | ||
if os == "android": NOTRUN | ||
if release_or_beta and (os == "android"): ["FAIL", "NOTRUN"] | ||
if os == "android": NOTRUN | ||
FAIL | ||
|
||
[PeerConnection MediaRecorder gets ondata on stopping recorded tracks {"video":false,"audio":true} with format video/webm;codecs=vp8.] | ||
expected: | ||
if os == "android": NOTRUN | ||
if release_or_beta and (os == "android"): ["FAIL", "NOTRUN"] | ||
if os == "android": NOTRUN | ||
FAIL | ||
|
||
[PeerConnection MediaRecorder gets ondata on stopping recorded tracks {"video":true,"audio":false} with format video/webm;codecs=vp8.] | ||
expected: | ||
if os == "android": NOTRUN | ||
if release_or_beta and (os == "android"): ["PASS", "NOTRUN"] | ||
if os == "android": NOTRUN | ||
|
||
[PeerConnection MediaRecorder receives data after onstart, {"video":true,"audio":false} with format video/webm;codecs=vp9.] | ||
expected: | ||
if os == "android": NOTRUN | ||
if release_or_beta and (os == "android"): ["FAIL", "NOTRUN"] | ||
if os == "android": NOTRUN | ||
FAIL | ||
|
||
[PeerConnection MediaRecorder receives data after onstart, {"video":true,"audio":true} with format video/webm;codecs=vp8.] | ||
expected: | ||
if os == "android": NOTRUN | ||
if release_or_beta and (os == "android"): ["FAIL", "NOTRUN"] | ||
if os == "android": NOTRUN | ||
FAIL | ||
|
||
[PeerConnection MediaRecorder receives data after onstart, {"video":true,"audio":false} with format video/webm;codecs=vp8.] | ||
expected: | ||
if os == "android": NOTRUN | ||
if release_or_beta and (os == "android"): ["PASS", "NOTRUN"] | ||
if os == "android": NOTRUN | ||
|
||
[PeerConnection MediaRecorder receives data after onstart, {"video":true,"audio":false} with format [passthrough\].] | ||
expected: | ||
if os == "android": TIMEOUT | ||
if release_or_beta and (os == "android"): ["PASS", "TIMEOUT"] | ||
if os == "android": TIMEOUT | ||
|
||
[PeerConnection MediaRecorder gets ondata on stopping recorded tracks {"video":true,"audio":true} with format video/webm;codecs=vp8.] | ||
expected: | ||
if os == "android": NOTRUN | ||
if release_or_beta and (os == "android"): ["FAIL", "NOTRUN"] | ||
if os == "android": NOTRUN | ||
FAIL | ||
|
||
[PeerConnection MediaRecorder gets ondata on stopping recorded tracks {"video":true,"audio":true} with format [passthrough\].] | ||
expected: | ||
if os == "android": NOTRUN | ||
if release_or_beta and (os == "android"): ["PASS", "NOTRUN"] | ||
if os == "android": NOTRUN | ||
|
||
[PeerConnection MediaRecorder receives data after onstart, {"video":false,"audio":true} with format video/webm;codecs=vp8.] | ||
expected: | ||
if os == "android": NOTRUN | ||
if release_or_beta and (os == "android"): ["FAIL", "NOTRUN"] | ||
if os == "android": NOTRUN | ||
FAIL | ||
|
||
[PeerConnection MediaRecorder receives data after onstart, {"video":false,"audio":true} with format video/webm;codecs=vp9.] | ||
expected: | ||
if os == "android": NOTRUN | ||
if release_or_beta and (os == "android"): ["FAIL", "NOTRUN"] | ||
if os == "android": NOTRUN | ||
FAIL | ||
|
||
[PeerConnection MediaRecorder gets ondata on stopping recorded tracks {"video":true,"audio":true} with format video/webm;codecs=vp9.] | ||
expected: | ||
if os == "android": NOTRUN | ||
if release_or_beta and (os == "android"): ["FAIL", "NOTRUN"] | ||
if os == "android": NOTRUN | ||
FAIL | ||
|
||
[PeerConnection MediaRecorder receives data after onstart, {"video":true,"audio":true} with format [passthrough\].] | ||
expected: | ||
if os == "android": NOTRUN | ||
if release_or_beta and (os == "android"): ["PASS", "NOTRUN"] | ||
if os == "android": NOTRUN | ||
|
||
[PeerConnection MediaRecorder gets ondata on stopping recorded tracks {"video":true,"audio":false} with format [passthrough\].] | ||
expected: | ||
if os == "android": NOTRUN | ||
if release_or_beta and (os == "android"): ["PASS", "NOTRUN"] | ||
if os == "android": NOTRUN | ||
|
||
[PeerConnection MediaRecorder receives data after onstart, {"video":true,"audio":true} with format video/webm;codecs=vp9.] | ||
expected: | ||
if os == "android": NOTRUN | ||
if release_or_beta and (os == "android"): ["FAIL", "NOTRUN"] | ||
if os == "android": NOTRUN | ||
FAIL | ||
|
||
[PeerConnection MediaRecorder gets ondata on stopping recorded tracks {"video":true,"audio":false} with format video/webm;codecs=vp9.] | ||
expected: | ||
if os == "android": NOTRUN | ||
if release_or_beta and (os == "android"): ["FAIL", "NOTRUN"] | ||
if os == "android": NOTRUN | ||
FAIL | ||
|
||
[PeerConnection MediaRecorder receives data after onstart, {"video":false,"audio":true} with format [passthrough\].] | ||
expected: | ||
if os == "android": NOTRUN | ||
if release_or_beta and (os == "android"): ["PASS", "NOTRUN"] | ||
if os == "android": NOTRUN | ||
|