Skip to content

Commit

Permalink
Bug 1699932 - [ci] Run mochitest and reftest selftests with Python 3,…
Browse files Browse the repository at this point in the history
… r=jmaher

Differential Revision: https://phabricator.services.mozilla.com/D109207
  • Loading branch information
ahal committed Mar 22, 2021
1 parent e2e455a commit d581304
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion layout/tools/reftest/selftest/python.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[DEFAULT]
subsuite=reftest
sequential=true
skip-if = python == 3

[test_python_manifest_parser.py]
[test_reftest_manifest_parser.py]
Expand Down
8 changes: 4 additions & 4 deletions taskcluster/ci/source-test/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ mochitest-harness:
linux1804-64/debug: build-linux64/debug
linux1804-64/opt: build-linux64-shippable/opt
treeherder:
symbol: py2(mch)
symbol: py3(mch)
worker:
by-platform:
linux1804-64.*:
Expand All @@ -132,7 +132,7 @@ mochitest-harness:
start_xvfb '1600x1200x24' 0 &&
export GECKO_BINARY_PATH=$MOZ_FETCHES_DIR/firefox/firefox &&
export TEST_HARNESS_ROOT=$MOZ_FETCHES_DIR/tests &&
python2 ./mach python-test --subsuite mochitest
./mach python-test --subsuite mochitest
fetches:
build:
- target.tar.bz2
Expand Down Expand Up @@ -299,7 +299,7 @@ reftest-harness:
linux1804-64/opt: build-linux64-shippable/opt
always-target: false
treeherder:
symbol: py2(ref)
symbol: py3(ref)
worker:
by-platform:
linux1804-64.*:
Expand All @@ -313,7 +313,7 @@ reftest-harness:
start_xvfb '1600x1200x24' 0 &&
export GECKO_BINARY_PATH=$MOZ_FETCHES_DIR/firefox/firefox &&
export TEST_HARNESS_ROOT=$MOZ_FETCHES_DIR/tests &&
python2 ./mach python-test --subsuite reftest
./mach python-test --subsuite reftest
fetches:
build:
- target.tar.bz2
Expand Down
1 change: 0 additions & 1 deletion testing/mochitest/tests/python/python.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[DEFAULT]
subsuite = mochitest
skip-if = python == 3

[test_basic_mochitest_plain.py]
sequential = true
Expand Down

0 comments on commit d581304

Please sign in to comment.