Source code
Revision control
Copy as Markdown
Other Tools
[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 = [
"engine.xml",
"system.xpi",
"restartless.xpi",
"!/toolkit/mozapps/extensions/test/xpcshell/head_addons.js",
"../../../../mozapps/extensions/test/xpinstall/amosigned.xpi",
"../../../../mozapps/extensions/test/xpcshell/data/webext-implicit-id.xpi",
]
generated-files = [
"system.xpi",
"restartless.xpi",
]
["test_ChildHistograms.js"]
skip-if = [
]
tags = "addons"
["test_CoveragePing.js"]
run-if = [
"os != 'android'", # Legacy telemetry is a lways disabled on Android
]
["test_EventPing.js"]
run-if = [
"os != 'android'", # Legacy telemetry is a lways disabled on Android
]
tags = "coverage"
["test_HealthPing.js"]
skip-if = [
"os == 'android' && arch == 'x86_64'",
"verify && os == 'win'",
]
tags = "addons"
["test_MainPingDisablement.js"]
skip-if = [
"appname == 'thunderbird'", # testing feature not applicable to Thunderbird
"os == 'android'", # Legacy telemetry is always disabled on Android
]
["test_MigratePendingPings.js"]
run-if = [
"os != 'android'", # Legacy telemetry is a lways disabled on Android
]
["test_PingAPI.js"]
run-if = [
"os != 'android'", # Legacy telemetry is a lways disabled on Android
]
["test_PingSender.js"]
skip-if = [
"os == 'android'",
]
["test_PrefMigrationForTOU.js"]
["test_RDDScalars.js"]
skip-if = [
"os == 'android'", # RDD is not a thing on Android?
]
["test_SocketScalars.js"]
run-if = [
]
["test_SubsessionChaining.js"]
tags = "addons"
["test_SyncPingIntegration.js"]
skip-if = [
"os == 'android'",
]
["test_TOUNotificationFlow.js"]
skip-if = [
"appname == 'thunderbird'",
"os == 'android'",
]
# The TOU notification flow is desktop-only and not used by Thunderbird.
["test_TelemetryClientID_reset.js"]
skip-if = [
"os == 'android'", # Disabled as Android/GeckoView doesn't run TelemetryController
]
["test_TelemetryController.js"]
["test_TelemetryControllerBuildID.js"]
["test_TelemetryControllerShutdown.js"]
skip-if = [
"os == 'android' && arch == 'x86_64'", # Disabled as Android/GeckoView doesn't run TelemetryController
]
tags = "addons"
["test_TelemetryController_idle.js"]
run-if = [
"os != 'android'", # Legacy telemetry is a lways disabled on Android
]
["test_TelemetryController_pingDisablement.js"]
skip-if = [
"appname == 'thunderbird'", # testing feature not applicable to Thunderbird
"os == 'android'", # Legacy telemetry is always disabled on Android
]
["test_TelemetryEnvironment.js"]
requesttimeoutfactor = 2 # Slow on Windows
skip-if = [
"os == 'android'",
]
tags = "addons"
["test_TelemetryEnvironment_search.js"]
skip-if = [
"os == 'android'",
]
["test_TelemetryHistograms.js"]
["test_TelemetryReportingPolicy.js"]
skip-if = [
"os == 'android'",
]
# Desktop only
tags = "addons"
["test_TelemetryScalars.js"]
["test_TelemetryScalars_buildFaster.js"]
skip-if = [
]
["test_TelemetryScalars_impressionId.js"]
["test_TelemetrySend.js"]
requesttimeoutfactor = 3 # Slow on Windows
skip-if = [
"os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && ccov", # Bug 1701874
]
["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"]
run-if = [
"os != 'android'", # Legacy telemetry is a lways disabled on Android
]
["test_TelemetryTimestamps.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,
]
skip-if = [
]
["test_UninstallPing.js"]
support-files = ["file_UninstallPing.worker.js"]
run-if = [
"os == 'win'",
]
["test_UsageReporting.js"]
tags = "coverage"
run-if = [
"appname == 'firefox'",
]
skip-if = [
]
["test_UserInteraction.js"]
["test_UserInteraction_annotations.js"]
# BHR is disabled on tsan, asan and outside of Nightly.
skip-if = [
"asan",
"debug",
"os == 'android'",
"os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && opt", # Bug 1781452
"os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && tsan", # Bug 1781452
"os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan", # Bug 1781452
"os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt", # Bug 1781452
"os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", # Bug 1781452
"release_or_beta",
"tsan",
]
["test_UtilityScalars.js"]
run-if = [
"os == 'win'",
]
["test_canUpload_truth_table.js"]
skip-if = [
"appname == 'thunderbird'",
"os == 'android'",
]
# The policy notification/acceptance flows are desktop only and not used by
# Thunderbird or Android.
["test_client_id.js"]
["test_failover_retry.js"]
run-if = [
"os != 'android'", # Android doesn't support telemetry though some tests manage to pass with xpcshell
]
["test_new_profile.js"]
run-if = [
"os == 'win'",
]
skip-if = [
"appname == 'thunderbird'", # Test requires modules from browser
]