aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket29436
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-02-08 11:21:09 -0500
committerNick Mathewson <nickm@torproject.org>2019-02-08 11:22:24 -0500
commitf4c76661d1bb49a47829c6999a07c1de63b55cc9 (patch)
tree579661f87b62ead4622e1acb3a5c21c18dad0ec1 /changes/ticket29436
parentf2b646a2b6111763f30d6d5193340044a0b29b01 (diff)
downloadtor-f4c76661d1bb49a47829c6999a07c1de63b55cc9.tar.gz
tor-f4c76661d1bb49a47829c6999a07c1de63b55cc9.zip
Add a script to check for coverage nondeterminism
Closes ticket 29436.
Diffstat (limited to 'changes/ticket29436')
-rw-r--r--changes/ticket294364
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket29436 b/changes/ticket29436
new file mode 100644
index 0000000000..025be619e5
--- /dev/null
+++ b/changes/ticket29436
@@ -0,0 +1,4 @@
+ o Minor features (testing):
+ - We now have a script, cov-test-determinism.sh, to identify places
+ where our unit test coverage has become nondeterministic.
+ Closes ticket 29436.