From 29cdfe696a40253989de0ca26204c7169b59fae3 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Mon, 25 Oct 2010 01:35:23 +0000 Subject: test_gdb should be skipped on darwin (not up to v7 yet) --- Lib/test/regrtest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index a41c4ef..e1d3f7f 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -1252,6 +1252,7 @@ _expectations = { test_bsddb3 test_curses test_epoll + test_gdb test_gdbm test_largefile test_locale -- cgit v0.12