Bug 1845017 - Disable the TestPHCExhaustion test r=glandium
[gecko.git] / xpcom / moz.build
blob54c04ad8464eecb3ae71f5dd25e1ce4897343536
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 with Files("**"):
8     BUG_COMPONENT = ("Core", "XPCOM")
10 with Files("nsCycleCollect*"):
11     BUG_COMPONENT = ("Core", "Cycle Collector")
13 DIRS += [
14     "idl-parser/xpidl",
15     "geckoprocesstypes_generator/geckoprocesstypes",
18 DIRS += [
19     "string",
20     "glue",
21     "base",
22     "ds",
23     "io",
24     "components",
25     "threads",
26     "reflect",
27     "system",
28     "../chrome",
29     "build",
32 if CONFIG["OS_ARCH"] == "WINNT" and CONFIG["MOZ_DEBUG"]:
33     DIRS += ["windbgdlg"]
35 TEST_DIRS += [
36     "rust/gtest",
37     "tests",
40 #  Can't build internal xptcall tests that use symbols which are not exported.
41 # TEST_DIRS += [
42 #    'reflect/xptcall/tests,
43 # ]
45 SPHINX_TREES["/xpcom"] = "docs"
47 with Files("docs/**"):
48     SCHEDULES.exclusive = ["docs"]