diff options
author | Vitaly Buka <vitalybuka@google.com> | 2017-09-09 06:10:58 +0000 |
---|---|---|
committer | Vitaly Buka <vitalybuka@google.com> | 2017-09-09 06:10:58 +0000 |
commit | fd5960a6539efc42e1930c58d4e291b9cabf1722 (patch) | |
tree | e38575ff6bc10d415050ba22b8e45d2d372347a6 /compiler-rt/test/sanitizer_common/TestCases/malloc_hook.cc | |
parent | b4f2d13dc68adcf9dacb4550219ae7edec511e8b (diff) | |
download | bcm5719-llvm-fd5960a6539efc42e1930c58d4e291b9cabf1722.tar.gz bcm5719-llvm-fd5960a6539efc42e1930c58d4e291b9cabf1722.zip |
[ubsan] Enable UBsan in sanitizer_common tests
Summary:
Failing tests just marked as UNSUPPORTED or XFAIL.
Some of them can be easily supported, but I'll do this in separate patches.
Reviewers: eugenis, alekseyshl
Subscribers: srhines, kubamracek, llvm-commits, mgorny
Differential Revision: https://reviews.llvm.org/D37630
llvm-svn: 312860
Diffstat (limited to 'compiler-rt/test/sanitizer_common/TestCases/malloc_hook.cc')
-rw-r--r-- | compiler-rt/test/sanitizer_common/TestCases/malloc_hook.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/malloc_hook.cc b/compiler-rt/test/sanitizer_common/TestCases/malloc_hook.cc index 59cd620b3f6..853bb66ac5c 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/malloc_hook.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/malloc_hook.cc @@ -2,6 +2,7 @@ // Malloc/free hooks are not supported on Windows. // XFAIL: win32 +// XFAIL: ubsan #include <stdlib.h> #include <unistd.h> |