Changes between Version 7 and Version 8 of NewRunWebKitTests
- Timestamp:
- Jul 7, 2011, 3:14:53 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewRunWebKitTests
v7 v8 7 7 This page describes how to run NRWT. 8 8 9 == Contents == 10 11 * Introduction 12 * Basic usage 13 * More advanced scenarios 14 9 15 == See also == 10 16 … … 13 19 * [wiki:LayoutTestsSearchPath] for information on how a given port determines which results to use for a test. 14 20 15 == Running NRWT==21 == Introduction == 16 22 17 23 NRWT is designed to be run both directly by developers working in a terminal window, or by the buildbots. It supports a large number of command line options to customize the behavior and the output; only a few of the most commonly used options are mentioned here. … … 19 25 The complete list of options is given by {{{new-run-webkit-tests --help}}} and {{{new-run-webkit-tests --help-printing}}}. 20 26 21 == = Basic ===27 == Basic Usage == 22 28 23 29 NRWT uses the concept of a "platform" to determine which WebKit port / implementation you are attempting to test. Where possible, it picks a default based on the operating system you are running on and the default configuration you have set (if any). However, sometimes you have to give it hints. … … 71 77 3. The test that failed and the type of test failure that happened are displayed in such a way as to be directly copied into the [wiki:TestExpectations test_expectations.txt] file. 72 78 73 == = More Advanced Scenarios ===79 == More Advanced Scenarios ==