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
84
85
|
[DEFAULT]
tags = "mtg webrtc"
subsuite = "media"
scheme = "https"
support-files = [
"head.js",
"dataChannel.js",
"mediaStreamPlayback.js",
"network.js",
"nonTrickleIce.js",
"pc.js",
"stats.js",
"templates.js",
"test_enumerateDevices_iframe.html",
"test_enumerateDevices_iframe_pre_gum.html",
"test_getUserMedia_permission_iframe.html",
"NetworkPreparationChromeScript.js",
"blacksilence.js",
"turnConfig.js",
"sdpUtils.js",
"addTurnsSelfsignedCert.js",
"parser_rtp.js",
"peerconnection_audio_forced_sample_rate.js",
"iceTestUtils.js",
"simulcast.js",
"helpers_from_wpt/sdp.js",
"!/dom/canvas/test/captureStream_common.js",
"!/dom/canvas/test/webgl-mochitest/webgl-util.js",
"!/dom/media/test/manifest.js",
"!/dom/media/test/seek.webm",
"!/dom/media/test/gizmo.mp4",
"!/docshell/test/navigation/blank.html",
]
prefs = [
"focusmanager.testmode=true", # emulate focus
"privacy.partition.network_state=false",
"network.proxy.allow_hijacking_localhost=true",
"media.devices.enumerate.legacy.enabled=false",
]
["test_1488832.html"]
skip-if = ["os == 'linux'"] # Bug 1714410
["test_1717318.html"]
["test_a_noOp.html"]
scheme = "http"
["test_enumerateDevices.html"]
["test_enumerateDevices_getUserMediaFake.html"]
["test_enumerateDevices_legacy.html"]
["test_enumerateDevices_navigation.html"]
skip-if = ["true"] # Disabled because it is a racy test and causes timeouts, see bug 1650932
["test_fingerprinting_resistance.html"]
skip-if = ["os == 'linux' && asan"] # Bug 1646309 - low frequency intermittent
["test_forceSampleRate.html"]
scheme = "http"
["test_groupId.html"]
["test_multi_mics.html"]
skip-if = ["os != 'linux'"] # the only platform with real devices
["test_ondevicechange.html"]
run-sequentially = "sets prefs that may disrupt other tests"
["test_setSinkId-echoCancellation.html"]
skip-if = ["os == 'android'"] # bug 1473346 - no setSinkId()
["test_setSinkId-stream-source.html"]
skip-if = ["os == 'android'"] # bug 1473346 - no setSinkId()
["test_setSinkId.html"]
skip-if = ["os != 'linux'"] # the only platform with real devices
["test_setSinkId_default_addTrack.html"]
["test_setSinkId_preMutedElement.html"]
["test_unfocused_pref.html"]
|