diff options
author | teor <teor@torproject.org> | 2018-10-23 11:21:10 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-10-23 11:21:10 +1000 |
commit | 939657771c7d2832fcedf51c0b250841d907e07f (patch) | |
tree | 0dc4dd5560b65d046f81f4a7cb519a542350780b /changes | |
parent | 5b28190c67ac6828e588c0ec54fe88eab0fb45fb (diff) | |
download | tor-939657771c7d2832fcedf51c0b250841d907e07f.tar.gz tor-939657771c7d2832fcedf51c0b250841d907e07f.zip |
Treat backtrace test failures as expected on most BSD-derived systems
Treat backtrace test failures as expected on NetBSD, OpenBSD, and
macOS/Darwin, until we solve bug 17808.
(FreeBSD failures have been treated as expected since 18204 in 0.2.8.)
Fixes bug 27948; bugfix on 0.2.5.2-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27948 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug27948 b/changes/bug27948 new file mode 100644 index 0000000000..fea16f3d0f --- /dev/null +++ b/changes/bug27948 @@ -0,0 +1,6 @@ + o Minor bugfixes (tests): + - Treat backtrace test failures as expected on BSD-derived systems + (NetBSD, OpenBSD, and macOS/Darwin) until we solve bug 17808. + (FreeBSD failures have been treated as expected since 18204 in 0.2.8.) + Fixes bug 27948; bugfix on 0.2.5.2-alpha. + |