Searched refs:pipefail (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | ShCommands.py | 78 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 D | TestingConfig.py | 99 pipefail = True, 144 available_features, pipefail, limit_to_features = [], argument 158 self.pipefail = pipefail
|
| H A D | ShUtil.py | 190 def __init__(self, data, win32Escapes = False, pipefail = False): argument 192 self.pipefail = pipefail 248 return Pipeline(commands, negate, self.pipefail)
|
| H A D | TestRunner.py | 935 test.config.pipefail).parse()) 1038 if test.config.pipefail:
|
| /llvm-project-15.0.7/clang/test/LibClang/ |
| H A D | lit.local.cfg | 2 config.pipefail = False
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/tests/ |
| H A D | test.sh | 9 set -o pipefail
|
| /llvm-project-15.0.7/utils/arcanist/ |
| H A D | clang-format.sh | 3 set -euo pipefail
|
| /llvm-project-15.0.7/bolt/utils/ |
| H A D | bughunter.sh | 63 set -o pipefail
|
| /llvm-project-15.0.7/flang/tools/f18/ |
| H A D | flang-to-external-fc.in | 19 set -euo pipefail
|
| /llvm-project-15.0.7/llvm/utils/release/ |
| H A D | test-release.sh | 518 set -o pipefail
|
| /llvm-project-15.0.7/libcxx/utils/ci/ |
| H A D | run-buildbot | 11 set -o pipefail
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | lit.rst | 477 **pipefail** Normally a test using a shell pipe fails if any of the commands
|