1
0
Fork 0
firefox/browser/modules/test/unit/xpcshell.toml
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

57 lines
1.2 KiB
TOML

[DEFAULT]
head = ''
firefox-appdir = "browser"
tags = "os_integration"
["test_ContextId_LegacyBackend.js"]
prefs = ["browser.contextual-services.contextId.rust-component.enabled=false"]
["test_ContextId_RustBackend.js"]
prefs = ["browser.contextual-services.contextId.rust-component.enabled=true"]
["test_Dedupe.js"]
["test_E10SUtils_nested_URIs.js"]
["test_FilterAdult.js"]
["test_FirefoxBridgeExtensionUtils.js"]
run-if = ["os == 'win'"] # Test of a Windows-specific feature
["test_FirefoxBridgeExtensionUtilsNativeManifest.js"]
run-if = [
"os == 'win'",
"os == 'mac'",
]
["test_HomePage.js"]
["test_HomePage_ignore.js"]
["test_InstallationTelemetry.js"]
run-if = ["os == 'win'"] # Test of a Windows-specific feature
["test_LaterRun.js"]
["test_LinksCache.js"]
["test_ProfileCounter.js"]
run-if = ["os == 'win'"] # Test of a Windows-specific feature
["test_Sanitizer_interrupted.js"]
prefs = ["privacy.sanitize.useOldClearHistoryDialog=true"]
["test_Sanitizer_interrupted_v2.js"]
prefs = ["privacy.sanitize.useOldClearHistoryDialog=false"]
["test_SiteDataManager.js"]
["test_SiteDataManagerContainers.js"]
["test_SitePermissions.js"]
["test_SitePermissions_temporary.js"]
["test_TabUnloader.js"]
["test_discovery.js"]