Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-15 | Merge branch 'maint-0.2.9' into maint-0.3.3 | Nick Mathewson | |
2018-09-01 | Add test log helpers for msgs not containing str | juga0 | |
2017-09-15 | Run our #else/#endif annotator on our source code. | Nick Mathewson | |
2017-03-15 | Run the copyright update script. | Nick Mathewson | |
2017-02-19 | Make display of captured unit test log messages consistent | teor | |
There was a missing space and an extra colon. Fixes bug 21510; bugfix on 0.2.9.3-alpha. | |||
2016-11-16 | fixup! Add expect_log_msg_containing_either3() and ↵ | teor | |
expect_log_msg_containing_either4() Fix typos: * extra '(' * use assert_log_predicate (without 3 or 4 at the end) Tidy whitespace. Wrap long lines. | |||
2016-11-16 | Add expect_log_msg_containing_either3() and expect_log_msg_containing_either4() | Neel Chauhan | |
2016-09-08 | Simplify log_test_helpers interface | Nick Mathewson | |
Previously, you needed to store the previous log severity in a local variable, and it wasn't clear if you were allowed to call these functions more than once. | |||
2016-09-08 | Resolve more BUG warnings in the unit tests | Nick Mathewson | |
2016-09-08 | Tolerate another failure mode of get_if_addres6_list in tests | Nick Mathewson | |
2016-09-08 | Revise log-testing macros to dump the actual log contents on failure | Nick Mathewson | |
2016-08-31 | Detect and suppress bug message from zlib compression bomb test | Nick Mathewson | |
2016-08-31 | Document and clean log_test_helpers.c a bit | Nick Mathewson | |
In addition to documentation, this commit makes a function static, and removes a weird single-point-of-return-ism, and notes a thing I should fix. | |||
2016-08-31 | setup_capture_of_logs: no longer suppress log messages | Nick Mathewson | |
Previously setup_capture_of_logs would prevent log messages from going to the console entirely. That's a problem, since sometimes log messages are bugs! Now setup_capture_of_logs() acts sensibly. If you really do need to keep a message from going to the console entirely, there is setup_full_capture_of_logs(). But only use that if you're prepared to make sure that there are no extraneous messages generated at all. | |||
2016-08-31 | Another log testing helper helper, for matching partial strings. | Nick Mathewson | |
2016-02-27 | Update the copyright year. | Nick Mathewson | |
2016-02-11 | Merge branch 'feature17840-v11-tests_truncated' | Nick Mathewson | |
2016-02-01 | Make all unit tests independent of log message order and count | teor (Tim Wilson-Brown) | |
2016-02-01 | Add a helper to search for strings in the log, and change option tests to ↵ | Ola Bini | |
use this helper instead of looking at specific indices in the log list | |||
2016-02-01 | Add a helper to search for strings in the log, and change option tests to ↵ | Ola Bini | |
use this helper instead of looking at specific indices in the log list | |||
2016-01-15 | Whitespace cleanup | Nick Mathewson | |
2016-01-13 | Add tests for options_act | Ola Bini | |
2015-10-02 | Clean up compat_libevent tests | Nick Mathewson | |
2015-10-02 | Fix style and compilation in log_test_helpers | Nick Mathewson | |
2015-09-15 | Add tests for compat_libevent | Ola Bini | |