Home
last modified time | relevance | path

Searched refs:torture (Results 1 – 12 of 12) sorted by relevance

/curl/.github/workflows/
H A Dtorture.yml5 name: Linux torture
42 group: torture-${{ github.event.pull_request.number || github.sha }}
59 - name: torture
63 - name: torture-ftp
90 - run: make V=1 test-torture
H A Dmacos.yml131 - name: torture
136 - name: torture-ftp
/curl/tests/
H A Dglobalconfig.pm59 $torture
78 our $torture; # 1 to enable torture testing
H A Dtestutil.pm54 $torture
180 print "CMD ($ret): $cmd\n" if($verbose && !$torture);
H A Dservers.pm2341 if($torture && $run{$what} &&
2357 if($torture && $run{'ftp-ipv6'} &&
2374 if($torture && $run{'gopher'} &&
2435 if($torture && $run{'http'} &&
2472 if($torture && $run{'http-ipv6'} &&
2491 if($torture && $run{'rtsp'} &&
2535 if($torture && $run{$cproto} &&
2575 if($torture && $run{'http'} &&
2613 if($torture && $run{'gopher'} &&
2682 if($torture && $run{'httptls'} &&
[all …]
H A Drunner.pm407 sub torture { subroutine
977 if ($torture) {
978 $cmdres = torture($CMDLINE,
1108 if($rc != 0 && !$torture) {
H A DMakefile.am153 torture-test: perlcheck all
H A DCMakeLists.txt54 add_runtests(test-torture "-a -t")
H A Druntests.pl818 if(!$feature{"TrackMemory"} && $torture) {
1191 if ($torture) {
2260 $torture=1;
/curl/.circleci/
H A Dconfig.yml125 configure-macos-torture:
132 configure-macos-torture-ftp:
239 test-torture:
243 test-torture-ftp:
443 macos-arm-http-torture:
452 - test-torture
454 macos-arm-http-torture-ftp:
463 - test-torture-ftp
540 macos-arm-http-torture:
542 - macos-arm-http-torture
[all …]
/curl/
H A DMakefile.am112 test-torture: test
128 test-torture:
129 @(cd tests; $(MAKE) all torture-test)
H A D.azure-pipelines.yml97 torture:
98 name: torture

Completed in 37 milliseconds