Home
last modified time | relevance | path

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

/external/llvm/utils/lit/lit/
DTestRunner.py12 class InternalShellError(Exception): class
43 raise InternalShellError(cmd,"unsupported shell operator: '&'")
105 raise InternalShellError(j,"Unsupported redirect: %r" % (r,))
114 raise InternalShellError(j,"Unsupported redirect for stdin")
121 raise InternalShellError(j,"Unsupported redirect on stdout")
162 raise InternalShellError(j, '%r: command not found' % j.args[0])
182 raise InternalShellError(j, 'Could not create process due to {}'.format(e))
287 except InternalShellError: