aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-10-14 18:35:31 -0600
committerbors-servo <metajack+bors@gmail.com>2015-10-14 18:35:31 -0600
commitbae2ca0e39e6673a97ce5994ee8290c97f806af2 (patch)
treed0820ab730d00f4a54e5df167a7fffc06e8e6aef
parentac733746094c2ab1c3e5a3326095032206e5fb86 (diff)
parente0d82556f7e27b5d13513cd08fbfce56bcc63b2d (diff)
downloadservo-bae2ca0e39e6673a97ce5994ee8290c97f806af2.tar.gz
servo-bae2ca0e39e6673a97ce5994ee8290c97f806af2.zip
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 -->
-rw-r--r--tests/wpt/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/wpt/README.md b/tests/wpt/README.md
index 9d7acda598f..05c746c4e0a 100644
--- a/tests/wpt/README.md
+++ b/tests/wpt/README.md
@@ -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
------------------------------