Bug 1611449 - Alter order of expecations for MediaRecorder-no-sink.https.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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Sebastian Hengst 2020-01-27 21:33:03 +00:00
parent 59bb4e4cda
commit 54564d325b
2 changed files with 22 additions and 22 deletions

View File

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

View File

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