Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DShCommands.py78 def toShell(self, file, pipefail=False): argument
79 if pipefail != self.pipe_err:
105 def toShell(self, file, pipefail=False): argument
106 self.lhs.toShell(file, pipefail)
108 self.rhs.toShell(file, pipefail)
H A DTestingConfig.py99 pipefail = True,
144 available_features, pipefail, limit_to_features = [], argument
158 self.pipefail = pipefail
H A DShUtil.py190 def __init__(self, data, win32Escapes = False, pipefail = False): argument
192 self.pipefail = pipefail
248 return Pipeline(commands, negate, self.pipefail)
H A DTestRunner.py935 test.config.pipefail).parse())
1038 if test.config.pipefail:
/llvm-project-15.0.7/clang/test/LibClang/
H A Dlit.local.cfg2 config.pipefail = False
/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/
H A Dtest.sh9 set -o pipefail
/llvm-project-15.0.7/utils/arcanist/
H A Dclang-format.sh3 set -euo pipefail
/llvm-project-15.0.7/bolt/utils/
H A Dbughunter.sh63 set -o pipefail
/llvm-project-15.0.7/flang/tools/f18/
H A Dflang-to-external-fc.in19 set -euo pipefail
/llvm-project-15.0.7/llvm/utils/release/
H A Dtest-release.sh518 set -o pipefail
/llvm-project-15.0.7/libcxx/utils/ci/
H A Drun-buildbot11 set -o pipefail
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dlit.rst477 **pipefail** Normally a test using a shell pipe fails if any of the commands