aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2016-09-08Resolve more BUG warnings in the unit testsNick Mathewson
2016-09-08Fix bug warnings in test_circuitlist.Nick Mathewson
2016-09-08Treat all nonfatal assertion failures as unit test failures.Nick Mathewson
2016-09-08Tolerate another failure mode of get_if_addres6_list in testsNick Mathewson
2016-09-08more consistent use of expect_log_msg_containingNick Mathewson
2016-09-08Suppress a really impressive pile of warnings in conection/.. testsNick Mathewson
2016-09-08Fix a bug in connection/download_status.. testsNick Mathewson
2016-09-08Revise log-testing macros to dump the actual log contents on failureNick Mathewson
2016-09-08Remove redundant definitions of expect_{no_,}log_msg()Nick Mathewson
2016-09-08Unit test fix: windows should be able to handle DNSPort just fine.Nick Mathewson
2016-09-08Patch from rubiate: disable openbsd memory protections in test-memwipeNick Mathewson
2016-09-07set the "addr" field in the dir_handle_get tests, to resolve bug warnings.Nick Mathewson
2016-09-07Remove the useless (and uninitialized) MOCK_TOR_ADDR in test_dir_handle_get.cNick Mathewson
2016-09-07Capture and enforce BUG warnings in dir/param_voting_lookupNick Mathewson
2016-09-07Fix unit test failure introduced by #20002Nick Mathewson
2016-09-07Capture and enforce bug warnings in util/time testNick Mathewson
2016-09-07Merge remote-tracking branch 'dgoulet/ticket18693_029_01'Nick Mathewson
2016-09-06Capture and detect the BUG() warnings in test_util_parse_integer.Nick Mathewson
2016-09-06Fix a unit test bug for passing arguments to tor_parse_ulong.Nick Mathewson
2016-09-06Split tor_parse_{some_int} testing into separate fn. Code movement only.Nick Mathewson
2016-09-06Merge remote-tracking branch 'teor/feature20069'Nick Mathewson
2016-09-06checkSpace.pl now forbids more identifiers.Nick Mathewson
2016-09-06Add hs-ipv6 to the chutney IPv6 teststeor
2016-09-05Appease make check-spacesAndrea Shepard
2016-09-05Fix BUG warning with stack trace from config/parse_port_config__listenaddressNick Mathewson
2016-09-01Fix memory leaks in the shared random tests.Nick Mathewson
2016-08-31Actually, always monotime_init() in the unit tests.Nick Mathewson
2016-08-31Initialize monotonic timer code before using it in the testsNick Mathewson
2016-08-31Detect and suppress bug message from zlib compression bomb testNick Mathewson
2016-08-31Require specific messages for remaining link-handshake failure casesNick Mathewson
2016-08-31Always log [bug] warnings from the unit tests.Nick Mathewson
2016-08-31Do not call tor_tls_server_info_callback(NULL) from tests.Nick Mathewson
2016-08-31Work even harder not to suppress logging messages unless we mean to.Nick Mathewson
2016-08-31Document and clean log_test_helpers.c a bitNick Mathewson
2016-08-31Use setup_full_capture_of_logs() where appropriate.Nick Mathewson
2016-08-31setup_capture_of_logs: no longer suppress log messagesNick Mathewson
2016-08-31Improvements to test_link_handshake: check specific error messagesNick Mathewson
2016-08-31Fix all "BUG" warnings created from link-handshake tests.Nick Mathewson
2016-08-31Another log testing helper helper, for matching partial strings.Nick Mathewson
2016-08-29Merge remote-tracking branch 'teor/reject-tap-v6'Nick Mathewson
2016-08-26test: Fix shared random unit test for big endianDavid Goulet
2016-08-26Avoid asserts in oos/kill_conn_list unit testAndrea Shepard
2016-08-25Fix duplicated if condition in connection.cDavid Goulet
2016-08-25Merge remote-tracking branch 'andrea/ticket18640_v3'Nick Mathewson
2016-08-24Make port names and types consistent in the port unit teststeor (Tim Wilson-Brown)
2016-08-24Parse *Port flags NoDNSRequest, NoOnionTraffic & OnionTrafficOnlyteor (Tim Wilson-Brown)
2016-08-23Merge remote-tracking branch 'asn/bug19872_v2'Nick Mathewson
2016-08-23Introduce ed25519_{sign,checksig}_prefixed functions().George Kadianakis
2016-08-20s/connection_handle_oos/connection_check_oos/g per code reviewAndrea Shepard
2016-08-20Unit test for pick_oos_victims()Andrea Shepard