]> granicus.if.org Git - clang/commit
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)
commit22ce46b3ab929283957bd89124457ea2003b865c
tree45b0f0b122c3b8bd567a8521fd7d6183eacde204
parent2bdbea92de0d5d599b133add92d241b65c73e7d7
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326652 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/fsanitize.c