diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-02 12:58:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-02 12:58:58 -0400 |
commit | b72aa18d73869563e88b85930408781495deed2c (patch) | |
tree | f69a692722971fdbbf576b6dd9edeb8a36dfcd28 /changes/bug18934 | |
parent | fb9c9e04f002fbbd9745911a17481b49ed66c9f4 (diff) | |
download | tor-b72aa18d73869563e88b85930408781495deed2c.tar.gz tor-b72aa18d73869563e88b85930408781495deed2c.zip |
test_bt.sh: Check stderr for backtrace as well as stdout.
addresssanitizer likes to put backtraces on stderr.
Diffstat (limited to 'changes/bug18934')
-rw-r--r-- | changes/bug18934 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug18934 b/changes/bug18934 new file mode 100644 index 0000000000..fba703e5a4 --- /dev/null +++ b/changes/bug18934 @@ -0,0 +1,3 @@ + o Minor features (testing): + - Let backtrace tests work correctly under AddressSanitizer. + Fixes part of bug 18934. |