From: Skip Montanaro Date: Mon, 25 Oct 2010 01:35:48 +0000 (+0000) Subject: test_gdb should be skipped on darwin (not up to v7 yet) X-Git-Tag: v3.2a4~355 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97019ff6653cd2d74eee62907609379bff14494c;p=python test_gdb should be skipped on darwin (not up to v7 yet) --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 9f18ea4bd5..db5ccf4d46 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -1269,6 +1269,7 @@ _expectations = { test_curses test_epoll test_dbm_gnu + test_gdb test_largefile test_locale test_minidom