1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
[MediaRecorder-peerconnection.https.html]
expected:
if (os == "android") and release_or_beta: OK
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
[PeerConnection MediaRecorder receives data after onstart, {"video":{}} mimeType ""]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1669551
expected:
if (os == "android") and release_or_beta: PASS
if os == "android": TIMEOUT
[PeerConnection MediaRecorder gets ondata on stopping tracks, {"video":{}} mimeType ""]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1669551
expected:
if (os == "android") and release_or_beta: PASS
if os == "android": NOTRUN
[PeerConnection MediaRecorder receives data after onstart, {"audio":{}} mimeType ""]
expected:
if (os == "android") and release_or_beta: PASS
if os == "android": NOTRUN
[PeerConnection MediaRecorder gets ondata on stopping tracks, {"audio":{}} mimeType ""]
expected:
if (os == "android") and release_or_beta: PASS
if os == "android": NOTRUN
[PeerConnection MediaRecorder receives data after onstart, {"video":{},"audio":{}} mimeType ""]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1669551
expected:
if (os == "android") and release_or_beta: PASS
if os == "android": NOTRUN
[PeerConnection MediaRecorder gets ondata on stopping tracks, {"video":{},"audio":{}} mimeType ""]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1669551
expected:
if (os == "android") and release_or_beta: PASS
if os == "android": NOTRUN
[PeerConnection MediaRecorder receives data after onstart, {"audio":{}} mimeType "audio/webm;codecs=opus"]
expected:
if (os == "android") and release_or_beta: PASS
if os == "android": NOTRUN
[PeerConnection MediaRecorder gets ondata on stopping tracks, {"audio":{}} mimeType "audio/webm;codecs=opus"]
expected:
if (os == "android") and release_or_beta: PASS
if os == "android": NOTRUN
[PeerConnection MediaRecorder receives data after onstart, {"video":{}} mimeType "video/webm;codecs=vp8"]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1669551
expected:
if (os == "android") and release_or_beta: PASS
if os == "android": NOTRUN
[PeerConnection MediaRecorder gets ondata on stopping tracks, {"video":{}} mimeType "video/webm;codecs=vp8"]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1669551
expected:
if (os == "android") and release_or_beta: PASS
if os == "android": NOTRUN
[PeerConnection MediaRecorder receives data after onstart, {"video":{},"audio":{}} mimeType "video/webm;codecs=vp8,opus"]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1669551
expected:
if (os == "android") and release_or_beta: PASS
if os == "android": NOTRUN
[PeerConnection MediaRecorder gets ondata on stopping tracks, {"video":{},"audio":{}} mimeType "video/webm;codecs=vp8,opus"]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1669551
expected:
if (os == "android") and release_or_beta: PASS
if os == "android": NOTRUN
[MediaRecorder constructor throws on no support, {"video":{}} mimeType "video/webm;codecs=vp9"]
expected:
if (os == "android") and release_or_beta: PASS
if os == "android": NOTRUN
[MediaRecorder constructor throws on no support, {"video":{},"audio":{}} mimeType "video/webm;codecs=vp9,opus"]
expected:
if (os == "android") and release_or_beta: PASS
if os == "android": NOTRUN
|