mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #8016 - creativcoder:wpt-readme, r=frewsxcv
Updated readme with release build mention Updated readme with release build mention. Please review PR. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8016) <!-- Reviewable:end -->
This commit is contained in:
commit
bae2ca0e39
1 changed files with 9 additions and 0 deletions
|
@ -43,6 +43,15 @@ to run all the DOM tests.
|
|||
There are also a large number of command line options accepted by the
|
||||
test harness; these are documented by running with `--help`.
|
||||
|
||||
Running all tests
|
||||
------------------------------
|
||||
|
||||
Running all the WPT tests with debug mode results in a lot of timeout.
|
||||
If one wants to run all the tests,
|
||||
build with `mach build -r`
|
||||
and
|
||||
test with `mach test-wpt --release`
|
||||
|
||||
Running the tests without mach
|
||||
------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue