Lines Matching refs:tests

28 # Experimental hooks are available to run tests remotely on machines that
44 # the contents of the tests/server/ directory must be from the host
47 # Note that even with these changes a number of tests will still fail (mainly
67 # Define srcdir to the location of the tests source directory. This is
139 my %disabled_keywords; # key words of tests to skip
140 my %ignored_keywords; # key words of tests to ignore results
141 my %enabled_keywords; # key words of tests to run
171 my %runnersrunning; # tests currently running by runner ID
178 my $keepoutfiles; # keep stdout and stderr files after tests
180 my $postmortem; # display detailed info about failed tests
181 my $run_disabled; # run the specific tests even if listed in DISABLED
223 # which prevents messages from different tests from being interleaved.
326 # Get the list of tests that the tests/data/Makefile.am knows about!
680 # run HTTP TLS-SRP tests required when curl is built with https
811 die "can't run torture tests since curl was built without ".
1024 logmsg "Warning: test$testnum not present in tests/data/Makefile.inc\n";
1142 # Print the test name and count tests
1182 # Skip all the verification on torture tests
1852 # Print the test name and count tests
2171 # the development version as then it won't be able to run any tests
2187 # run the tests cases event based if possible
2195 # load additional reasons to skip tests
2260 # Fail no more than this amount per tests when running
2266 # Repeat-run the given tests this many times
2311 # keep stdout and stderr files after tests
2362 -E file load the specified file to exclude certain tests
2367 -j[N] spawn this number of processes to run tests (default 0)
2368 -k keep stdout and stderr files present after tests
2380 --repeat=[num] run the given tests this many times
2383 --shallow=[num] randomly makes the torture tests "thinner"
2388 [num] like "5 6 9" or " 5 to 22 " to run those tests only
2389 [!num] like "!5 !6 !9" to disable those tests
2390 [~num] like "~5 ~6 ~9" to ignore the result of those tests
2391 [keyword] like "IPv6" to select only tests containing the key word
2392 [!keyword] like "!cookies" to disable any tests containing the key word
2393 [~keyword] like "~cookies" to ignore results of tests containing key word
2553 # globally disabled tests
2558 # Fetch all disabled tests, if there are any
2575 # preprocess the input to make conditionally disabled tests depending
2598 # If 'all' tests are requested, find out all test numbers
2726 next; # skip stdoutNnn of other tests
2729 next; # skip stderrNnn of other tests
2732 next; # skip uploadNnn of other tests
2735 next; # skip curlNnn.out of other tests
2738 next; # skip testNnn.txt of other tests
2741 next; # skip fileNnn.txt of other tests
2744 next; # skip netrcNnn of other tests
2747 next; # skip traceNnn of other tests
2750 next; # skip valgrindNnn of other tests
2762 # Scan tests to find suitable candidates
2777 # scan all tests to find ones we should try to run
2820 logmsg "Aborting tests\n";
2837 # A runner is ready to run a test, and tests are still available to run
2862 # See if we've completed all the tests
2865 scalar(@runtests) && die 'Internal error: still have tests to run';
2870 # If we could be running more tests, don't wait so we can schedule a new
2901 $total++; # number of tests we've run
2920 logmsg "\n - abort tests\n";
2921 undef @runtests; # empty out the remaining tests
2935 # Once all tests have been scheduled on a runner at the end of a test
2941 logmsg "Hmmm, the tests are taking a while to finish. Here is the status:\n";
2980 logmsg "TESTDONE: $all tests were considered during ".
2989 logmsg "TESTINFO: $numskipped tests were skipped due to these restraints:\n";
3024 logmsg "IGNORED: failed tests: $failedign\n";
3026 logmsg sprintf("TESTDONE: $ok tests out of $total reported OK: %d%%\n",
3034 logmsg "\nTESTFAIL: No tests were performed\n\n";