mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
make gdb skip expected
This commit is contained in:
parent
9f5db07dab
commit
65c66ab255
3 changed files with 19 additions and 11 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue