summaryrefslogtreecommitdiff
path: root/test/tinytest.c
Commit message (Expand)AuthorAgeFilesLines
* test: handle -v as --verbose for regressAzat Khuzhin2023-02-121-2/+2
* test: retriable tests are marked failed only when all attempts have failedThomas Perrot2021-10-021-7/+6
* test: add --retries-delay (and set to 1 second by default)Azat Khuzhin2021-09-191-2/+23
* test: add --retries argumentAzat Khuzhin2021-09-191-4/+12
* test: detect test failures if atexit handler calls _exit(!0) (sanitizers)Azat Khuzhin2020-06-251-2/+10
* tinytest: support timeout on Windowsyuangongji2019-09-261-31/+82
* tinytest: fix parsing --timeout argumentAzat Khuzhin2019-03-241-2/+3
* tinytest: implement per-test timeout (via alarm() under !win32 only)Azat Khuzhin2019-03-241-2/+38
* regress: introduce TT_RETRIABLEAzat Khuzhin2018-11-201-8/+29
* Update to the latest version of tinytestNick Mathewson2014-03-061-0/+33
* Update to latest tinytest (911b4f0349377)Nick Mathewson2012-06-281-22/+83
* Work-around a stupid gcov-breaking bug in OSX 10.6Nick Mathewson2012-04-111-0/+12
* Synchronize with upstream tinytestNick Mathewson2012-02-131-15/+15
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | When including an -internal.h header outside the main tree, do so earlyNick Mathewson2012-01-241-4/+3
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ | |/
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-06-111-3/+8
|\ \ | |/
| * Simplify windows commandname logic in tinytestNick Mathewson2011-06-111-19/+8
| * Fix tinytest invocation from windows shellEd Day2011-06-111-2/+18
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-4/+4
|/
* Fix some irix compilation warnings spotted by Kevin BowlingNick Mathewson2010-11-221-0/+2
* Fixes for MSVC compilationNick Mathewson2010-10-141-3/+4
* Bump to the latest version of tinytestNick Mathewson2010-09-091-11/+26
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-3/+3
* Fix some additional -DUNICODE issues on win32.Nick Mathewson2010-02-031-2/+2
* Various MSVC cleanups from Brodie Thiesfield.Nick Mathewson2009-07-281-2/+5
* Add a tinytest flag to initialize threading.Nick Mathewson2009-07-171-0/+2
* Stop using C++ style comments.Nick Mathewson2009-07-141-1/+0
* Fix win32 compilation issues.Nick Mathewson2009-04-231-1/+1
* Even _more_ recent tinytest, designed to give better help output.release-2.0.1-alphaNick Mathewson2009-04-171-4/+10
* Add the latest tinytest. This one supports a --terse flag and a --no-fork fl...Nick Mathewson2009-04-171-25/+44
* Tinytest update: mostly just to allow test skipping.Nick Mathewson2009-01-311-14/+36
* Refactor unit tests using my spiffy new "tinytest" framework.Nick Mathewson2009-01-291-0/+314