make gdb skip expected

This commit is contained in:
Benjamin Peterson 2010-10-29 21:31:35 +00:00
parent 9f5db07dab
commit 65c66ab255
3 changed files with 19 additions and 11 deletions

View file

@ -1449,6 +1449,9 @@ class _ExpectedSkips:
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):