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 9f18ea4..db5ccf4 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1269,6 +1269,7 @@
         test_curses
         test_epoll
         test_dbm_gnu
+        test_gdb
         test_largefile
         test_locale
         test_minidom