Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 107) sorted by relevance

12345

/curl/tests/unit/
H A Dunit1303.c84 const struct timetest run[] = { variable
144 for(i = 0; i < sizeof(run)/sizeof(run[0]); i++) {
146 NOW(run[i].now_s, run[i].now_us);
147 TIMEOUTS(run[i].timeout_ms, run[i].connecttimeout_ms);
148 timeout = Curl_timeleft(data, &now, run[i].connecting);
149 if(timeout != run[i].result)
150 fail(run[i].comment);
/curl/.github/workflows/
H A Dconfigure-vs-cmake.yml35 - name: run configure --with-openssl
36 run: |
40 - name: run cmake
41 run: |
45 run: ./scripts/cmp-config.pl lib/curl_config.h build/lib/curl_config.h
H A Dlinux32.yml63 - run: |
73 - run: autoreconf -fi
76 …- run: ./configure --disable-dependency-tracking --enable-warnings --enable-werror ${{ matrix.buil…
79 - run: make V=1
82 - run: ./src/curl -V
85 - run: make V=1 examples
88 - run: make V=1 -C tests
91 - run: make V=1 test-ci
92 name: 'run tests'
H A Dwolfssl.yml69 - run: |
78 - run: |
88 - run: autoreconf -fi
91 …- run: ./configure --disable-dependency-tracking --enable-warnings --enable-werror ${{ matrix.buil…
94 - run: make V=1
97 - run: make V=1 examples
100 - run: make V=1 -C tests
103 - run: make V=1 test-ci
104 name: 'run tests'
H A Dawslc.yml56 - run: |
76 run: |
88 - run: autoreconf -fi
91 - run: |
98 - run: make -C build V=1
101 - run: make -C build V=1 examples
104 - run: make -C build V=1 -C tests
107 - run: make -C build V=1 test-ci
108 name: 'run tests'
116 - run: |
[all …]
H A Ddistcheck.yml29 - 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 && make V=1 clean
42 run: |
46 run: |
58 - run: |
81 - run: |
104 - run: |
125 - run: |
H A Dtorture.yml69 - run: |
78 - run: autoreconf -fi
81 …- run: ./configure --disable-dependency-tracking --enable-warnings --enable-werror ${{ matrix.buil…
84 - run: make V=1
87 - run: make V=1 -C tests
90 - run: make V=1 test-torture
91 name: 'run tests'
H A Dspellcheck.yml33 run: find docs -name "*.md" ! -name "_*" | xargs -n1 ./.github/scripts/cleancmd.pl
36run: find docs/libcurl -name "curl_*.md" -o -name "libcurl*.md" | xargs -n1 ./.github/scripts/clea…
39 run: find docs/libcurl/opts -name "CURL*.md" | xargs -n1 ./.github/scripts/cleanspell.pl
42run: find docs/cmdline-opts -name "_*.md" | xargs -n1 ./.github/scripts/cleancmd.pl --no-header
45 run: grep -v '^#' .github/scripts/spellcheck.words > wordlist.txt
H A Dproselint.yml35 run: |
41 run: |
54run: git ls-files '*.md' | grep -Ev 'CHECKSRC.md|DISTROS.md|CURLOPT_INTERFACE.md' | xargs proselin…
58 run: |
71 run: proselint docs/CHECKSRC.md docs/libcurl/opts/CURLOPT_INTERFACE.md
H A Dhacktoberfest-accepted.yml8 # 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 Dmacos.yml155 - run: |
175 - run: |
183 - run: rm -f $HOME/.curlrc
186 - run: autoreconf -fi
194 - run: make V=1
197 - run: make V=1 examples
200 - run: make V=1 -C tests
203 - run: make V=1 test-ci
204 name: 'run tests'
241 - run: |
[all …]
H A Dwindows.yml69 run: |
84 run: |
93 run: |
100 run: |
107 run: |
118 run: |
133 run: |
143 run: |
150 run: |
199 run: |
[all …]
H A Dlinux.yml195 run: |
203 run: |
218 run: |
239 run: |
260 run: |
279 run: |
297 run: |
315 run: |
333 run: |
341 run: |
[all …]
H A Dcurl-for-win.yml39 run: |
48 time docker run --volume "$(pwd):$(pwd)" --workdir "$(pwd)" \
65 run: |
80 run: |
89 time docker run --volume "$(pwd):$(pwd)" --workdir "$(pwd)" \
H A Dcodespell.yml33 run: |
39run: codespell --skip src/tool_hugehelp.c -I .github/scripts/codespell-ignore.txt include src lib
H A Dhttp3-linux.yml161 run: |
166 run: |
179 run: |
189 run: |
205 run: |
220 run: |
232 run: |
244 run: |
302 - run: |
388 run: |
[all …]
H A Dman-examples.yml34 run: autoreconf -fi && ./configure --without-ssl --without-libpsl && make -C docs
37 run: ./.github/scripts/verify-examples.pl docs/libcurl/curl*.3 docs/libcurl/opts/*.3
H A Dlinux-old.yml65 run: |
83 run: |
91 run: |
98 run: |
103 run: make -C bld-cares install
106 run: make -C bld-cares test-ci
/curl/tests/
H A Dservers.pm125 my %run; # running server
490 if($run{$server}) {
493 $run{$server} = 0;
2347 if(!$run{$what}) {
2441 if(!$run{'http'}) {
2497 if(!$run{'rtsp'}) {
2549 if(!$run{$what}) {
2756 if(!$run{'ssh'}) {
2826 if(!$run{'smb'}) {
2873 if($run{$server}) {
[all …]
/curl/
H A DDockerfile11 # 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 ./maketgz 8.7…
20 # docker run --rm -it -u $(id -u):$(id -g) -v (pwd):/usr/src -w /usr/src curl/curl bash
/curl/.circleci/
H A Dconfig.yml36 - run:
43 - run:
50 - run:
57 - run:
64 - run:
71 - run:
78 - run:
85 - run:
92 - run:
99 - run:
[all …]
/curl/tests/libtest/
H A Dlib1523.c51 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 Dtest_20_websockets.py93 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/tests/data/
H A Dtest155419 run 1: foobar and so on fun!
38 run 1: foobar and so on fun!
55 run 1: foobar and so on fun!
72 run 1: foobar and so on fun!
H A Dtest118222 …GDIR/log; cp %SRCDIR/data/test1 %LOGDIR/data; echo 'test:1:Test should not run for unit test %TEST…
25 grep -q "Test should not run for unit test %TESTNUMBER" %LOGDIR/stdout%TESTNUMBER

Completed in 58 milliseconds

12345