blob: b727b31d0d28458fd4caedde7302091b7bcb98f9 (
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
|
# Please keep test files lexicographically sorted, with whitespace between.
[DEFAULT]
firefox-appdir = browser
head = head.js
[test_FOGInit.js]
[test_FOGIPCLimit.js]
[test_FOGPrefs.js]
skip-if = os == "android" # FOG isn't responsible for monitoring prefs and controlling upload on Android
[test_GIFFT.js]
run-sequentially = very high failure rate in parallel
[test_GIFFTIPC.js]
[test_Glean.js]
[test_GleanIPC.js]
[test_GleanExperiments.js]
skip-if = os == "android" # FOG isn't responsible for experiment annotations on Android
[test_GleanServerKnobs.js]
skip-if = os == "android" # Server Knobs on mobile will be handled by the specific app
[test_JOG.js]
[test_JOGIPC.js]
[test_MillionQ.js]
skip-if = os == "android" # Android inits its own FOG, so the test won't work.
|