Changes between Version 7 and Version 8 of NewRunWebKitTests


Ignore:
Timestamp:
Jul 7, 2011 3:14:53 PM (13 years ago)
Author:
dpranke@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewRunWebKitTests

    v7 v8  
    77This page describes how to run NRWT.
    88
     9== Contents ==
     10
     11 * Introduction
     12 * Basic usage
     13 * More advanced scenarios
     14
    915== See also ==
    1016
     
    1319 * [wiki:LayoutTestsSearchPath] for information on how a given port determines which results to use for a test.
    1420
    15 == Running NRWT ==
     21== Introduction ==
    1622
    1723NRWT 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.
     
    1925The complete list of options is given by {{{new-run-webkit-tests --help}}} and {{{new-run-webkit-tests --help-printing}}}.
    2026
    21 === Basic ===
     27== Basic Usage ==
    2228
    2329NRWT 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.
     
    7177 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.
    7278
    73 === More Advanced Scenarios ===
     79== More Advanced Scenarios ==