curl-curl/tests
Viktor Szakats b1f853a384
unit3205: suppress two clang-tidy false positives
Silencing:
```
tests/unit/unit3205.c:565:32: error: the result from calling 'memcpy' is not null-terminated [bugprone-not-null-terminated-result]
  565 |         expect = (const char *)memcpy(alt, "DHE-", 4);
      |                                ^~~~~~            ~~~
      |                                strcpy
tests/unit/unit3205.c:569:32: error: the result from calling 'memcpy' is not null-terminated [bugprone-not-null-terminated-result]
  569 |         expect = (const char *)memcpy(alt + 4, "DHE-", 4) - 4;
      |                                ^~~~~~                ~~~
      |                                strcpy
```
Ref: https://github.com/curl/curl/actions/runs/22425366818/job/64932197466?pr=20725

Cherry-picked from #20725

Closes #20731
2026-02-26 04:19:18 +01:00
..
certs build: add missing GENERATEDCERTS files 2026-02-26 03:09:16 +01:00
cmake cmake: add C++ integration test 2026-02-23 14:43:37 +01:00
data tool: improve config error messaging 2026-02-22 14:56:07 +01:00
http easy: reset errorbuf on eyeballing success 2026-02-18 12:04:23 +01:00
libtest cmake: replace internal option with a new testbins target 2026-02-25 22:57:02 +01:00
server tests/server: fix to clear the complete srvr_sockaddr_union_t variable 2026-02-26 04:19:18 +01:00
tunit cmake: replace internal option with a new testbins target 2026-02-25 22:57:02 +01:00
unit unit3205: suppress two clang-tidy false positives 2026-02-26 04:19:18 +01:00
.gitignore
allversions.pm
appveyor.pm
azure.pm
CMakeLists.txt cmake: minor fixes to test targets after prev 2026-02-26 02:44:39 +01:00
config.in
configurehelp.pm.in
devtest.pl
dictserver.py
directories.pm
ech_combos.py
ech_tests.sh
ftpserver.pl tidy-up: miscellaneous 2026-02-12 14:52:16 +01:00
getpart.pm tidy-up: miscellaneous 2026-01-15 13:06:13 +01:00
globalconfig.pm
http2-server.pl
http3-server.pl
http-server.pl
Makefile.am tidy-up: miscellaneous 2026-01-15 13:06:13 +01:00
memanalyze.pl
memanalyzer.pm tidy-up: miscellaneous 2026-02-25 14:44:56 +01:00
negtelnetserver.py
nghttpx.conf
pathhelp.pm tidy-up: Markdown, clang-format nits 2026-01-22 23:44:47 +01:00
processhelp.pm
requirements.txt
rtspserver.pl
runner.pm tidy-up: miscellaneous 2026-02-12 14:52:16 +01:00
runtests.pl tidy-up: miscellaneous 2026-02-25 14:44:56 +01:00
secureserver.pl tidy-up: miscellaneous 2026-02-12 14:52:16 +01:00
serverhelp.pm tidy-up: miscellaneous 2026-02-12 14:52:16 +01:00
servers.pm tidy-up: miscellaneous 2026-02-25 14:44:56 +01:00
smbserver.py
sshhelp.pm tidy-up: miscellaneous 2026-02-12 14:52:16 +01:00
sshserver.pl tidy-up: miscellaneous 2026-02-12 14:52:16 +01:00
test745.pl tidy-up: Markdown, clang-format nits 2026-01-22 23:44:47 +01:00
test971.pl
test1119.pl
test1135.pl
test1139.pl tidy-up: miscellaneous 2026-02-25 14:44:56 +01:00
test1140.pl
test1165.pl build: disable typecheck via the command-line instead of curl_config.h 2026-02-20 16:32:37 +01:00
test1167.pl
test1173.pl
test1175.pl
test1177.pl
test1222.pl
test1275.pl
test1276.pl
test1477.pl
test1486.pl
test1488.pl
test1544.pl tidy-up: merge root packages directory into projects 2026-01-12 23:49:35 +01:00
test1707.pl
testcurl.pl
testutil.pm
tftpserver.pl
util.py
valgrind.pm
valgrind.supp