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

  /external/swiftshader/third_party/LLVM/utils/lit/lit/
LitConfig.py 23 noExecute, ignoreStdErr, debug, isWindows,
35 self.ignoreStdErr = ignoreStdErr
TestFormats.py 128 def __init__(self, ignoreStdErr=False):
129 self.ignoreStdErr = ignoreStdErr
132 litConfig.ignoreStdErr = self.ignoreStdErr
TestRunner.py 539 ok = exitCode != 0 or err and not litConfig.ignoreStdErr
545 ok = exitCode == 0 and (not err or litConfig.ignoreStdErr)
556 failDueToStderr = exitCode == 0 and err and not litConfig.ignoreStdErr
main.py 331 ignoreStdErr = False,
489 ignoreStdErr = False,

Completed in 419 milliseconds