Disable tests of -fsanitize on OpenBSD
authorKamil Rytarowski <n54@gmx.com>
Sat, 3 Mar 2018 12:28:54 +0000 (12:28 +0000)
committerKamil Rytarowski <n54@gmx.com>
Sat, 3 Mar 2018 12:28:54 +0000 (12:28 +0000)
commit51965f877b69153db0154b17b2f28893e40fc575
tree6660ee44a3838804ccfe205d1524d6b9c4a3adb2
parent310cd2509c8bdcdb960cf69bc1615dfb01b170cb
Disable tests of -fsanitize on OpenBSD

This causes failures on buildbots:
/export/users/atombot/llvm/clang-atom-d525-fedora-rel/llvm/tools/clang/test/Driver/fsanitize.c:18:29: error: expected string not found in input
// CHECK-UNDEFINED-OPENBSD: "-fsanitize={{((signed-integer-overflow|integer-divide-by-zero|float-divide-by-zero|shift-base|shift-exponent|unreachable|return|vla-bound|alignment|null|pointer-overflow|float-cast-overflow|array-bounds|enum|bool|builtin|returns-nonnull-attribute|nonnull-attribute),?){18}"}}
                            ^
<stdin>:1:1: note: scanning from here
clang version 7.0.0 (trunk 326648)
^

This will be investigated.

llvm-svn: 326652
clang/test/Driver/fsanitize.c