commit | 65c66ab2559256b5b3a1e2dd8ef9679121e3de64 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Oct 29 21:31:35 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Oct 29 21:31:35 2010 +0000 |
tree | d469b2c08a57d476852c48205962f62ad78ce8db | |
parent | 9f5db07dab9a2f7f82e6e2763bfdb866ee0c1be3 [diff] [blame] |
make gdb skip expected
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 300cf39..c487d29 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py
@@ -1449,6 +1449,9 @@ if sys.platform != 'sunos5': self.expected.add('test_nis') + if support.python_is_optimized(): + self.expected.add("test_gdb") + self.valid = True def isvalid(self):