HomeSort by: relevance | last modified time | path
    Searched refs:RuntimeError (Results 1 - 25 of 65) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-breakpoint-create-fail.py 28 except RuntimeError:
py-unwind-maint.py 55 except RuntimeError:
58 raise RuntimeError("Missing runtime error from register_unwinder.")
py-inferior-leak.py 46 raise RuntimeError("no match")
tui-window.py 59 raise RuntimeError("Whoops")
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-breakpoint-create-fail.py 28 except RuntimeError:
py-unwind-maint.py 55 except RuntimeError:
58 raise RuntimeError("Missing runtime error from register_unwinder.")
py-inferior-leak.py 43 raise RuntimeError("no match")
tui-window.py 59 raise RuntimeError("Whoops")
  /src/external/apache2/llvm/dist/llvm/utils/
extract_vplan.py 21 raise RuntimeError("Can't export to PNG without 'dot' in the system")
42 raise RuntimeError("Error running dot: " + err)
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data-micro/
dummy_format.py 34 raise RuntimeError("unsupported result type")
48 raise RuntimeError("unsupported result type")
  /src/external/mpl/bind/dist/bin/tests/system/isctest/vars/
all.py 34 raise RuntimeError(f"key(s) are defined multiple times: {overlap}")
39 raise RuntimeError("read-only structure")
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
test_libear.py 26 raise RuntimeError('message')
  /src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
bit_reader.py 21 raise RuntimeError('LLVM Error')
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data/
dummy_format.py 34 raise RuntimeError("unsupported result type")
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
LitTestCase.py 13 class UnresolvedError(RuntimeError):
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/xunit-output/
dummy_format.py 39 raise RuntimeError("unsupported result type")
  /src/external/bsd/unbound/dist/libunbound/python/examples/
dnssec_test.py 13 raise RuntimeError("Error parsing DNS packet")
  /src/external/apache2/llvm/dist/clang/tools/scan-view/share/
startfile.py 137 except (OSError, RuntimeError):
167 except (OSError, RuntimeError):
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
unwinder.py 116 RuntimeError: Unwinder name is not unique
137 raise RuntimeError("Unwinder %s already exists." % unwinder.name)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/
type_check.py 31 raise RuntimeError("function failed to throw TypeError")
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/
globalvars.py 78 except RuntimeError:
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
globalvars.py 78 except RuntimeError:
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
unwinder.py 116 RuntimeError: Unwinder name is not unique
137 raise RuntimeError("Unwinder %s already exists." % unwinder.name)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/
type_check.py 31 raise RuntimeError("function failed to throw TypeError")
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
template.py 61 raise RuntimeError('No jinja2 template found for "{output}"')

Completed in 75 milliseconds

1 2 3