[tor-commits] [tor/master] Skip test_new_route_len_unhandled_exit() when ALL_BUGS_ARE_FATAL

teor at torproject.org teor at torproject.org
Tue Mar 17 11:09:22 UTC 2020


commit 3db65bc21893bf1d3e1edf5610419f9ec4304c33
Author: rl1987 <rl1987 at sdf.lonestar.org>
Date:   Fri Mar 6 17:55:21 2020 +0200

    Skip test_new_route_len_unhandled_exit() when ALL_BUGS_ARE_FATAL
---
 src/test/test_circuitbuild.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/test/test_circuitbuild.c b/src/test/test_circuitbuild.c
index 70920c0c5..8b506011b 100644
--- a/src/test/test_circuitbuild.c
+++ b/src/test/test_circuitbuild.c
@@ -114,6 +114,10 @@ test_new_route_len_unhandled_exit(void *arg)
   int r;
 
   (void)arg;
+#ifdef ALL_BUGS_ARE_FATAL
+  tt_skip();
+#endif
+
   MOCK(count_acceptable_nodes, mock_count_acceptable_nodes);
 
   tor_capture_bugs_(1);





More information about the tor-commits mailing list