diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-11-19 22:53:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-19 22:53:33 -0500 |
commit | 6d4a09ebd97f7d5c1f55131146639b79e2e5e14f (patch) | |
tree | 525dc2942b905bca06ae2049de175912cb8ed203 /tests | |
parent | e07f0280fe9c16fbdeb34d488e00e8101f28fc9e (diff) | |
parent | 34287e53420dbeb88834c08c2df63cff2e8ec9b1 (diff) | |
download | servo-6d4a09ebd97f7d5c1f55131146639b79e2e5e14f.tar.gz servo-6d4a09ebd97f7d5c1f55131146639b79e2e5e14f.zip |
Auto merge of #24785 - servo:linux-wpt2, r=jdm
Move WPT Linux from Buildbot to Taskcluster
Closes https://github.com/servo/servo/pull/24418
Diffstat (limited to 'tests')
4 files changed, 2 insertions, 11 deletions
diff --git a/tests/wpt/metadata/css/css-text/word-break/word-break-break-all-005.html.ini b/tests/wpt/metadata/css/css-text/word-break/word-break-break-all-005.html.ini deleted file mode 100644 index a2b9601ab6f..00000000000 --- a/tests/wpt/metadata/css/css-text/word-break/word-break-break-all-005.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[word-break-break-all-005.html] - type: reftest - expected: - if os == "linux": FAIL diff --git a/tests/wpt/metadata/webdriver/tests/element_send_keys/file_upload.py.ini b/tests/wpt/metadata/webdriver/tests/element_send_keys/file_upload.py.ini index 2308bfa4b26..1894789ebb8 100644 --- a/tests/wpt/metadata/webdriver/tests/element_send_keys/file_upload.py.ini +++ b/tests/wpt/metadata/webdriver/tests/element_send_keys/file_upload.py.ini @@ -1,4 +1,6 @@ [file_upload.py] + expected: + if os == "linux": TIMEOUT [test_multiple_files] expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/text_decoration_underline_subpx_a.html.ini b/tests/wpt/mozilla/meta/css/text_decoration_underline_subpx_a.html.ini deleted file mode 100644 index fb0e61c9144..00000000000 --- a/tests/wpt/mozilla/meta/css/text_decoration_underline_subpx_a.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[text_decoration_underline_subpx_a.html] - bug: https://github.com/servo/servo/issues/23569 - expected: - if os == "linux": FAIL diff --git a/tests/wpt/mozilla/meta/mozilla/fetch_cannot_overwhelm_system.window.js.ini b/tests/wpt/mozilla/meta/mozilla/fetch_cannot_overwhelm_system.window.js.ini deleted file mode 100644 index 37bb7100b8c..00000000000 --- a/tests/wpt/mozilla/meta/mozilla/fetch_cannot_overwhelm_system.window.js.ini +++ /dev/null @@ -1,3 +0,0 @@ -[fetch_cannot_overwhelm_system.window.html] - expected: - if os == "linux": CRASH |