diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-02-08 11:21:09 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-02-08 11:22:24 -0500 |
commit | f4c76661d1bb49a47829c6999a07c1de63b55cc9 (patch) | |
tree | 579661f87b62ead4622e1acb3a5c21c18dad0ec1 /changes/ticket29436 | |
parent | f2b646a2b6111763f30d6d5193340044a0b29b01 (diff) | |
download | tor-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/ticket29436 | 4 |
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. |