Home | History | Annotate | Download | only in test

Lines Matching refs:gdbpy_errors

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