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

/external/llvm/utils/lit/lit/
H A DTestRunner.py11 class InternalShellError(Exception): class in inherits:Exception
31 raise InternalShellError(cmd,"unsupported shell operator: '&'")
81 raise InternalShellError(j,"Unsupported redirect: %r" % (r,))
90 raise InternalShellError(j,"Unsupported redirect for stdin")
97 raise InternalShellError(j,"Unsupported redirect on stdout")
136 raise InternalShellError(j, '%r: command not found' % j.args[0])
252 except InternalShellError:

Completed in 201 milliseconds