summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2010-10-25 01:35:48 (GMT)
committerSkip Montanaro <skip@pobox.com>2010-10-25 01:35:48 (GMT)
commit97019ff6653cd2d74eee62907609379bff14494c (patch)
treeda713a8744c6755d7415bb134dc98180f438da2f /Lib/test/regrtest.py
parente882aac16db749313fcf0d073b36c73e1ab1f857 (diff)
downloadcpython-97019ff6653cd2d74eee62907609379bff14494c.zip
cpython-97019ff6653cd2d74eee62907609379bff14494c.tar.gz
cpython-97019ff6653cd2d74eee62907609379bff14494c.tar.bz2
test_gdb should be skipped on darwin (not up to v7 yet)
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py1
1 files changed, 1 insertions, 0 deletions
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 @@ _expectations = {
test_curses
test_epoll
test_dbm_gnu
+ test_gdb
test_largefile
test_locale
test_minidom