From e0d82556f7e27b5d13513cd08fbfce56bcc63b2d Mon Sep 17 00:00:00 2001 From: Rahul Sharma Date: Wed, 14 Oct 2015 21:50:43 +0530 Subject: [PATCH] update readme with release build mention --- tests/wpt/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/wpt/README.md b/tests/wpt/README.md index 9d7acda598fe..05c746c4e0a0 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 ------------------------------