summaryrefslogtreecommitdiff
path: root/test/test.sh
Commit message (Expand)AuthorAgeFilesLines
* Add wepoll support to light up the epoll backend on WindowsNick Grifka2020-05-081-1/+1
* Port `event_rpcgen.py` and `test/check-dumpevents.py` to Python 3.Kiyoshi Aman2017-09-251-2/+2
* test: run different tests under different options (in a wrapper)Azat Khuzhin2017-01-221-11/+39
* test: run regress with EVENT_DEBUG_MODE=1 and withoutAzat Khuzhin2015-09-021-0/+16
* Implemented EV_CLOSED event for epoll backend (EPOLLRDHUP).Diego Giagio2014-01-171-1/+1
* Fix a bug in fixing a bug in out-of-tree test-dumpeventsNick Mathewson2013-04-301-1/+1
* Fix some out-of-tree build bugsNick Mathewson2013-04-301-2/+2
* Fix a bug when running "make verify" out-of-treerelease-2.1.2-alphaNick Mathewson2012-11-191-0/+6
* Use python2 rather than pythonRoss Lagerwall2012-10-231-2/+2
* Avoid test -e; older shs don't have one.Nick Mathewson2012-08-021-1/+1
* Make all tests that hit the network disabled by defaultNick Mathewson2012-06-281-2/+3
* When PRECISE_TIMERS is set with epoll, use timerfd for microsecond precisionNick Mathewson2012-04-261-1/+10
* Simplify test.sh code significantly.Ross Lagerwall2012-04-071-61/+19
* Make check-dumpevents work with out-of-tree buildsNick Mathewson2012-04-031-1/+6
* Require at least Python 2.4 for check-dumpevents.py.Ross Lagerwall2012-03-261-1/+1
* Add a unit test for event_base_dump_events()Nick Mathewson2012-03-231-0/+16
* Add a new test: test-fdleak which tests for fd leaks by creating many sockets.Ross Lagerwall2012-02-231-0/+8
* Fix a test-call accidentally in the last commitNick Mathewson2011-07-051-2/+0
* More abstraction in test.shNick Mathewson2011-07-051-40/+20
* Use %s with printf in test.shNick Mathewson2011-02-221-2/+2
* Add configure options to disable installation, regression testsDave Hart2011-02-221-0/+1
* Fix test.sh output on solarisDave Hart2011-02-011-5/+11
* Reorder backends in test.sh to match preference order in event.cNick Mathewson2010-11-221-15/+15
* Make unit tests for epoll-with-changelist passNick Mathewson2010-11-221-4/+11
* Make test/test.sh call test-changelistNick Mathewson2010-07-191-0/+8
* Have the unit tests report errors from test.shNick Mathewson2010-05-261-1/+7
* Make test.sh exit with nonzero status if tests failNick Mathewson2010-05-261-0/+10
* Fix test.sh on freebsdNick Mathewson2010-05-081-7/+0
* Make test.sh support mingw/msys on win32Nick Mathewson2010-05-081-1/+11
* Fix test.sh on shells without echo -nNick Mathewson2010-01-121-4/+18
* Whitespace fixes in test.shNick Mathewson2009-12-291-44/+41
* Allow test.sh to be run as ./test/test.shNick Mathewson2009-12-291-15/+24
* Allow the user to redirect the verbose output of test/test.sh to a fileNick Mathewson2009-12-291-25/+36
* r16487@catbus: nickm | 2007-11-06 22:38:44 -0500Nick Mathewson2007-11-071-7/+0
* r15331@catbus: nickm | 2007-09-25 11:46:52 -0400Nick Mathewson2007-09-251-0/+7
* make it run on older shells; from tor user via Nick Mathewson <nickm@freehave...Niels Provos2005-09-021-7/+15
* devpoll supportNiels Provos2004-07-301-0/+6
* make it work with more shellsNiels Provos2003-10-051-2/+3
* more testsNiels Provos2003-09-251-0/+76