/curl/tests/data/ |
H A D | test3207 | 17 run 1: foobar and so on fun! 20 run 1: foobar and so on fun! 21 run 1: foobar and so on fun! 22 run 1: foobar and so on fun! 23 run 1: foobar and so on fun! 24 run 1: foobar and so on fun! 25 run 1: foobar and so on fun! 26 run 1: foobar and so on fun! 27 run 1: foobar and so on fun! 28 run 1: foobar and so on fun! [all …]
|
H A D | test1554 | 19 run 1: foobar and so on fun! 32 run 1: foobar and so on fun! 47 run 1: foobar and so on fun! 62 run 1: foobar and so on fun!
|
H A D | test1182 | 22 …GDIR/log; cp %SRCDIR/data/test1 %LOGDIR/data; echo 'test:1:Test should not run for unit test %TEST… 31 grep -q "Test should not run for unit test %TESTNUMBER" %LOGDIR/stdout%TESTNUMBER
|
H A D | test506 | 23 run 1: set cookie 1, 2 and 3 34 run 2: set cookie 4 and 5 49 run 3: overwrite cookie 1 and 4, set cookie 6 with and without tailmatch 58 # don't run this with the threaded-resolver or c-ares since the events might 114 *** run 1 133 run 1: set cookie 1, 2 and 3 143 *** run 2 158 run 2: set cookie 4 and 5 168 *** run 3 189 run 3: overwrite cookie 1 and 4, set cookie 6 with and without tailmatch
|
/curl/.github/workflows/ |
H A D | configure-vs-cmake.yml | 38 run: | 43 - name: run cmake 44 run: | 66 run: | 70 run: | 76 run: | 81 - name: run cmake 82 run: | 113 run: | 118 - name: run cmake [all …]
|
H A D | checksrc.yml | 42 run: git ls-files -z "*.[ch]" | xargs -0 -n1 ./scripts/checksrc.pl 53 run: | 64 run: | 72 run: scripts/cmakelint.sh 75 run: find . -name '*.py' -exec pytype -j auto -k {} + 78 …run: ruff check --extend-select=B007,B016,C405,C416,COM818,D200,D213,D204,D401,D415,FURB129,N818,P… 97 run: .github/scripts/shellcheck.sh 100 run: .github/scripts/spacecheck.pl 103 run: .github/scripts/yamlcheck.sh 106 run: .github/scripts/binarycheck.pl [all …]
|
H A D | checkdocs.yml | 43 # run: | 51 # run: | 65 # run: git ls-files -z '*.md' | xargs -0 -n1 .github/scripts/trimmarkdownheader.pl 72 # run: | 109 run: find docs -name "*.md" ! -name "_*" -print0 | xargs -0 -n1 .github/scripts/cleancmd.pl 115 … run: find docs/libcurl/opts -name "CURL*.md" -print0 | xargs -0 -n1 .github/scripts/cleanspell.pl 121 run: grep -v '^#' .github/scripts/spellcheck.words > wordlist.txt 138 run: .github/scripts/verify-synopsis.pl docs/libcurl/curl*.md 147 run: autoreconf -fi && ./configure --without-ssl --without-libpsl && make -C docs 150 run: .github/scripts/verify-examples.pl docs/libcurl/curl*.3 docs/libcurl/opts/*.3 [all …]
|
H A D | windows.yml | 44 run: 82 run: | 97 run: | 109 run: | 121 run: | 131 run: | 145 run: | 157 run: | 188 run: 413 run: [all …]
|
H A D | distcheck.yml | 29 - run: sudo apt-get purge -y curl libcurl4 libcurl4-doc 32 - run: autoreconf -fi 35 - run: ./configure --without-ssl --without-libpsl 38 - run: make V=1 42 run: | 51 - run: | 74 - run: | 97 - run: | 118 - run: | 148 - run: ./scripts/dmaketgz 9.10.11 [all …]
|
H A D | linux-old.yml | 61 run: | 79 run: | 88 run: | 93 run: | 101 run: | 106 run: | 116 - name: 'cmake run tests' 120 run: autoreconf -if 123 run: | 131 run: | [all …]
|
H A D | hacktoberfest-accepted.yml | 8 # this must not ever run on any other branch than master 14 # this should not run in parallel, so just run one at a time 34 run: | 42 run: | 48 run: | 59 run: |
|
H A D | curl-for-win.yml | 54 run: | 66 time docker run --volume "$(pwd):$(pwd)" --workdir "$(pwd)" \ 81 run: | 90 time docker run --volume "$(pwd):$(pwd)" --workdir "$(pwd)" \ 107 run: | 122 run: | 131 time docker run --volume "$(pwd):$(pwd)" --workdir "$(pwd)" \
|
H A D | http3-linux.yml | 155 run: | 160 run: | 174 run: | 184 run: | 200 run: | 215 run: | 227 run: | 239 run: | 323 - run: | 413 run: | [all …]
|
H A D | linux.yml | 286 run: | 297 run: | 309 run: | 315 run: | 344 run: | 365 run: | 384 run: | 404 run: | 424 run: | 447 run: | [all …]
|
H A D | codeql-analysis.yml | 60 # If this step fails, then you should remove it and run the build manually (see below) 64 # ℹ️ Command-line programs to run using the OS shell. 71 # - run: |
|
H A D | macos.yml | 199 run: | 205 run: | 213 run: | 229 run: | 270 run: | 276 run: | 286 run: | 297 run: | 305 run: | 312 run: | [all …]
|
/curl/tests/unit/ |
H A D | unit1303.c | 85 const struct timetest run[] = { variable 145 for(i = 0; i < sizeof(run)/sizeof(run[0]); i++) { 147 NOW(run[i].now_s, run[i].now_us); 148 TIMEOUTS(run[i].timeout_ms, run[i].connecttimeout_ms); 149 timeout = Curl_timeleft(testdata, &now, run[i].connecting); 150 if(timeout != run[i].result) 151 fail(run[i].comment);
|
/curl/tests/ |
H A D | servers.pm | 127 my %run; # running server 510 if($run{$server}) { 513 $run{$server} = 0; 2395 if($run{$what} && 2401 if(!$run{$what}) { 2466 if($run{'http'} && 2523 if($run{'rtsp'} && 2623 if($run{'http'} && !$run{'https'} && 2664 if($run{'http'} && !$run{'http/2'} && 2705 if($run{'http'} && !$run{'http/3'} && [all …]
|
H A D | runtests.md | 14 runtests.pl - run one or more test cases 73 E the test was run event-based 77 test run. 108 the specific test being run. 129 Force the test to run even if mentioned in DISABLED. 135 run the specified test case. Simply (set a break-point and) type 'run' to 142 run the specified test case. Simply (set a break-point and) type 'run' to 155 Spawn the given number of processes to run tests in. This defaults to 0 to run 157 multiple tests to run in parallel, speeding up a test run. The optimum number 287 test being run. [all …]
|
H A D | testcurl.md | 23 curl from git or daily snapshots. It is written for the purpose of being run 62 Generic command to run after completed test. 70 Do not run autoreconf. Useful when many builds use the same source tree, as 71 then only one need to do this. Also, if multiple processes run tests 114 Now you are ready to go. If you let the script run, it performs a full cycle 134 # run first test 137 # run second test
|
/curl/.circleci/ |
H A D | config.yml | 33 - run: 39 - run: 45 - run: 52 - run: 66 - run: 80 - run: 89 - run: 98 - run: 107 - run: 116 - run: [all …]
|
/curl/ |
H A D | Dockerfile | 11 # Then run commands from within the build environment, for example 13 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl autoreconf -fi 14 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./configure -… 15 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl make 16 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./scripts/mak… 20 # docker run --rm -it -u $(id -u):$(id -g) -v (pwd):/usr/src -w /usr/src curl/curl bash
|
/curl/tests/libtest/ |
H A D | lib1523.c | 51 static CURLcode run(CURL *hnd, long limit, long time) in run() function 71 ret = run(hnd, 1, 2); in test() 75 ret = run(hnd, 12000, 1); in test()
|
/curl/tests/http/ |
H A D | test_20_websockets.py | 93 r = client.run(args=[url, payload]) 103 r = client.run(args=[url, payload]) 112 r = client.run(args=[url, str(0), str(10)]) 121 r = client.run(args=[url, str(120), str(130)]) 130 r = client.run(args=[url, str(65535 - 5), str(65535 + 5)]) 141 r = client.run(args=[url, str(65535 - 5), str(65535 + 5)])
|
/curl/scripts/ |
H A D | dmaketgz | 48 docker run --rm -u "$(id -u):$(id -g)" \
|