Lines Matching refs:default
172 my $treatSkipped = "default";
187 # Default to --no-http for wx for now.
281 Look in the specified directory before looking in any of the default platform-specific directories
289 --[no-]http Run (or do not run) http tests (default: $httpDefault)
290 --[no-]wait-for-httpd Wait for httpd if some other test session is using it already (same as WEBKIT_WAIT_FOR_HTTPD=1). (default: $shouldWaitForHTTPD)
293 --[no-]launch-safari Launch (or do not launch) Safari to display test results (default: $launchSafariDefault)
296 --nthly n Restart DumpRenderTree every n tests (default: $testsPerDumpTool)
298 --tolerance t Ignore image differences less than this percentage (default: $tolerance)
299 --platform Override the detected platform to use for tests and results (default: $platform)
303 -o|--results-directory Output results directory (default: $testResultsDirectory)
308 --[no-]sample-on-timeout Run sample on timeout (default: $sampleDefault) (Mac OS X only)
310 --skipped=[default|ignore|only] Specifies how to treat the Skipped file
311 default: Tests/directories listed in the Skipped file are not tested
318 --timeout t Sets the number of seconds before a test times out (default: $timeoutSeconds)
560 # In Apple's ports, the default controls for <video> contain a "full
1948 my %validSkippedValues = map { $_ => 1 } qw(default ignore only);