Home
last modified time | relevance | path

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

/curl/tests/
H A Dglobalconfig.pm63 $torture
84 our $torture; # 1 to enable torture testing
H A Dtestutil.pm57 $torture
185 print "CMD ($ret): $cmd\n" if($verbose && !$torture);
H A Drunner.pm437 sub torture { subroutine
1036 if ($torture) {
1037 $cmdres = torture($CMDLINE,
1158 if($rc != 0 && !$torture) {
H A DMakefile.am177 torture-test: perlcheck all
H A DCMakeLists.txt108 add_runtests(test-torture "-a -t -j20")
H A Druntests.md160 or 5 times for torture tests. Enabling parallel tests is not recommended in
249 Used together with **-t**. This limits the number of tests to fail in torture
258 Selects a **torture** test for the given tests. This makes runtests.pl first
H A Druntests.pl840 if(!$feature{"TrackMemory"} && $torture) {
1226 if ($torture) {
2344 $torture=1;
3048 if(!@ridsready && $runnerwait && !$torture && scalar(%runnersrunning)) {
/curl/.github/workflows/
H A Dmacos.yml172 - name: 'OpenSSL torture !FTP'
176 torture: true
177 - name: 'OpenSSL torture FTP'
181 torture: true
184 - { compiler: llvm@15, build: { torture: true } }
185 - { compiler: gcc-12, build: { torture: true } }
311 timeout-minutes: ${{ matrix.build.torture && 20 || 10 }}
314 if [ -z '${{ matrix.build.torture }}' ]; then
339 make -C bld V=1 ${{ matrix.build.torture && 'test-torture' || 'test-ci' }}
341 cmake --build bld --target ${{ matrix.build.torture && 'test-torture' || 'test-ci' }}
H A Dlinux.yml188 - name: openssl torture !FTP
192 torture: true
194 - name: openssl torture FTP
198 torture: true
638 if [ -z '${{ matrix.build.torture }}' ]; then
648 … cmake --build . --verbose --target ${{ matrix.build.torture && 'test-torture' || 'test-ci' }}
650 make V=1 ${{ matrix.build.torture && 'test-torture' || 'test-ci' }}
/curl/
H A DMakefile.am122 test-torture: test
143 test-torture:
144 @(cd tests; $(MAKE) all torture-test)

Completed in 17 milliseconds