blob: 0a0d48e9e842804339b3d91d5beeed42c6f62f73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[MediaRecorder-peerconnection-no-sink.https.html]
expected:
if (os == "android") and release_or_beta: OK
if (os == "linux") and debug and not fission and swgl: [OK, CRASH]
if (os == "linux") and not debug and fission and (processor == "x86"): [OK, CRASH]
if (os == "linux") and not debug and fission and (processor == "x86_64"): [OK, CRASH]
if os == "android": TIMEOUT
[MediaRecorder records from PeerConnection without sinks, {"video":{}}]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1669551
expected:
if (os == "android") and release_or_beta: PASS
if os == "android": TIMEOUT
[MediaRecorder records from PeerConnection without sinks, {"audio":{},"video":{}}]
expected:
if (os == "android") and release_or_beta: PASS
if os == "android": NOTRUN
|