]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Mark map_anon_nofork test as skipped in 0.4.0
authorNick Mathewson <nickm@torproject.org>
Tue, 19 Feb 2019 18:14:26 +0000 (13:14 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 19 Feb 2019 18:14:26 +0000 (13:14 -0500)
This test fails in some environments; since the code isn't used in
0.4.0, let's disable it for now.

Band-aid solution for #29534; bug not in any released Tor.

src/test/test_util.c

index 913c5e289dde159e8304697867606fe61fb3bbc7..7a2708c5410794f859c4b2c5a88c035eb3cde691 100644 (file)
@@ -6360,6 +6360,6 @@ struct testcase_t util_tests[] = {
   UTIL_TEST(get_unquoted_path, 0),
   UTIL_TEST(log_mallinfo, 0),
   UTIL_TEST(map_anon, 0),
-  UTIL_TEST(map_anon_nofork, 0),
+  UTIL_TEST(map_anon_nofork, TT_SKIP /* See bug #29535 */),
   END_OF_TESTCASES
 };