Home | History | Annotate | Download | only in Scripts

Lines Matching refs:number

44 #   the number of tests that got the expected results
45 # the number of tests that ran, but did not get the expected results
46 # the number of tests that failed to run
47 # the number of tests that were run but had no expected results to compare against
292 --iterations n Number of times to run the set of tests (e.g. ABCABCABC)
305 --repeat-each n Number of times to run each test (e.g. AAABBBCCC)
318 --timeout t Sets the number of seconds before a test times out (default: $timeoutSeconds)
321 -m|--merge-leak-depth arg Merges leak callStacks and prints the number of unique leaks beneath a callstack depth of arg. Defaults to 5.
1650 my ($base, $number) = @_;
1651 return "$base$number" if ($number > 1);