[tor-commits] [tor/master] Enable disabled test that was disabled due to bug #23551
nickm at torproject.org
nickm at torproject.org
Thu Sep 28 22:57:11 UTC 2017
commit c2fac2c6b0f9a2bdc9198cca900dbbf3440c34d1
Author: Alexander Færøy <ahf at torproject.org>
Date: Thu Sep 28 18:46:18 2017 +0200
Enable disabled test that was disabled due to bug #23551
See: https://bugs.torproject.org/23551
---
src/test/test_util.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/test/test_util.c b/src/test/test_util.c
index 162f6fbc0..a46e82c71 100644
--- a/src/test/test_util.c
+++ b/src/test/test_util.c
@@ -6086,8 +6086,7 @@ struct testcase_t util_tests[] = {
COMPRESS_DOS(zlib, "deflate"),
COMPRESS_DOS(gzip, "gzip"),
COMPRESS_DOS(lzma, "x-tor-lzma"),
- // Disabled for now, since it triggers #23551
- // COMPRESS_DOS(zstd, "x-zstd"),
+ COMPRESS_DOS(zstd, "x-zstd"),
UTIL_TEST(gzip_compression_bomb, TT_FORK),
UTIL_LEGACY(datadir),
UTIL_LEGACY(memarea),
More information about the tor-commits
mailing list