Home | History | Annotate | Download | only in tests

Lines Matching refs:torture

303 # torture test variables
304 my $torture;
527 print "CMD ($ret): $cmd\n" if($verbose && !$torture);
550 # Memory allocation test and failure torture testing.
552 sub torture {
654 logmsg "torture OK\n";
2568 if(!$has_memory_tracking && $torture) {
2569 die "can't run torture tests since curl was built without ".
3549 if ($torture) {
3550 $cmdres = torture($CMDLINE,
3703 # Must run the postcheck command in torture mode in order
3705 if($rc != 0 && !$torture) {
3726 # Skip all the verification on torture tests
3727 if ($torture) {
4162 if($torture && $run{$what} &&
4176 if($torture && $run{'ftp2'} &&
4190 if($torture && $run{'ftp-ipv6'} &&
4205 if($torture && $run{'gopher'} &&
4221 if($torture && $run{'gopher-ipv6'} &&
4238 if($torture && $run{'http'} &&
4254 if($torture && $run{'http-proxy'} &&
4271 if($torture && $run{'http-ipv6'} &&
4287 if($torture && $run{'http-pipe'} &&
4304 if($torture && $run{'rtsp'} &&
4318 if($torture && $run{'rtsp-ipv6'} &&
4345 if($torture && $run{'ftp'} &&
4383 if($torture && $run{'http'} &&
4411 if($torture && $run{'httptls'} &&
4430 if($torture && $run{'httptls-ipv6'} &&
4445 if($torture && $run{'tftp'} &&
4459 if($torture && $run{'tftp-ipv6'} &&
4510 if($torture && $run{'http-unix'} &&
4777 # torture
4778 $torture=1;
4853 -t[N] torture (simulate memory alloc failures); N means fail Nth alloc