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.py94 _, gdbpy_errors = run_gdb('--args', sys.executable) variable
95 if "auto-loading has been declined" in gdbpy_errors:
97 raise unittest.SkipTest(msg + gdbpy_errors.rstrip())
/external/python/cpython3/Lib/test/
Dtest_gdb.py112 _, gdbpy_errors = run_gdb('--args', sys.executable) variable
113 if "auto-loading has been declined" in gdbpy_errors:
115 raise unittest.SkipTest(msg + gdbpy_errors.rstrip())