summaryrefslogtreecommitdiffstats
path: root/ipc/glue/test/browser/browser.toml
blob: 8f94bc130d8b40c1692376aa260152bbd64c5960 (plain)
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
86
87
88
89
90
91
92
93
94
[DEFAULT]
support-files = ["head.js"]
# Set this since we want to continue monitoring the disabling of pref since we
# still allow it a little bit.
environment = "MOZ_DONT_LOCK_UTILITY_PLZ_FILE_A_BUG=1"

["browser_audio_telemetry_content.js"]
skip-if = ["os == 'win'"] # gfx blocks us because media.rdd-process.enabled=false disables PDMFactory::AllDecodersAreRemote()
support-files = [
  "head-telemetry.js",
  "../../../../dom/media/test/small-shot.ogg",
  "../../../../dom/media/test/small-shot.mp3",
  "../../../../dom/media/test/small-shot.m4a",
  "../../../../dom/media/test/small-shot.flac"
]

["browser_audio_telemetry_rdd.js"]
support-files = [
  "head-telemetry.js",
  "../../../../dom/media/test/small-shot.ogg",
  "../../../../dom/media/test/small-shot.mp3",
  "../../../../dom/media/test/small-shot.m4a",
  "../../../../dom/media/test/small-shot.flac"
]

["browser_audio_telemetry_utility.js"]
support-files = [
  "head-telemetry.js",
  "../../../../dom/media/test/small-shot.ogg",
  "../../../../dom/media/test/small-shot.mp3",
  "../../../../dom/media/test/small-shot.m4a",
  "../../../../dom/media/test/small-shot.flac"
]

["browser_audio_telemetry_utility_EME.js"]
support-files = [
  "head-telemetry.js",
  "../../../../dom/media/test/eme_standalone.js",
  "../../../../dom/media/test/short-aac-encrypted-audio.mp4"
]

["browser_utility_audioDecodeCrash.js"]
support-files = [
  "../../../../dom/media/test/small-shot.ogg",
  "../../../../dom/media/test/small-shot.mp3",
  "../../../../dom/media/test/small-shot.m4a",
  "../../../../dom/media/test/small-shot.flac"
]
skip-if = [
  "!crashreporter",
  "ccov",
]

["browser_utility_crashReporter.js"]
skip-if = [
  "!crashreporter",
  "ccov",
]

["browser_utility_filepicker_crashed.js"]
run-if = ["os == 'win'"]
skip-if = [
  "!crashreporter",
  "ccov",
]

["browser_utility_geolocation_crashed.js"]
run-if = ["os == 'win'"]
skip-if = [
  "!crashreporter",
  "ccov",
]

["browser_utility_hard_kill.js"]

["browser_utility_hard_kill_delayed.js"] # bug 1754572: we really want hard_kill to be rust before hard_kill_delayed

["browser_utility_memoryReport.js"]
skip-if = ["tsan"] # bug 1754554

["browser_utility_multipleAudio.js"]
support-files = [
  "../../../../dom/media/test/small-shot.ogg",
  "../../../../dom/media/test/small-shot.mp3",
  "../../../../dom/media/test/small-shot.m4a",
  "../../../../dom/media/test/small-shot.flac",
  "head-multiple.js"
]

["browser_utility_profiler.js"]
support-files = ["../../../../tools/profiler/tests/shared-head.js"]
skip-if = ["tsan"] # from tools/profiler/tests/browser/browser.ini, timing out on profiler tests?

["browser_utility_start_clean_shutdown.js"]