[Python-checkins] r85833 - python/branches/py3k/Lib/test/regrtest.py

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


Author: skip.montanaro
Date: Mon Oct 25 03:35:48 2010
New Revision: 85833

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

Modified:
   python/branches/py3k/Lib/test/regrtest.py

Modified: python/branches/py3k/Lib/test/regrtest.py
==============================================================================
--- python/branches/py3k/Lib/test/regrtest.py	(original)
+++ python/branches/py3k/Lib/test/regrtest.py	Mon Oct 25 03:35:48 2010
@@ -1269,6 +1269,7 @@
         test_curses
         test_epoll
         test_dbm_gnu
+        test_gdb
         test_largefile
         test_locale
         test_minidom


More information about the Python-checkins mailing list