Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTestRunner.py28 class InternalShellError(Exception): class
286 raise InternalShellError(cmd, "'cd' supports only one argument")
304 raise InternalShellError(cmd, "'popd' does not support arguments")
306 raise InternalShellError(cmd, "popd: directory stack empty")
313 raise InternalShellError("'export' supports only one argument")
323 raise InternalShellError(
421 raise InternalShellError(cmd, "Unsupported: 'rm': %s" % str(err))
566 raise InternalShellError(cmd, "Bad redirect")
581 raise InternalShellError(cmd, "Unsupported: glob in "
694 raise InternalShellError(j, "Error: '!' requires a"
[all …]