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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97019ff6653cd2d74eee62907609379bff14494c;p=thirdparty%2FPython%2Fcpython.git 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 9f18ea4bd50e..db5ccf4d467f 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