There are a number arm bots failing after r374617 landed, and I'm not
sure why. It looks a bit like the error message llvm-profdata is
expected to print to stderr isn't flushed.
Weaken the test in an attempt to appease the arm bots: if this doesn't
work, that means that llvm-profdata is actually *not failing*, and that
will be a clear indication that some logic error is actually happening.
http://lab.llvm.org:8011/builders/clang-cmake-armv7-global-isel/builds/5604/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374792
91177308-0d34-0410-b5e6-
96231b3b80d8
RUN: printf '\3\0bar\0\0\0' >> %t.profraw
-RUN: not llvm-profdata merge -o /dev/null %t.profraw 2>&1 | FileCheck %s
-
-CHECK: Malformed instrumentation profile data
+RUN: not llvm-profdata merge -o /dev/null %t.profraw