[PATCH] D14679: RunSafely: Add option to omit exit status from output.

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 20:39:12 PST 2015


MatzeB created this revision.
MatzeB added reviewers: ddunbar, jmolloy, beanz, rengolin.
MatzeB added a subscriber: llvm-commits.

Add an option to stop RunSafely.sh from outputting the process exit status at the end of the output.

This is useful for external benchmark suites which bring reference files
for stdout without the llvm-test-suite convention of having an exit code
behind the stdout output.

We also make cmake/lit system configurable here: By default we do not append the exit status but we create a bunch of local lit configs to enable this behaviour for the SingleSource/MultiSource and some of the External tests in the test-suite.

http://reviews.llvm.org/D14679

Files:
  External/Nurbs/CMakeLists.txt
  External/Nurbs/lit.local.cfg
  External/Povray/CMakeLists.txt
  External/Povray/lit.local.cfg
  External/skidmarks10/CMakeLists.txt
  External/skidmarks10/lit.local.cfg
  MultiSource/CMakeLists.txt
  MultiSource/lit.local.cfg
  RunSafely.sh
  SingleSource/CMakeLists.txt
  SingleSource/lit.local.cfg
  lit.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14679.40205.patch
Type: text/x-patch
Size: 4771 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151114/c9d27cd6/attachment.bin>


More information about the llvm-commits mailing list