Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DTestRunner.py27 class InternalShellError(Exception): class
274 raise InternalShellError("'cd' supports only one argument")
288 raise InternalShellError("'export' supports only one argument")
298 raise InternalShellError(
360 raise InternalShellError(cmd, "Unsupported: 'mkdir': %s" % str(err))
370 raise InternalShellError(cmd, "Error: 'mkdir' is missing an operand")
396 raise InternalShellError(cmd, "Unsupported: 'rm': %s" % str(err))
409 raise InternalShellError(cmd, "Error: 'rm' is missing an operand")
520 raise InternalShellError(cmd, "Unsupported redirect: %r" % ((op, filename),))
531 raise InternalShellError(cmd, "Unsupported redirect for stdin")
[all …]