Home | History | Annotate | Download | only in test

Lines Matching refs:gdbpy_errors

93 _, gdbpy_errors = run_gdb('--args', sys.executable)
94 if "auto-loading has been declined" in gdbpy_errors:
96 raise unittest.SkipTest(msg + gdbpy_errors.rstrip())