Searched refs:ShellCommandResult (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
H A D | TestRunner.py | 139 class ShellCommandResult(object): class 283 return ShellCommandResult(cmd, "", "", 0, False) 290 return ShellCommandResult(cmd, "", "", 0, False) 352 return ShellCommandResult(cmd, output, "", 0, False) 388 return ShellCommandResult(cmd, "", stderr.getvalue(), exitCode, False) 485 return ShellCommandResult(cmd, "", stderr.getvalue(), exitCode, False) 489 return ShellCommandResult(cmd, "", "", 0, False) 874 results.append(ShellCommandResult( 919 ShellCommandResult(e.command, '', e.message, exitCode, False))
|