summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/python.toml
blob: e3471b47f09ccb3150d68d89e6630bbc4a87773c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
[DEFAULT]
subsuite = "mozbuild"

["action/test_buildlist.py"]

["action/test_html_fragment_preprocessor.py"]

["action/test_langpack_manifest.py"]

["action/test_node.py"]

["action/test_process_install_manifest.py"]

["backend/test_build.py"]

["backend/test_configenvironment.py"]

["backend/test_database.py"]

["backend/test_fastermake.py"]

["backend/test_partialconfigenvironment.py"]

["backend/test_recursivemake.py"]

["backend/test_test_manifest.py"]

["backend/test_visualstudio.py"]

["code_analysis/test_mach_commands.py"]

["codecoverage/test_lcov_rewrite.py"]

["compilation/test_warnings.py"]

["configure/lint.py"]

["configure/test_bootstrap.py"]

["configure/test_checks_configure.py"]

["configure/test_compile_checks.py"]

["configure/test_configure.py"]

["configure/test_lint.py"]

["configure/test_moz_configure.py"]

["configure/test_options.py"]

["configure/test_toolchain_configure.py"]

["configure/test_toolchain_helpers.py"]

["configure/test_toolkit_moz_configure.py"]

["configure/test_util.py"]

["controller/test_ccachestats.py"]

["controller/test_clobber.py"]

["frontend/test_context.py"]

["frontend/test_emitter.py"]

["frontend/test_namespaces.py"]

["frontend/test_reader.py"]

["frontend/test_sandbox.py"]

["repackaging/test_deb.py"]

["test_artifact_cache.py"]

["test_artifacts.py"]

["test_base.py"]

["test_containers.py"]

["test_dotproperties.py"]

["test_expression.py"]

["test_jarmaker.py"]

["test_licenses.py"]

["test_line_endings.py"]

["test_makeutil.py"]

["test_manifest.py"]

["test_mozconfig.py"]

["test_mozinfo.py"]

["test_preprocessor.py"]

["test_pythonutil.py"]

["test_rewrite_mozbuild.py"]

["test_telemetry.py"]

["test_telemetry_settings.py"]

["test_util.py"]

["test_util_fileavoidwrite.py"]

["test_vendor.py"]
skip-if = ["true"] # Bug 1765416
requirements = "python/mozbuild/mozbuild/test/vendor_requirements.txt"

["test_vendor_tools.py"]
skip-if = ["os == 'win'"] # Windows doesn't have the same path seperator as linux, and we just don't need to run it there

["vendor/test_vendor_manifest.py"]