Lines Matching full:torture
336 # torture test variables
337 my $torture;
619 print "CMD ($ret): $cmd\n" if($verbose && !$torture);
642 # Memory allocation test and failure torture testing.
644 sub torture { subroutine
753 logmsg "FAIL: torture $testnum - valgrind\n";
794 logmsg "torture OK\n";
3364 if(!$has_memory_tracking && $torture) {
3365 die "can't run torture tests since curl was built without ".
4313 if ($torture) {
4314 $cmdres = torture($CMDLINE,
4411 # Must run the postcheck command in torture mode in order
4413 if($rc != 0 && !$torture) {
4434 # Skip all the verification on torture tests
4435 if ($torture) {
4987 if($torture && $run{$what} &&
5003 if($torture && $run{'ftp-ipv6'} &&
5020 if($torture && $run{'gopher'} &&
5039 if($torture && $run{'gopher-ipv6'} &&
5081 if($torture && $run{'http'} &&
5099 if($torture && $run{'http-proxy'} &&
5118 if($torture && $run{'http-ipv6'} &&
5137 if($torture && $run{'rtsp'} &&
5153 if($torture && $run{'rtsp-ipv6'} &&
5181 if($torture && $run{$cproto} &&
5221 if($torture && $run{'http'} &&
5259 if($torture && $run{'gopher'} &&
5328 if($torture && $run{'httptls'} &&
5350 if($torture && $run{'httptls-ipv6'} &&
5368 if($torture && $run{'tftp'} &&
5385 if($torture && $run{'tftp-ipv6'} &&
5442 if($torture && $run{'http-unix'} &&
5790 # torture
5791 $torture=1;
5800 # torture.
5912 --shallow=[num] randomly makes the torture tests "thinner"
5913 -t[N] torture (simulate function failures); N means fail Nth function