forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1869430 - Batch 19.2 convert python unittest .ini -> .toml. r=gbr…
…own,taskgraph-reviewers Differential Revision: https://phabricator.services.mozilla.com/D196124
- Loading branch information
Showing
69 changed files
with
523 additions
and
339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[DEFAULT] | ||
subsuite = "mozbuild" | ||
|
||
["test_mozbuild_reading.py"] | ||
|
||
["unit-mozunit.py"] | ||
|
||
["unit-nsinstall.py"] | ||
|
||
["unit-printprereleasesuffix.py"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[DEFAULT] | ||
subsuite = "mozbuild" | ||
|
||
["test_mozwebidlcodegen.py"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[DEFAULT] | ||
subsuite = "mozbuild" | ||
|
||
["test_generate_static_pref_list.py"] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[DEFAULT] | ||
subsuite = "mach" | ||
|
||
["test_commands.py"] | ||
|
||
["test_conditions.py"] | ||
skip-if = ["true"] | ||
|
||
["test_config.py"] | ||
|
||
["test_decorators.py"] | ||
|
||
["test_dispatcher.py"] | ||
|
||
["test_entry_point.py"] | ||
|
||
["test_error_output.py"] | ||
skip-if = ["true"] | ||
|
||
["test_logger.py"] | ||
|
||
["test_mach.py"] | ||
|
||
["test_site.py"] | ||
|
||
["test_site_activation.py"] | ||
|
||
["test_site_compatibility.py"] | ||
# The Windows and Mac workers only use the internal PyPI mirror, | ||
# which will be missing packages required for this test. | ||
skip-if = [ | ||
"os == 'win'", | ||
"os == 'mac'", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[DEFAULT] | ||
subsuite = "mozbuild" | ||
|
||
["test_mozconfig.py"] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[DEFAULT] | ||
subsuite = "mozbuild" | ||
|
||
["test_msix.py"] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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"] |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.