From 97019ff6653cd2d74eee62907609379bff14494c Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Mon, 25 Oct 2010 01:35:48 +0000 Subject: [PATCH] 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 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 -- 2.49.0