Treat all nonfatal assertion failures as unit test failures.

Part of 19999.
This commit is contained in:
Nick Mathewson
2016-09-08 13:27:30 -04:00
parent 6a1454aa46
commit 3269307daf
4 changed files with 26 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@
- Our link-handshake unit tests now check, that when invalid
handshakes fail, they fail with the error messages we
expected.
- The unit tests now treat any failure of a "tor_assert_nonfatal()"
assertion as a test failure.
o Minor bugfixes (unit tests):
- The tor_tls_server_info_callback unit test no longer crashes when