diff options
author | Skip Montanaro <skip@pobox.com> | 2010-10-25 01:35:48 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2010-10-25 01:35:48 (GMT) |
commit | 97019ff6653cd2d74eee62907609379bff14494c (patch) | |
tree | da713a8744c6755d7415bb134dc98180f438da2f /Lib/test/regrtest.py | |
parent | e882aac16db749313fcf0d073b36c73e1ab1f857 (diff) | |
download | cpython-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-x | Lib/test/regrtest.py | 1 |
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 |