Bug 1877642 - Disable browser_fullscreen-tab-close-race.js on apple_silicon !debug...
[gecko.git] / testing / moz.build
blobcfc06ded243bd5249206082ad8bb1388fa220ea5
1 with Files("**"):
2     BUG_COMPONENT = ("Testing", "General")
4 with Files("*cppunittest*"):
5     BUG_COMPONENT = ("Testing", "CPPUnitTest")
6     SCHEDULES.exclusive = ["cppunittest"]
8 with Files("remote*"):
9     BUG_COMPONENT = ("GeckoView", "General")
11 PYTHON_UNITTEST_MANIFESTS += ["test/python.toml"]
13 SPHINX_TREES["/testing"] = "docs"
15 DIRS += ["mozbase"]
17 PERFTESTS_MANIFESTS += [
18     "performance/perftest.toml",