tor/src/test
Steven Murdoch f5df96c94f Handle test case where fgets() sees EOF on the last read
On some platforms, with non-blocking IO, on EOF you first
get EAGAIN, and then on the second read you get zero bytes
and EOF is set. However on others, the EOF flag is set as
soon as the last byte is read. This patch fixes the test
case in the latter scenario.
2011-09-01 18:17:54 +01:00
..
Makefile.am Merge remote-tracking branch 'origin/maint-0.2.2' 2011-06-22 18:15:27 -04:00
test_addr.c Merge remote-tracking branch 'origin/maint-0.2.2' 2011-06-14 12:25:33 -04:00
test_containers.c Bump copyright statements to 2011 (0.2.2) 2011-01-03 11:52:09 -05:00
test_crypto.c Prefer tt_assert in unit tests, not tor_assert 2011-06-08 20:33:53 -04:00
test_data.c Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 2011-01-03 11:51:17 -05:00
test_dir.c Upgrade to the latest version of tinytest 2011-06-09 17:30:09 -04:00
test_microdesc.c Make the get_options() return const 2011-06-14 13:17:06 -04:00
test_util.c Handle test case where fgets() sees EOF on the last read 2011-09-01 18:17:54 +01:00
test-child.c Test case for reading the partial output of a background process 2011-07-25 04:08:08 +01:00
test.c Clean up bridge-stats code. 2011-08-04 21:18:19 +02:00
test.h Upgrade to the latest version of tinytest 2011-06-09 17:30:09 -04:00
tinytest_demo.c Merge remote-tracking branch 'origin/maint-0.2.2' 2011-06-22 18:15:27 -04:00
tinytest_macros.h Upgrade to the latest version of tinytest 2011-06-09 17:30:09 -04:00
tinytest.c Upgrade to the latest version of tinytest 2011-06-09 17:30:09 -04:00
tinytest.h Update to the latest tinytest version 2010-09-09 14:34:10 -04:00