Lines Matching refs:torture
308 # torture test variables
309 my $torture;
532 print "CMD ($ret): $cmd\n" if($verbose && !$torture);
555 # Memory allocation test and failure torture testing.
557 sub torture {
659 logmsg "torture OK\n";
2628 if(!$has_memory_tracking && $torture) {
2629 die "can't run torture tests since curl was built without ".
3647 if ($torture) {
3648 $cmdres = torture($CMDLINE,
3801 # Must run the postcheck command in torture mode in order
3803 if($rc != 0 && !$torture) {
3824 # Skip all the verification on torture tests
3825 if ($torture) {
4269 if($torture && $run{$what} &&
4283 if($torture && $run{'ftp2'} &&
4297 if($torture && $run{'ftp-ipv6'} &&
4312 if($torture && $run{'gopher'} &&
4328 if($torture && $run{'gopher-ipv6'} &&
4356 if($torture && $run{'http'} &&
4372 if($torture && $run{'http-proxy'} &&
4389 if($torture && $run{'http-ipv6'} &&
4405 if($torture && $run{'http-pipe'} &&
4422 if($torture && $run{'rtsp'} &&
4436 if($torture && $run{'rtsp-ipv6'} &&
4463 if($torture && $run{'ftp'} &&
4501 if($torture && $run{'http'} &&
4529 if($torture && $run{'httptls'} &&
4548 if($torture && $run{'httptls-ipv6'} &&
4563 if($torture && $run{'tftp'} &&
4577 if($torture && $run{'tftp-ipv6'} &&
4628 if($torture && $run{'http-unix'} &&
4895 # torture
4896 $torture=1;
4971 -t[N] torture (simulate memory alloc failures); N means fail Nth alloc