summaryrefslogtreecommitdiffstats
path: root/ipc/glue/test/browser/browser.ini
blob: 9dc84c39140419032d592a692c4b72837fae8169 (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
[DEFAULT]
support-files = head.js

[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_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_geolocation_crashed.js]
skip-if =
  !(os == 'win' && os_version == '10.0')     # Geolocation is remoted only on Windows 8+
  !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
[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]