Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTestRunner.py151 class ShellCommandResult(object): class
291 return ShellCommandResult(cmd, "", "", 0, False)
299 return ShellCommandResult(cmd, "", "", 0, False)
308 return ShellCommandResult(cmd, "", "", 0, False)
315 return ShellCommandResult(cmd, "", "", 0, False)
377 return ShellCommandResult(cmd, output, "", 0, False)
413 return ShellCommandResult(cmd, "", stderr.getvalue(), exitCode, False)
510 return ShellCommandResult(cmd, "", stderr.getvalue(), exitCode, False)
514 return ShellCommandResult(cmd, "", "", 0, False)
903 results.append(ShellCommandResult(
[all …]