Home
last modified time | relevance | path

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

/external/llvm/utils/lit/lit/
DTestRunner.py13 class InternalShellError(Exception): class
155 raise InternalShellError(cmd,"unsupported shell operator: '&'")
238 raise InternalShellError(j,"Unsupported redirect: %r" % (r,))
247 raise InternalShellError(j,"Unsupported redirect for stdin")
254 raise InternalShellError(j,"Unsupported redirect on stdout")
307 raise InternalShellError(j, '%r: command not found' % j.args[0])
329 … raise InternalShellError(j, 'Could not create process ({}) due to {}'.format(executable, e))
456 except InternalShellError:
/external/swiftshader/third_party/LLVM/utils/lit/lit/
DTestRunner.py13 class InternalShellError(Exception): class
152 raise InternalShellError(j, '%r: command not found' % j.args[0])
249 except InternalShellError,e:
325 except InternalShellError,e: