blob: e451437ecbb9390a9ce931970e6599ae0d8003e0 (
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
|
[DEFAULT]
head = head.js
firefox-appdir = browser
# The *.xpi files are only needed for test_TelemetryEnvironment.js, but
# xpcshell fails to install tests if we move them under the test entry.
support-files =
data/search-extensions/engines.json
data/search-extensions/telemetrySearchIdentifier/manifest.json
engine.xml
system.xpi
restartless.xpi
testUnicodePDB32.dll
testNoPDB32.dll
testUnicodePDB64.dll
testNoPDB64.dll
testUnicodePDBAArch64.dll
testNoPDBAArch64.dll
!/toolkit/mozapps/extensions/test/xpcshell/head_addons.js
generated-files =
system.xpi
restartless.xpi
[test_UserInteraction.js]
[test_UserInteraction_annotations.js]
# BHR is disabled on tsan, asan, android and outside of Nightly.
skip-if =
debug
asan
tsan
os == "android"
release_or_beta
apple_catalina # Bug 1713329
apple_silicon # bug 1707747
os == "win" && bits == 32 && !debug # Bug 1781452
os == "linux" && !debug # Bug 1781452
run-sequentially = very high failure rate in parallel
[test_client_id.js]
[test_MigratePendingPings.js]
[test_TelemetryHistograms.js]
[test_SubsessionChaining.js]
tags = addons
[test_SyncPingIntegration.js]
skip-if = os == "android"
[test_TelemetryEnvironment.js]
skip-if =
os == "android"
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807929
tags = addons
run-sequentially = very high failure rate in parallel
[test_TelemetryEnvironment_search.js]
skip-if =
os == "android"
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807929
[test_PingAPI.js]
[test_TelemetryFlagClear.js]
[test_TelemetryLateWrites.js]
[test_TelemetryLockCount.js]
[test_TelemetryController.js]
[test_TelemetryClientID_reset.js]
skip-if = os == "android" # Disabled as Android/GeckoView doesn't run TelemetryController
[test_HealthPing.js]
skip-if =
(verify && (os == 'win'))
(os == 'android' && processor == 'x86_64')
tags = addons
[test_TelemetryController_idle.js]
[test_TelemetryControllerShutdown.js]
skip-if =
(os == 'android' && processor == 'x86_64') # Bug 1784622
tags = addons
[test_TelemetryStopwatch.js]
[test_TelemetryControllerBuildID.js]
[test_TelemetrySendOldPings.js]
skip-if = os == "android" # Disabled due to intermittent orange on Android
tags = addons
[test_TelemetrySession.js]
tags = addons
skip-if =
os == "linux" && verify && debug
[test_TelemetrySession_abortedSessionQueued.js]
skip-if = os == "android"
[test_TelemetrySession_activeTicks.js]
[test_TelemetrySend.js]
skip-if =
os == "linux" && ccov # Bug 1701874
[test_ChildHistograms.js]
skip-if = os == "android" # Disabled due to crashes (see bug 1331366)
tags = addons
[test_ChildScalars.js]
skip-if = os == "android" # Disabled due to crashes (see bug 1331366)
[test_SocketScalars.js]
run-if = socketprocess_networking # Needs socket process (bug 1716307)
[test_TelemetryReportingPolicy.js]
tags = addons
[test_TelemetryScalars.js]
[test_TelemetryScalars_buildFaster.js]
skip-if =
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807929
[test_TelemetryScalars_impressionId.js]
[test_TelemetryScalars_multistore.js]
[test_TelemetryTimestamps.js]
[test_TelemetryChildEvents_buildFaster.js]
skip-if = os == "android" # Disabled due to crashes (see bug 1331366)
[test_TelemetryEvents.js]
[test_TelemetryEvents_buildFaster.js]
skip-if =
os == 'win' && msix # https://bugzilla.mozilla.org/show_bug.cgi?id=1807929
[test_ChildEvents.js]
skip-if = os == "android" # Disabled due to crashes (see bug 1331366)
[test_ModulesPing.js]
skip-if =
apple_silicon # bug 1707747
apple_catalina # Bug 1713329
[test_PingSender.js]
skip-if =
os == "android"
[test_TelemetryAndroidEnvironment.js]
[test_TelemetryUtils.js]
[test_ThirdPartyModulesPing.js]
run-if = (os == 'win' && !msix) # Disabled for MSIX due to https://bugzilla.mozilla.org/show_bug.cgi?id=1807929
[test_EventPing.js]
tags = coverage
[test_CoveragePing.js]
[test_bug1555798.js]
[test_UninstallPing.js]
support-files = file_UninstallPing.worker.js
run-if = os == "win"
[test_RDDScalars.js]
skip-if =
os == "android" # RDD is not a thing on Android?
[test_UtilityScalars.js]
run-if = os == 'win'
[test_failover_retry.js]
skip-if = os == "android" # Android doesn't support telemetry though some tests manage to pass with xpcshell
|