Home
last modified time | relevance | path

Searched refs:gdbpy_errors (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_gdb.py93 _, gdbpy_errors = run_gdb('--args', sys.executable) variable
94 if "auto-loading has been declined" in gdbpy_errors:
96 raise unittest.SkipTest(msg + gdbpy_errors.rstrip())
/external/python/cpython3/Lib/test/
Dtest_gdb.py95 _, gdbpy_errors = run_gdb('--args', sys.executable) variable
96 if "auto-loading has been declined" in gdbpy_errors:
98 raise unittest.SkipTest(msg + gdbpy_errors.rstrip())