<div dir="ltr">having strace on the bot would be great. </div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 15, 2016 at 11:29 PM, Nico Weber via Phabricator <span dir="ltr"><<a href="mailto:reviews@reviews.llvm.org" target="_blank">reviews@reviews.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">thakis added inline comments.<br>
<br>
<br>
================<br>
Comment at: test/lsan/TestCases/strace_<wbr>test.cc:3<br>
<span class="">+// RUN: %clangxx_lsan %s -o %t<br>
+// RUN: not strace -o /dev/null %run %t 2>&1 | FileCheck %s<br>
+<br>
</span>----------------<br>
Apparently strace doesn't exist on all the bots:<br>
<br>
<a href="http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-debian-fast/builds/971/steps/test/logs/stdio" rel="noreferrer" target="_blank">http://lab.llvm.org:8011/<wbr>builders/llvm-clang-lld-x86_<wbr>64-debian-fast/builds/971/<wbr>steps/test/logs/stdio</a><br>
```<br>
/home/llvmbb/llvm-build-dir/<wbr>llvm-clang-lld-x86_64-debian-<wbr>fast/llvm.src/projects/<wbr>compiler-rt/test/lsan/<wbr>TestCases/strace_test.cc:13:<wbr>11: error: expected string not found in input<br>
<span class="">// CHECK: LeakSanitizer has encountered a fatal error<br>
</span>          ^<br>
<stdin>:1:1: note: scanning from here<br>
Error: Unable to find `strace' in PATH: No such file or directory<br>
```<br>
<br>
Maybe this needs a "requires:" line, or that bot needs strace installed. (Not sure, and not my bot, so I don't care much, just happened to see it.)<br>
<br>
<br>
<a href="https://reviews.llvm.org/D25538" rel="noreferrer" target="_blank">https://reviews.llvm.org/<wbr>D25538</a><br>
<br>
<br>
<br>
</blockquote></div><br></div>