mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Auto merge of #15674 - asajeffrey:test-wpt-html-editing-dir-ini, r=jgraham
Support running ./mach test-wpt /html. <!-- Please describe your changes on the following line: --> At the moment, running `./mach test-wpt /html` fails, because it runs the tests blocked by `include.ini`. This PR replaces the `include.ini` entry by `__dir__.ini` files in each subdirectory of `html/editing` apart from `html/editing/activation`. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes do not require tests because we don't watch the watchmen <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15674) <!-- Reviewable:end -->
This commit is contained in:
commit
a2e51ce1a1
7 changed files with 6 additions and 4 deletions
|
@ -31,10 +31,6 @@ skip: true
|
||||||
skip: false
|
skip: false
|
||||||
[html]
|
[html]
|
||||||
skip: false
|
skip: false
|
||||||
[editing]
|
|
||||||
skip: true
|
|
||||||
[activation]
|
|
||||||
skip: false
|
|
||||||
[js]
|
[js]
|
||||||
skip: false
|
skip: false
|
||||||
[navigation-timing]
|
[navigation-timing]
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
disabled: for now
|
1
tests/wpt/metadata/html/editing/dnd/__dir__.ini
Normal file
1
tests/wpt/metadata/html/editing/dnd/__dir__.ini
Normal file
|
@ -0,0 +1 @@
|
||||||
|
disabled: for now
|
1
tests/wpt/metadata/html/editing/editing-0/__dir__.ini
Normal file
1
tests/wpt/metadata/html/editing/editing-0/__dir__.ini
Normal file
|
@ -0,0 +1 @@
|
||||||
|
disabled: for now
|
1
tests/wpt/metadata/html/editing/focus/__dir__.ini
Normal file
1
tests/wpt/metadata/html/editing/focus/__dir__.ini
Normal file
|
@ -0,0 +1 @@
|
||||||
|
disabled: for now
|
|
@ -0,0 +1 @@
|
||||||
|
disabled: for now
|
|
@ -0,0 +1 @@
|
||||||
|
disabled: for now
|
Loading…
Add table
Add a link
Reference in a new issue