| | 91 | The 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 |
| | 95 | Using port 'chromium-mac-snowleopard' |
| | 96 | Test configuration: <snowleopard, x86, release, cpu> |
| | 97 | Placing test results in /Volumes/Src/src/dev/src/webkit/Release/layout-test-results |
| | 98 | Using Release build |
| | 99 | Pixel tests enabled |
| | 100 | Regular timeout: 6000, slow test timeout: 30000 |
| | 101 | Command 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 |
| | 102 | Worker model: processes |
| | 103 | |
| | 104 | Running 16 DumpRenderTrees in parallel over 345 shards (1 locked) |
| | 105 | |
| | 106 | 8561 tests ran as expected (16450 didn't run). |
| | 107 | % |
| | 108 | }}} |