mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #7454 - Ms2ger:worker-tests, r=nox
Disable workers tests in __dir__.ini rather than include.ini. This ensures those tests are skipped when running ./mach test-wpt workers. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7454) <!-- Reviewable:end -->
This commit is contained in:
commit
d46e4a6c4a
6 changed files with 11 additions and 12 deletions
|
@ -73,18 +73,6 @@ skip: true
|
|||
skip: false
|
||||
[workers]
|
||||
skip: false
|
||||
[constructors]
|
||||
skip: false
|
||||
[SharedWorker]
|
||||
skip: true
|
||||
[semantics]
|
||||
skip: false
|
||||
[navigation]
|
||||
skip: true
|
||||
[reporting-errors]
|
||||
skip: true
|
||||
[structured-clone]
|
||||
skip: true
|
||||
[XMLHttpRequest]
|
||||
skip: false
|
||||
[old-tests]
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
disabled: SharedWorker
|
|
@ -0,0 +1,3 @@
|
|||
[001.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,5 @@
|
|||
[002.html]
|
||||
type: testharness
|
||||
[navigating 2]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1 @@
|
|||
disabled: SharedWorker
|
|
@ -0,0 +1 @@
|
|||
disabled: Broken somehow
|
Loading…
Add table
Add a link
Reference in a new issue