[Python-checkins] r85832 - python/branches/release27-maint/Lib/test/regrtest.py

skip.montanaro python-checkins at python.org
Mon Oct 25 03:35:23 CEST 2010


Author: skip.montanaro
Date: Mon Oct 25 03:35:23 2010
New Revision: 85832

Log:
test_gdb should be skipped on darwin (not up to v7 yet)

Modified:
   python/branches/release27-maint/Lib/test/regrtest.py

Modified: python/branches/release27-maint/Lib/test/regrtest.py
==============================================================================
--- python/branches/release27-maint/Lib/test/regrtest.py	(original)
+++ python/branches/release27-maint/Lib/test/regrtest.py	Mon Oct 25 03:35:23 2010
@@ -1252,6 +1252,7 @@
         test_bsddb3
         test_curses
         test_epoll
+        test_gdb
         test_gdbm
         test_largefile
         test_locale


More information about the Python-checkins mailing list