Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 25 of 95) sorted by relevance

1234

/curl/.github/scripts/
H A Dbinarycheck.sums3 339d83446859f914867398046270d40b6ca7538c0adfef45eb62c8a16abb6a51 ./tests/certs/EdelCurlRoot-ca.der
16 9e38c1fb0a151c4e23c8abddc44711c12afb3161c6b2a1c68e1bb2b0a4484e3b ./tests/data/test1425
17 26ee981dcb84b6a2adce601084b78e6b787b54a2a997549582a8bd42087ab51b ./tests/data/test1426
18 d640923e45809a3fe277e0af90459d82d32603aacc7b8db88754fcb335bf98df ./tests/data/test1531
19 6f51bc318104fb5fe4b6013fc4e8e1c3c8dec1819202e8ea025bdbc4bbc8c02d ./tests/data/test1938
20 28a957ec3397881bbafd0d97879cedfd475bcd1ece903e531576affd7aa3865c ./tests/data/test2080
21 db99126801fd5e7cb0c1ec1a0078e5599038c8c07073f3d62ed51f155e0e3d38 ./tests/data/test262
22 2d073a52984bab1f196d80464ea8ab6dafd887bd5fee9ed58603f8510df0c6a5 ./tests/data/test35
23 4cc9fd6f31d0bb4dcb38e1565796e7ec5e48ea5ac9d3c1101de576be618786ba ./tests/data/test463
24 d655a29dcf2423b420b508c9e381b0fad0b88feb74caa8978725e22c9f7c374d ./tests/data/test467
[all …]
/curl/tests/unit/
H A Dunit1323.c46 struct a tests[] = { variable
54 for(i = 0; i < sizeof(tests)/sizeof(tests[0]); i++) {
55 timediff_t result = Curl_timediff(tests[i].first, tests[i].second);
56 if(result != tests[i].result) {
58 (long)tests[i].first.tv_sec,
59 tests[i].first.tv_usec,
60 (long)tests[i].second.tv_sec,
61 tests[i].second.tv_usec,
63 (long)tests[i].result);
H A Dunit1397.c45 static struct testcase tests[] = { variable
101 for(i = 0; tests[i].host; i++) {
102 if(tests[i].match != Curl_cert_hostcheck(tests[i].pattern,
103 strlen(tests[i].pattern),
104 tests[i].host,
105 strlen(tests[i].host))) {
110 tests[i].host,
111 tests[i].pattern,
112 tests[i].match ? "NOT ": "");
H A Dunit1607.c72 static const struct testcase tests[] = { variable
119 int addressnum = sizeof(tests[i].address) / sizeof(*tests[i].address);
133 list = curl_slist_append(NULL, tests[i].optval);
140 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port);
153 if(!addr && !tests[i].address[j])
156 if(tests[i].address[j] == &skip)
167 if(addr && !tests[i].address[j]) {
175 if(!addr && tests[i].address[j]) {
191 if(port != tests[i].port) {
199 if(dns->timestamp && tests[i].permanent) {
[all …]
H A Dunit1609.c91 static const struct testcase tests[] = { variable
104 int testnum = sizeof(tests) / sizeof(struct testcase);
115 int addressnum = sizeof (tests[i].address) / sizeof (*tests[i].address);
132 list = curl_slist_append(NULL, tests[i].optval);
141 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port);
155 if(!addr && !tests[i].address[j])
166 if(addr && !tests[i].address[j]) {
174 if(!addr && tests[i].address[j]) {
177 __FILE__, __LINE__, i, i, j, tests[i].address[j]);
182 if(!curl_strequal(ipaddress, tests[i].address[j])) {
[all …]
H A Dunit1621.c54 static const struct checkthis tests[] = {
69 for(i = 0; tests[i].input; i++) {
70 const char *url = tests[i].input;
73 i, tests[i].input, stripped);
75 fail_if(stripped && strcmp(tests[i].output, stripped),
76 tests[i].output);
H A Dunit1307.c66 static const struct testcase tests[] = { variable
278 int testnum = sizeof(tests) / sizeof(struct testcase);
296 int result = tests[i].result;
297 int rc = Curl_fnmatch(NULL, tests[i].pattern, tests[i].string);
308 tests[i].pattern, tests[i].string, ret2name(result),
/curl/tests/data/
H A Dtest55735 All curl_mprintf() unsigned short tests OK!
36 All curl_mprintf() signed short tests OK!
37 All curl_mprintf() unsigned int tests OK!
38 All curl_mprintf() signed int tests OK!
39 All curl_mprintf() unsigned long tests OK!
40 All curl_mprintf() signed long tests OK!
41 All curl_mprintf() curl_off_t tests OK!
42 All curl_mprintf() strings tests OK!
43 All float strings tests OK!
H A Dtest130118 curl_strequal tests
H A Dtest139719 Curl_cert_hostcheck unit tests
H A Dtest160119 MD5 unit tests
H A Dtest161019 SHA256 unit tests
H A Dtest161119 MD4 unit tests
H A Dtest161219 HMAC unit tests
H A Dtest166119 bufref unit tests
/curl/projects/
H A Dchecksrc.bat59 ) else if /i "%~1" == "tests" (
104 if exist tests (
156 rem Check the tests\libtest directory
157 if exist %SRC_DIR%\tests\libtest (
162 rem Check the tests\unit directory
163 if exist %SRC_DIR%\tests\unit (
164 …elims=" %%i in ('dir "%SRC_DIR%\tests\unit\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc…
165 …elims=" %%i in ('dir "%SRC_DIR%\tests\unit\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc…
168 rem Check the tests\server directory
169 if exist %SRC_DIR%\tests\server (
[all …]
/curl/.github/
H A Dlabeler.yml93 - 'tests/azure.pm'
94 - 'tests/appveyor.pm'
95 - 'tests/CI.md'
220 tests/ftp*\
262 tests/http*,\
264 tests/http/*,\
265 tests/nghttp*\
295 tests/nghttpx.conf\
414 tests/sshhelp.pm,\
448 tests:
[all …]
/curl/tests/
H A Druntests.md18 **runtests.pl [options] [tests]**
30 If no test number or keyword is given, all existing tests that the script can
33 specify a range of tests like `45 to 67`.
35 Specify tests to not run with a leading exclamation point, like `!66`, which
36 runs all available tests except number 66.
41 to run, like `FTPS`. The keywords are strings used in the individual tests.
109 the tests are not appropriate.
155 or 5 times for torture tests. Enabling parallel tests is not recommended in
191 Use the specified HTTP proxy when executing tests, even if the tests
288 for all tests. In these cases, the problematic tests can be skipped using the
[all …]
/curl/
H A DMakefile.am99 DIST_SUBDIRS = $(SUBDIRS) tests packages include docs
109 rm -rf $(top_builddir)/tests/log
129 @(cd tests; $(MAKE) all quiet-test)
132 @(cd tests; $(MAKE) all full-test)
135 @(cd tests; $(MAKE) all nonflaky-test)
138 @(cd tests; $(MAKE) all torture-test)
141 @(cd tests; $(MAKE) all event-test)
144 @(cd tests; $(MAKE) all am-test)
147 @(cd tests; $(MAKE) all ci-test)
233 (cd tests && $(MAKE) checksrc)
H A DREUSE.toml39 "tests/certs/**",
40 "tests/data/test**",
41 "tests/stunnel.pem",
42 "tests/valgrind.supp",
51 "tests/libtest/.checksrc",
H A D.gitignore66 tests/string
67 tests/config
68 tests/ech-log/
H A DRELEASE-NOTES23 o cmake: allow building tests in unity mode [31]
35 o lib, src, tests: added space around ternary expressions [56]
44 o runtests.md: suggest a value for -j for torture tests
46 o tests/valgrind.pm: fix warnings with no valgrind report to show [25]
47 o tests: delete duplicate macro check [53]
48 o tests: fix keyword for test1411
49 o tests: Only log warnings or worse by default in smbserver [33]
50 o tests: remove all valgrind disble instructions [21]
51 o tests: testrunner fairness [39]
52 o tests: testrunner reliability improvements [55]
/curl/.github/workflows/
H A Dfuzz.yml21 - 'tests/data/**'
35 - 'tests/data/**'
H A Dlinux32.yml86 - run: make V=1 -C tests
87 name: 'make tests'
90 name: 'run tests'
/curl/tests/libtest/
H A DMakefile.am91 lib1521.c: $(top_srcdir)/tests/libtest/mk-lib1521.pl $(top_srcdir)/include/curl/curl.h
92 @PERL@ $(top_srcdir)/tests/libtest/mk-lib1521.pl < $(top_srcdir)/include/curl/curl.h > lib1521.c

Completed in 25 milliseconds

1234