Home
last modified time | relevance | path

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

12345

/curl/tests/data/
H A Dtest320717 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 Dtest155419 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 Dtest118222 …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
/curl/.github/workflows/
H A Dconfigure-vs-cmake.yml38 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 Dchecksrc.yml42 run: git ls-files -z "*.[ch]" | xargs -0 -n1 ./scripts/checksrc.pl
51 run: |
56 run: |
64 run: scripts/cmakelint.sh
83 run: .github/scripts/shellcheck.sh
86 run: .github/scripts/spacecheck.pl
89 run: .github/scripts/yamlcheck.sh
92 run: .github/scripts/binarycheck.pl
96 run: |
H A Dcheckdocs.yml43 run: |
49 run: |
62 run: git ls-files -z '*.md' | xargs -0 -n1 .github/scripts/trimmarkdownheader.pl
69 run: |
82run: proselint docs/CHECKSRC.md docs/libcurl/opts/CURLOPT_INTERFACE.md docs/cmdline-opts/interface…
105 run: find docs -name "*.md" ! -name "_*" -print0 | xargs -0 -n1 .github/scripts/cleancmd.pl
111run: find docs/libcurl/opts -name "CURL*.md" -print0 | xargs -0 -n1 .github/scripts/cleanspell.pl
117 run: grep -v '^#' .github/scripts/spellcheck.words > wordlist.txt
134 run: .github/scripts/verify-synopsis.pl docs/libcurl/curl*.md
143 run: autoreconf -fi && ./configure --without-ssl --without-libpsl && make -C docs
[all …]
H A Dwindows.yml44 run:
82 run: |
111 run: |
123 run: |
133 run: |
161 run: |
174 run: |
192 run:
253 run: |
417 run:
[all …]
H A Dlinux32.yml59 - run: |
69 - run: autoreconf -fi
72 - run: |
77 - run: make V=1
80 - run: ./src/curl -V
83 - run: make V=1 -C tests
86 - run: make V=1 test-ci
87 name: 'run tests'
91 - run: make V=1 examples
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
42 run: |
51 - run: |
74 - run: |
97 - run: |
118 - run: |
148 - run: ./scripts/dmaketgz 9.10.11
[all …]
H A Dtorture.yml62 - run: |
69 - run: |
75 - run: cmake --build . --verbose
78 - run: ./src/curl -V
81 - run: cmake --build . --verbose --target testdeps
84 - run: cmake --build . --verbose --target test-torture
85 name: 'run tests'
H A Dlinux-old.yml61 run: |
79 run: |
88 run: |
96 run: |
101 run: make -C bld-cares install
106 - name: 'cmake run tests'
110 run: autoreconf -if
113 run: |
121 run: |
126 run: make -C bld-am install
[all …]
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 Dcurl-for-win.yml54 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 Dlinux.yml249 run: |
258 run: |
273 run: |
295 run: |
316 run: |
335 run: |
355 run: |
375 run: |
393 run: |
413 run: |
[all …]
H A Dmacos.yml147 run: |
152 run: |
160 run: |
175 run: |
207 run: |
213 run: |
227 run: |
234 run: |
310 run: |
315 run: |
[all …]
H A Dhttp3-linux.yml157 run: |
162 run: |
175 run: |
185 run: |
201 run: |
216 run: |
228 run: |
240 run: |
302 - run: |
388 run: |
[all …]
H A Dcodeql-analysis.yml60 # 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: |
/curl/tests/unit/
H A Dunit1303.c85 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 Dservers.pm127 my %run; # running server
504 if($run{$server}) {
507 $run{$server} = 0;
2389 if($run{$what} &&
2395 if(!$run{$what}) {
2460 if($run{'http'} &&
2517 if($run{'rtsp'} &&
2617 if($run{'http'} && !$run{'https'} &&
2658 if($run{'http'} && !$run{'http/2'} &&
2699 if($run{'http'} && !$run{'http/3'} &&
[all …]
H A Druntests.md14 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
274 test being run.
[all …]
H A Dtestcurl.md23 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 Dconfig.yml33 - run:
39 - run:
45 - run:
52 - run:
66 - run:
80 - run:
89 - run:
98 - run:
107 - run:
116 - run:
[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 ./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 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)])

Completed in 50 milliseconds

12345