Skip to content

Commit

Permalink
Bug 1490079 [wpt PR 12936] - Mark tools/wpt Windows test failures as …
Browse files Browse the repository at this point in the history
…xfail, a=testonly

Automatic update from web-platform-testsMark tools/wpt Windows test failures as xfail

See web-platform-tests/wpt#12935

--
Mark tools/wpt super-slow tests on Windows as skipped

--

wpt-commits: 15cf9437edc581dad047a373fbde9631ed399873, c8009ba04847c1118c4bf79a1b5a6eea42087e79
wpt-pr: 12936

UltraBlame original commit: 2edff6bf6d4fd4cb616adcd881031bff5f13c9cb
  • Loading branch information
marco-c committed Oct 3, 2019
1 parent 985e136 commit f95a466
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 1 deletion.
2 changes: 1 addition & 1 deletion testing/web-platform/meta/MANIFEST.json
Expand Up @@ -4372307,7 +4372307,7 @@ py
:
[
"
8f8e5186c7cf508f3ceb5f88a353f85f22f3ad27
d0cb2b85c99e86e9bb039d29c0074a3df17c0afd
"
"
support
Expand Down
195 changes: 195 additions & 0 deletions testing/web-platform/tests/tools/wpt/tests/test_wpt.py
Expand Up @@ -600,6 +600,45 @@
mark
.
slow
pytest
.
mark
.
xfail
(
sys
.
platform
=
=
"
win32
"

reason
=
"
https
:
/
/
github
.
com
/
web
-
platform
-
tests
/
wpt
/
issues
/
12935
"
)
def
test_list_tests
(
Expand Down Expand Up @@ -703,6 +742,45 @@
mark
.
slow
pytest
.
mark
.
xfail
(
sys
.
platform
=
=
"
win32
"

reason
=
"
https
:
/
/
github
.
com
/
web
-
platform
-
tests
/
wpt
/
issues
/
12935
"
)
def
test_list_tests_missing_manifest
(
Expand Down Expand Up @@ -840,6 +918,45 @@
mark
.
slow
pytest
.
mark
.
xfail
(
sys
.
platform
=
=
"
win32
"

reason
=
"
https
:
/
/
github
.
com
/
web
-
platform
-
tests
/
wpt
/
issues
/
12935
"
)
def
test_list_tests_invalid_manifest
(
Expand Down Expand Up @@ -3463,6 +3580,45 @@
reasons
"
)
pytest
.
mark
.
skipif
(
sys
.
platform
=
=
"
win32
"

reason
=
"
https
:
/
/
github
.
com
/
web
-
platform
-
tests
/
wpt
/
issues
/
12934
"
)
def
test_tests_affected
(
Expand Down Expand Up @@ -3590,6 +3746,45 @@
reasons
"
)
pytest
.
mark
.
skipif
(
sys
.
platform
=
=
"
win32
"

reason
=
"
https
:
/
/
github
.
com
/
web
-
platform
-
tests
/
wpt
/
issues
/
12934
"
)
def
test_tests_affected_null
(
Expand Down

0 comments on commit f95a466

Please sign in to comment.