Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-13 | docs/options-in-versions: which version added each cmdline option | Daniel Stenberg | |
Added test 971 to verify that the list is in sync with the files in cmdline-opts. The check also verifies that .d-files that uses Added: specify the same version number as the options-in-versions file does. Closes #5381 | |||
2020-04-19 | tests/FILEFORMAT: converted to markdown and extended | Daniel Stenberg | |
Closes #5261 | |||
2020-03-29 | dist: add tests/version-scan.pl to tarball | Daniel Stenberg | |
... used in test 1177. Follow-up to a97d826f6de3 | |||
2020-03-15 | tests: remove python_dependencies for smbserver from our tree | Marc Hoersken | |
Users of the SMB tests will have to install impacket manually. Reasoning: our in-tree version of impacket was quite outdated and only compatible with Python 2 which is already end-of-life. Upgrading to Python 3 and a compatible impacket version would require to import additional Python-only and CPython-extension dependencies. This would have hindered portability enormously. Closes #5094 | |||
2020-03-03 | ci/tests: Send test results to AppVeyor for status overview | Marc Hoersken | |
Closes #5021 | |||
2020-03-03 | dist: include tests/azure.pm in the tarball | Daniel Stenberg | |
Bug: https://github.com/curl/curl/commit/ada581f2cc32f48c1629b729707ac19208435b27#commitcomment-37601589 Reported-by: Marcel Raad | |||
2020-01-09 | test1167: verify global symbols in public headers are curl prefixed | Daniel Stenberg | |
... using the new badsymbols.pl perl script Fixes #4793 Closes #4794 | |||
2019-11-26 | dist: add error-codes.pl | Marcel Raad | |
Follow-up to commit 74f441c6d31. This should fix test 1175 when run via the daily source tarballs. Closes https://github.com/curl/curl/pull/4638 | |||
2019-07-15 | dist: add manpage-syntax.pl | Daniel Stenberg | |
follow-up to 7fb66c403 | |||
2019-06-21 | tests: add disable-scan.pl to dist | Daniel Stenberg | |
follow-up from 29177f422a5 Closes #4059 | |||
2019-01-15 | tests: move objnames-* from lib into tests | Daniel Stenberg | |
Since they're used purely for testing purposes, I think they should rather be stored there. Closes #3470 | |||
2018-11-01 | tests: drop http_pipe.py script no longer used | Kamil Dudka | |
It is unused since commit f7208df7d9d5cd5e15e2d89237e828f32b63f135. Closes #3204 | |||
2018-06-17 | travis: run more tests for coverage check | Daniel Stenberg | |
... run a few more tortured based and run all tests event-based. Closes #2664 | |||
2017-10-04 | fuzzer: move to using external curl-fuzzer | Max Dymond | |
Use the external curl-fuzzer repository for fuzzing. Closes #1923 | |||
2017-08-09 | dist: Add dictserver.py/negtelnetserver.py to EXTRA_DIST | Adam Sampson | |
These weren't included in the 7.55.0 release, but are required in order to run the full test suite. Closes #1744 | |||
2017-07-04 | dist: add SMB python deps into the tarball | Daniel Stenberg | |
2017-06-16 | dist: add the fuzz dir to the tarball | Daniel Stenberg | |
2017-06-02 | coverage: run event tests too | Daniel Stenberg | |
... the torture ones are commented out only because they are slooooow. | |||
2017-06-02 | build: provide easy code coverage measuring | Daniel Stenberg | |
Closes #1528 | |||
2017-04-21 | tests: remove the html and PDF versions from the tarball | Daniel Stenberg | |
2017-03-22 | make: introduce 'test-nonflaky' target | Daniel Stenberg | |
Running this in the root build dir will invoke the test suite to only run tests not marked as 'flaky'. | |||
2017-03-07 | Makefile.am: Remove distribution man pages when running 'make clean' | Steve Brokenshire | |
2016-12-21 | tests/Makefile: run checksrc on debug builds | Daniel Stenberg | |
... just like we already do in src/ and lib/ | |||
2016-07-21 | tests: distribute the http2-server.pl script, too | Kamil Dudka | |
2016-05-18 | test/Makefile.am: include manpage-scan.pl and nroff-scan.pl in dist | Daniel Stenberg | |
Reported-by: Ray Satiro Bug: https://curl.haxx.se/mail/lib-2016-05/0113.html | |||
2016-04-29 | tests: pathhelp.pm to process paths on Msys/Cygwin | Karlson2k | |
2016-04-03 | tests: fix make checksrc in servers/ | Daniel Stenberg | |
2016-04-03 | tests: 'make checksrc' now checks server/ too | Daniel Stenberg | |
2016-04-03 | checksrc: run checksrc in tests when 'make checksrc' in root | Daniel Stenberg | |
2016-03-29 | build: use roffit 0.11 feature | Daniel Stenberg | |
... load file specified as argument. | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-02-25 | dist: add symbol-scan.pl to the tarball | Kamil Dudka | |
... in order to make test1135 succeed | |||
2013-07-16 | tests/Makefile.am: add configurehelp.pm to DISTCLEANFILES | Yang Tse | |
2013-06-04 | tests/Makefile: typo in the perlcheck target | Daniel Stenberg | |
Bug: http://curl.haxx.se/bug/view.cgi?id=1239 Reported-by: Christian Weisgerber | |||
2013-04-18 | Add tests/http_pipe.py to the tarball build | Linus Nielsen Feltzing | |
2013-01-17 | always-multi: always use non-blocking internals | Daniel Stenberg | |
Remove internal separated behavior of the easy vs multi intercace. curl_easy_perform() is now using the multi interface itself. Several minor multi interface quirks and bugs have been fixed in the process. Much help with debugging this has been provided by: Yang Tse | |||
2013-01-15 | tests/Makefile.am: remove wildcard usage in EXTRA_DIST | Yang Tse | |
2012-11-23 | test: offer "automake" output and check for perl better | Daniel Stenberg | |
runtests.pl -am now uses the "PASS/FAIL: [desc]" output for each executed test. You can run 'make test-am' in the root build directory to invoke that. The reason for this output style is to better allow generic test suite parsers to also grok our test output. The test Makefile now also tests that perl was indeed found and that the PERL variable points to an executable before it tries to run the main test perl script runtests.pl, | |||
2012-11-17 | mem-include-scan: verify memory #includes | Daniel Stenberg | |
If we use memory functions (malloc, free, strdup etc) in C sources in libcurl and we fail to include curl_memory.h or memdebug.h we either fail to properly support user-provided memory callbacks or the memory leak system of the test suite fails. After Ajit's report of a failure in the first category in http_proxy.c, I spotted a few in the second category as well. These problems are now tested for by test 1132 which runs a perl program that scans for and attempts to check that we use the correct include files if a memory related function is used in the source code. Reported by: Ajit Dhumale Bug: http://curl.haxx.se/mail/lib-2012-11/0125.html | |||
2012-07-20 | test Makefile: only feature 'unit' once in the list of dirs | Daniel Stenberg | |
2011-06-01 | unit tests: more build adjustments | Yang Tse | |
2011-01-19 | dist: add new certs to tarball | Daniel Stenberg | |
2011-01-03 | unittest: framework for unit-testing | Daniel Stenberg | |
This is the first approach at doing fairly clean and easy to write and debug unit tests. | |||
2010-11-03 | dist: add symbol-scan.pl to the tarball | Daniel Stenberg | |
2010-05-14 | Added directories.pm to the source tar ball | Dan Fandrich | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-01 | Test suite support for RTSP | Yang Tse | |
2010-01-11 | secureserver.pl is now the test harness script used for SSL/TLS. | Yang Tse | |
2010-01-08 | Start using the centralized pidfile and logfile name generation | Yang Tse | |
subroutines for http and tftp test suite servers. | |||
2009-12-28 | Initial refactoring step for server name strings centralized generation | Yang Tse | |