diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-20 18:02:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-20 18:02:49 -0400 |
commit | d110f9c9a684e2ab030a65b1366dfb0f037a8279 (patch) | |
tree | 453a4be2d328f8a955fffbb8cbe99158f8952a11 /src/test/include.am | |
parent | 3b606ff787967d4f51af79deb8313210e4ca5754 (diff) | |
download | tor-d110f9c9a684e2ab030a65b1366dfb0f037a8279.tar.gz tor-d110f9c9a684e2ab030a65b1366dfb0f037a8279.zip |
Add a leak suppression for backtrace_alloc
This appears to be an internal rust thing: I don't know why it's
leaking. We should investigate further.
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am index 4146de73b1..4fe222b550 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -364,6 +364,7 @@ EXTRA_DIST += \ src/test/fuzz_static_testcases.sh \ src/test/slownacl_curve25519.py \ src/test/zero_length_keys.sh \ + src/test/rust_supp.txt \ src/test/test_keygen.sh \ src/test/test_key_expiration.sh \ src/test/test_zero_length_keys.sh \ |