Backed out changeset 8c8ca0a0417b (bug 1602863) for perma fails on ayout/forms/test/test_bug549170.html. CLOSED TREE

This commit is contained in:
Razvan Maries 2020-01-01 00:27:07 +02:00
Родитель a8096f6948
Коммит e98ae699f5
2 изменённых файлов: 7 добавлений и 7 удалений

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

@ -337,12 +337,15 @@ awsy-stylo-sequential:
# Limited test sets for specific platforms
linux-common-tests:
- cppunit
- crashtest
- firefox-ui-functional-local
- firefox-ui-functional-remote
- gtest
- jittest
- jsreftest
- marionette
- mochitest
- mochitest-a11y
- mochitest-browser-chrome
- mochitest-chrome
@ -358,15 +361,12 @@ linux-common-tests:
- test-verify
- test-verify-gpu
- test-verify-wpt
- xpcshell
# List of tests that are green on ubuntu1804 docker image.
# List of tests that are green on ubuntu1804 doker image.
# See Bug 1602863 for information.
linux1804-tests:
- cppunit
- crashtest
- mochitest
- mochitest-gpu
- xpcshell
linux-qr-tests:
- cppunit

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

@ -13,7 +13,7 @@ import pytest
@pytest.mark.skipif(os.name == 'nt', reason="fzf not installed on host")
def test_paths(run_mach, capfd):
cmd = ['try', 'fuzzy', '--no-push',
'-q', "'linux1804-64/opt-xpcshell", 'caps/tests/unit/test_origin.js']
'-q', "'linux64/opt-xpcshell", 'caps/tests/unit/test_origin.js']
assert run_mach(cmd) == 0
output = capfd.readouterr().out
@ -23,7 +23,7 @@ def test_paths(run_mach, capfd):
# with the path filtering.
expected = """
"tasks": [
"test-linux1804-64/opt-xpcshell-e10s-1"
"test-linux64/opt-xpcshell-e10s-1"
]""".lstrip()
assert expected in output