summaryrefslogtreecommitdiff
path: root/changes/ticket28668
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-01-16 15:47:33 -0500
committerNick Mathewson <nickm@torproject.org>2019-01-16 15:47:33 -0500
commitf684cd800577144a48e112951eaf4ddc602ad26a (patch)
tree80da3375be710e744d54308acf2d60adc0637b3b /changes/ticket28668
parentf0408b844ffe2545c33306cb04b03fff8148989f (diff)
downloadtor-f684cd800577144a48e112951eaf4ddc602ad26a.tar.gz
tor-f684cd800577144a48e112951eaf4ddc602ad26a.zip
Fail any unit test that causes an unhandled LD_BUG or LOG_ERR
Closes ticket 28668.
Diffstat (limited to 'changes/ticket28668')
-rw-r--r--changes/ticket286683
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket28668 b/changes/ticket28668
new file mode 100644
index 0000000000..6386e0051f
--- /dev/null
+++ b/changes/ticket28668
@@ -0,0 +1,3 @@
+ o Minor features (testing):
+ - Treat all unexpected ERR and BUG messages as test failures.
+ Closes ticket 28668.