Bug 1738054 - Remove obsolete "skip-if = python == 2" keys from testing manifests and re-enable some skipped tests which now pass. r=ahochheiden

Differential Revision: https://phabricator.services.mozilla.com/D149573
This commit is contained in:
Ryan VanderMeulen 2022-06-21 01:46:44 +00:00
Родитель 5c2c671dec
Коммит 78ab363cf5
12 изменённых файлов: 2 добавлений и 28 удалений

Просмотреть файл

@ -1,5 +1,4 @@
[DEFAULT]
skip-if = python == 2
subsuite = mozbuild
[test_mozwebidlcodegen.py]

Просмотреть файл

@ -10,7 +10,6 @@ subsuite = mozbuild
[backend/test_recursivemake.py]
[backend/test_build.py]
[backend/test_database.py]
skip-if = python == 2
[backend/test_configenvironment.py]
[backend/test_gn_processor.py]
[backend/test_partialconfigenvironment.py]
@ -18,23 +17,17 @@ skip-if = python == 2
[backend/test_visualstudio.py]
[code_analysis/test_mach_commands.py]
[codecoverage/test_lcov_rewrite.py]
skip-if = python == 2
[compilation/test_warnings.py]
[configure/lint.py]
skip-if = python == 2
[configure/test_checks_configure.py]
[configure/test_compile_checks.py]
[configure/test_configure.py]
[configure/test_lint.py]
skip-if = python == 2
[configure/test_moz_configure.py]
skip-if = python == 2
[configure/test_options.py]
[configure/test_toolchain_configure.py]
skip-if = python == 2
[configure/test_toolchain_helpers.py]
[configure/test_toolkit_moz_configure.py]
skip-if = python == 2
[configure/test_util.py]
[controller/test_ccachestats.py]
[controller/test_clobber.py]
@ -59,11 +52,8 @@ skip-if = python == 2
[test_preprocessor.py]
[test_pythonutil.py]
[test_rewrite_mozbuild.py]
skip-if = os == "win" # normalizing pathnames doesn't work here yet
[test_telemetry.py]
skip-if = python == 2 && os == "mac"
[test_telemetry_settings.py]
skip-if = python == 2
[test_util.py]
[test_util_fileavoidwrite.py]
[test_vendor.py]

Просмотреть файл

@ -7,7 +7,6 @@ subsuite = mozbuild
[test_copier.py]
[test_errors.py]
[test_files.py]
skip-if = python == 2 && os == "mac"
[test_manifests.py]
[test_mozjar.py]
[test_packager.py]
@ -16,4 +15,3 @@ skip-if = python == 2 && os == "mac"
[test_packager_unpack.py]
[test_path.py]
[test_unify.py]
skip-if = python == 2

Просмотреть файл

@ -1,6 +1,5 @@
[DEFAULT]
subsuite = mozlint
skip-if = python == 2
[test_cli.py]
[test_editor.py]

Просмотреть файл

@ -1,6 +1,5 @@
[DEFAULT]
subsuite = ci
skip-if = python == 2
[test_autoland.py]
[test_autoland_backstop.py]

Просмотреть файл

@ -1,5 +1,4 @@
[DEFAULT]
subsuite = mozbase
skip-if = os != "linux"
[test_lsan.py]

Просмотреть файл

@ -1,5 +1,6 @@
[DEFAULT]
subsuite = mozbase
[test.py]
[test_resolve.py]
skip-if = python == 2

Просмотреть файл

@ -1,4 +1,3 @@
[DEFAULT]
skip-if = python == 2
[unit-symbolstore.py]

Просмотреть файл

@ -1,6 +1,5 @@
[DEFAULT]
subsuite = fuzzing
skip-if = python == 2
[test_grizzly.py]
requirements = tools/fuzzing/smoke/grizzly_requirements.txt

Просмотреть файл

@ -1,15 +1,12 @@
[DEFAULT]
subsuite = mozlint
skip-if = python == 2
[test_black.py]
requirements = tools/lint/python/black_requirements.txt
skip-if = os == "mac" # pip unable to find black
[test_eslint.py]
skip-if = os == "win" # busts the tree for subsequent tasks on the same worker (bug 1708591)
[test_flake8.py]
requirements = tools/lint/python/flake8_requirements.txt
skip-if = os == "mac" # pip unable to find 'flake8==3.5.0'
[test_fluent_lint.py]
[test_file_perm.py]
skip-if = os == "win"
@ -19,9 +16,7 @@ skip-if = os == "win"
[test_shellcheck.py]
[test_rst.py]
requirements = tools/lint/rst/requirements.txt
skip-if = os == "mac" # pip unable to install
[test_codespell.py]
skip-if = os == "win" || os == "mac" # codespell installed on Linux
[test_yaml.py]
[test_clippy.py]
[test_rustfmt.py]
@ -30,7 +25,5 @@ skip-if = os == "win" || os == "mac" # codespell installed on Linux
[test_perfdocs_helpers.py]
[test_perfdocs_generation.py]
[test_pylint.py]
skip-if = os == "win" || os == "mac" # only installed on linux
requirements = tools/lint/python/pylint_requirements.txt
[test_trojan_source.py]
skip-if = os == "win" # Python, Windows and UTF...

Просмотреть файл

@ -2,4 +2,3 @@
subsuite = xpcom
[test_dafsa.py]
skip-if = python == 2

Просмотреть файл

@ -1,5 +1,4 @@
[DEFAULT]
skip-if = python == 2
subsuite = xpcom
[runtests.py]