diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2015-03-20 13:12:09 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2015-03-21 02:34:44 +0100 |
commit | 1228dd293b60a8eaab03472fa29428c5e2752c44 (patch) | |
tree | 4fd6ddc086e7baf44dbbde8f79d8e7b6a182ffc2 /changes/coverage | |
parent | 348f2744cf0d026b1bd06a11d599f0ecf675038d (diff) | |
download | tor-1228dd293b60a8eaab03472fa29428c5e2752c44.tar.gz tor-1228dd293b60a8eaab03472fa29428c5e2752c44.zip |
Disable assertions during coverage builds
This removes roughly 5000 branches in my testing. We never want to
trigger assertions even during tests, so this is sane. Implements #15400.
Diffstat (limited to 'changes/coverage')
-rw-r--r-- | changes/coverage | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/coverage b/changes/coverage new file mode 100644 index 0000000000..bb7c7cf97a --- /dev/null +++ b/changes/coverage @@ -0,0 +1,6 @@ + o Minor features: + - Remove assertions during builds to determine Tor's test coverage. + We don't want to trigger these even in assertions, so including + them artificially makes our branch coverage look worse than it is. + This patch provides the new test-stem-full and coverage-html-full + configure options. Implements ticket 15400. |