Skip to content

Commit

Permalink
Bug 1547730 - Set python test annotations to correspond to currently-…
Browse files Browse the repository at this point in the history
…passing py3 tests r=glandium

Differential Revision: https://phabricator.services.mozilla.com/D28122
  • Loading branch information
Callek committed May 28, 2019
1 parent b26cce0 commit 51e9d7d
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 55 deletions.
2 changes: 2 additions & 0 deletions python/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,7 @@ PYTHON_UNITTEST_MANIFESTS += [
if CONFIG['MOZ_BUILD_APP']:
PYTHON_UNITTEST_MANIFESTS += [
'mozbuild/mozbuild/test/python.ini',
'mozbuild/mozbuild/test/python2.ini',
'mozbuild/mozpack/test/python.ini',
'mozbuild/mozpack/test/python2.ini',
]
47 changes: 0 additions & 47 deletions python/mozbuild/mozbuild/test/python.ini
Original file line number Diff line number Diff line change
@@ -1,52 +1,5 @@
[DEFAULT]
skip-if = python == 3

[action/test_buildlist.py]
[action/test_langpack_manifest.py]
[action/test_node.py]
[action/test_process_install_manifest.py]
[action/test_package_fennec_apk.py]
[analyze/test_graph.py]
skip-if = (os == "win")
[backend/test_build.py]
[backend/test_configenvironment.py]
[backend/test_fastermake.py]
[backend/test_gn_processor.py]
[backend/test_partialconfigenvironment.py]
[backend/test_recursivemake.py]
[backend/test_test_manifest.py]
[backend/test_visualstudio.py]
[codecoverage/test_lcov_rewrite.py]
[compilation/test_warnings.py]
[configure/lint.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]
[test_artifact_cache.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_mozconfig.py]
[test_mozinfo.py]
[test_preprocessor.py]
[test_pythonutil.py]
[test_util.py]
49 changes: 49 additions & 0 deletions python/mozbuild/mozbuild/test/python2.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
[DEFAULT]
skip-if = python == 3

[action/test_buildlist.py]
[action/test_langpack_manifest.py]
[action/test_node.py]
[action/test_process_install_manifest.py]
[action/test_package_fennec_apk.py]
[analyze/test_graph.py]
skip-if = (os == "win")
[backend/test_build.py]
[backend/test_configenvironment.py]
[backend/test_fastermake.py]
[backend/test_gn_processor.py]
[backend/test_partialconfigenvironment.py]
[backend/test_recursivemake.py]
[backend/test_test_manifest.py]
[backend/test_visualstudio.py]
[codecoverage/test_lcov_rewrite.py]
[compilation/test_warnings.py]
[configure/lint.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]
[test_artifact_cache.py]
[test_base.py]
[test_containers.py]
[test_dotproperties.py]
[test_jarmaker.py]
[test_line_endings.py]
[test_makeutil.py]
[test_mozconfig.py]
[test_mozinfo.py]
[test_preprocessor.py]
[test_util.py]
8 changes: 0 additions & 8 deletions python/mozbuild/mozpack/test/python.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,5 @@

[test_chrome_flags.py]
[test_chrome_manifest.py]
[test_copier.py]
[test_errors.py]
[test_files.py]
[test_manifests.py]
[test_mozjar.py]
[test_packager.py]
[test_packager_formats.py]
[test_packager_l10n.py]
[test_packager_unpack.py]
[test_path.py]
11 changes: 11 additions & 0 deletions python/mozbuild/mozpack/test/python2.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[DEFAULT]
skip-if = python == 3

[test_copier.py]
[test_errors.py]
[test_files.py]
[test_manifests.py]
[test_packager.py]
[test_packager_formats.py]
[test_packager_l10n.py]
[test_packager_unpack.py]

0 comments on commit 51e9d7d

Please sign in to comment.