#
cbafcec5 |
| 07-Nov-2024 |
Daniel Stenberg |
curl: --test-duphandle in debug builds runs "duphandled" Using this option (only available in debug builds) makes curl always call curl_easy_duphandle() on the handle before using it.
curl: --test-duphandle in debug builds runs "duphandled" Using this option (only available in debug builds) makes curl always call curl_easy_duphandle() on the handle before using it. To help us catch curl_easy_duphandle() mistakes better. Add a CI job using this. Bonus: the previous runtests option -e is now also supported as --test-event Closes #15504
show more ...
|
#
e7a021e1 |
| 29-Mar-2023 |
Dan Fandrich |
tests: use %LOGDIR to refer to the log directory This will allow it be set dynamically. Ref: #10818
|
#
d313db70 |
| 13-Dec-2021 |
Fabian Keil |
test{440,441,493,977}: add "HTTP proxy" keywords ... so the tests can be automatically skipped when using an external proxy like Privoxy. Closes #8959
|
#
8d0c1137 |
| 29-Jul-2021 |
Bernhard M. Wiedemann |
tests: make three tests pass until 2037 after 2038 something in test1915 fails on 32-bit OSes Closes #7512
|
#
c214a6a1 |
| 08-Jun-2021 |
Daniel Stenberg |
c-hyper: abort CONNECT response reading early on non 2xx responses Fixes test 493 Closes #7209
|
#
7569518e |
| 20-Apr-2021 |
Daniel Stenberg |
test 493: require https in curl to run Closes #6927
|
Revision tags: curl-7_76_1, curl-7_76_0 |
|
#
d71ff2b9 |
| 08-Mar-2021 |
Daniel Stenberg |
hsts: enable by default No longer considered experimental. Closes #6700
|
#
e2b4df7b |
| 12-Mar-2021 |
Daniel Stenberg |
tests: use %TESTNUMBER instead of fixed number This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
|
Revision tags: curl-7_75_0, curl-7_74_0, curl-7_73_0, tiny-curl-7_72_0, curl-7_72_0, curl-7_71_1, curl-7_71_0, curl-7_70_0, curl-7_69_1, curl-7_69_0 |
|
#
12419863 |
| 28-Feb-2020 |
Fabian Keil |
tests: fixup several tests missing CRs and modified %hostip lib556/test556: use a real HTTP version to make test reuse more convenient make sure the weekday in Date headers
tests: fixup several tests missing CRs and modified %hostip lib556/test556: use a real HTTP version to make test reuse more convenient make sure the weekday in Date headers matches the date test61: replace stray "^M" (5e 4d) at the end of a cookie with a '^M' (0d) Gets the test working with external proxies like Privoxy again. Closes #6463
show more ...
|
#
ee644bc8 |
| 05-Nov-2020 |
Daniel Stenberg |
test493: verify --hsts upgrade and that %{url_effective} reflects that Closes #6175
|