HomeSort by relevance Sort by last modified time
    Searched refs:InternalShellError (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/lit/lit/
TestRunner.py 13 class InternalShellError(Exception):
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:
    [all...]
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
TestRunner.py 13 class InternalShellError(Exception):
152 raise InternalShellError(j, '%r: command not found' % j.args[0])
249 except InternalShellError,e:
325 except InternalShellError,e:

Completed in 171 milliseconds