diff options
Diffstat (limited to 'Lib/test/regrtest.py')
| -rwxr-xr-x | Lib/test/regrtest.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ 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): |
