forked from mirrors/gecko-dev
Bug 1471620 - Skip python-tests locally that don't run with python 3 in CI r=davehunt
This will make sure that when running |mach python-test --python 3| locally, we only run the tests that also run in CI with python 3 (and therefore pass presumably). MozReview-Commit-ID: 3OBr9yLSlSq --HG-- extra : rebase_source : 456340d0ecdddf1078f2b5b4ebb1eddf3813b26a
This commit is contained in:
parent
50b93853b4
commit
9435736ade
24 changed files with 48 additions and 1 deletions
|
|
@ -1 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = python == 3
|
||||
|
||||
[compare-mozconfigs.py]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
[DEFAULT]
|
||||
skip-if = python == 3
|
||||
|
||||
[test_mozbuild_reading.py]
|
||||
[unit-mozunit.py]
|
||||
[unit-nsinstall.py]
|
||||
|
|
|
|||
|
|
@ -1 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = python == 3
|
||||
|
||||
[test_mozwebidlcodegen.py]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
[DEFAULT]
|
||||
subsuite=reftest
|
||||
sequential=true
|
||||
skip-if = python == 3
|
||||
|
||||
[test_reftest_output.py]
|
||||
|
|
|
|||
|
|
@ -1 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = python == 3
|
||||
|
||||
[run_test_zip.py]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
[DEFAULT]
|
||||
skip-if = python == 3
|
||||
|
||||
[test_conditions.py]
|
||||
[test_config.py]
|
||||
[test_dispatcher.py]
|
||||
|
|
|
|||
|
|
@ -1 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = python == 3
|
||||
|
||||
[test_dumbmake.py]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
[DEFAULT]
|
||||
skip-if = python == 3
|
||||
|
||||
[action/test_buildlist.py]
|
||||
[action/test_langpack_manifest.py]
|
||||
[action/test_process_install_manifest.py]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
[DEFAULT]
|
||||
skip-if = python == 3
|
||||
|
||||
[test_chrome_flags.py]
|
||||
[test_chrome_manifest.py]
|
||||
[test_copier.py]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
[DEFAULT]
|
||||
subsuite = mozlint, os == "linux"
|
||||
skip-if = python == 3
|
||||
|
||||
[test_cli.py]
|
||||
[test_filterpaths.py]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
[DEFAULT]
|
||||
subsuite=mozrelease
|
||||
skip-if = python == 3
|
||||
|
||||
[test_versions.py]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
[DEFAULT]
|
||||
subsuite=mozversioncontrol
|
||||
skip-if = python == 3
|
||||
|
||||
[test_workdir_outgoing.py]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
[DEFAULT]
|
||||
subsuite = taskgraph
|
||||
skip-if = python == 3
|
||||
|
||||
[test_create.py]
|
||||
[test_cron_util.py]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
[DEFAULT]
|
||||
subsuite = marionette-harness
|
||||
skip-if = python == 3
|
||||
|
||||
[test_httpd.py]
|
||||
[test_marionette_arguments.py]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
[DEFAULT]
|
||||
subsuite = mochitest
|
||||
skip-if = python == 3
|
||||
|
||||
[test_basic_mochitest_plain.py]
|
||||
sequential = true
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
[DEFAULT]
|
||||
subsuite = raptor
|
||||
skip-if = python == 3
|
||||
|
||||
[test_cmdline.py]
|
||||
[test_control_server.py]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
[DEFAULT]
|
||||
subsuite = talos
|
||||
skip-if = python == 3
|
||||
|
||||
[test_config.py]
|
||||
[test_ffsetup.py]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
[selftest.py]
|
||||
# Disabled on Mac due to our builders still being on MacOS 10.7, see bug 1255588
|
||||
skip-if = os == "mac"
|
||||
skip-if = os == "mac" || python == 3
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
[DEFAULT]
|
||||
skip-if = python == 3
|
||||
|
||||
[test_gen_event_data_json.py]
|
||||
[test_gen_scalar_data_json.py]
|
||||
[test_histogramtools_non_strict.py]
|
||||
|
|
|
|||
|
|
@ -1 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = python == 3
|
||||
|
||||
[unit-symbolstore.py]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
[DEFAULT]
|
||||
subsuite=mozlint, os == "linux"
|
||||
skip-if = python == 3
|
||||
|
||||
[test_flake8.py]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
[DEFAULT]
|
||||
subsuite=try
|
||||
skip-if = python == 3
|
||||
|
||||
[test_fuzzy.py]
|
||||
[test_templates.py]
|
||||
|
|
|
|||
|
|
@ -1 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = python == 3
|
||||
|
||||
[runtests.py]
|
||||
|
|
|
|||
|
|
@ -1 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = python == 3
|
||||
|
||||
[runtests.py]
|
||||
|
|
|
|||
Loading…
Reference in a new issue