summaryrefslogtreecommitdiffstats
path: root/toolkit/components/featuregates/test/unit/xpcshell.toml
blob: 6fc53b0a2fe06ad64ded7e2ed08e9c445a1f64ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[DEFAULT]
head = "head.js"
tags = "featuregates"
firefox-appdir = "browser"

["test_FeatureGate.js"]
# Ignore platforms which the use the update channel 'default' on non-nightly
# platforms because it gets compared to preference values guarded by variables
# like RELEASE_OR_BETA which are set based on the build channel.
skip-if = ["!nightly_build && (asan || debug)"]

["test_FeatureGateImplementation.js"]