Changes between Version 10 and Version 11 of NewRunWebKitTests


Ignore:
Timestamp:
Jul 12, 2011 6:47:03 PM (13 years ago)
Author:
dpranke@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewRunWebKitTests

    v10 v11  
    8787== More Advanced Scenarios ==
    8888
     89=== Figuring out the command line passed to DumpRenderTree ===
    8990
     91The command line used for DumpRenderTree is printed out if you pass the 'config' option to --print (along with a lot of other useful info):
     92
     93{{{
     94% new-run-webkit-tests --print config,default -n --platform chromium-mac
     95Using port 'chromium-mac-snowleopard'
     96Test configuration: <snowleopard, x86, release, cpu>
     97Placing test results in /Volumes/Src/src/dev/src/webkit/Release/layout-test-results
     98Using Release build
     99Pixel tests enabled
     100Regular timeout: 6000, slow test timeout: 30000
     101Command line: /Volumes/Src/src/dev/src/xcodebuild/Release/DumpRenderTree.app/Contents/MacOS/DumpRenderTree --test-shell --pixel-tests=/Volumes/Src/src/dev/src/webkit/Release/layout-test-results/png_result0.png
     102Worker model: processes
     103
     104Running 16 DumpRenderTrees in parallel over 345 shards (1 locked)
     105
     1068561 tests ran as expected (16450 didn't run).
     107%
     108}}}
    90109
    91110===  A recommended set of command-line flags ===