Skip to content

Commit

Permalink
Mark tools/wpt Windows test failures as xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnedders committed Sep 11, 2018
1 parent ab577a9 commit 3f0f2d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/wpt/tests/test_wpt.py
Expand Up @@ -92,6 +92,8 @@ def test_help():


@pytest.mark.slow
@pytest.mark.xfail(sys.platform == "win32",
reason="https://github.com/web-platform-tests/wpt/issues/12935")
def test_list_tests(manifest_dir):
"""The `--list-tests` option should not produce an error under normal
conditions."""
Expand All @@ -103,6 +105,8 @@ def test_list_tests(manifest_dir):


@pytest.mark.slow
@pytest.mark.xfail(sys.platform == "win32",
reason="https://github.com/web-platform-tests/wpt/issues/12935")
def test_list_tests_missing_manifest(manifest_dir):
"""The `--list-tests` option should not produce an error in the absence of
a test manifest file."""
Expand All @@ -126,6 +130,8 @@ def test_list_tests_missing_manifest(manifest_dir):


@pytest.mark.slow
@pytest.mark.xfail(sys.platform == "win32",
reason="https://github.com/web-platform-tests/wpt/issues/12935")
def test_list_tests_invalid_manifest(manifest_dir):
"""The `--list-tests` option should not produce an error in the presence of
a malformed test manifest file."""
Expand Down

0 comments on commit 3f0f2d1

Please sign in to comment.