diff options
author | Renato Golin <renato.golin@linaro.org> | 2014-10-14 21:00:22 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2014-10-14 21:00:22 +0000 |
commit | 0fbdab297ccb51aa322aa9a4acb69254224e388e (patch) | |
tree | 85e885d872b5a5cef8c4b4b94c060d850825e124 /test/asan/TestCases/printf-1.c | |
parent | b9a6798ba1185fcafa1809cdb9dea59edaae8782 (diff) | |
download | compiler-rt-0fbdab297ccb51aa322aa9a4acb69254224e388e.tar.gz |
Re-enable ASAN/UBSAN tests on ARM, with VFP3 they began to pass
When compiling with -mfpu=vfpv3, those tests began to pass, like the others
with "Illegal Instruction" error, so removing the XFAIL from them should
get the bot green (and have more tests!).
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@219721 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases/printf-1.c')
-rw-r--r-- | test/asan/TestCases/printf-1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/asan/TestCases/printf-1.c b/test/asan/TestCases/printf-1.c index 7cda42acc..5657083c5 100644 --- a/test/asan/TestCases/printf-1.c +++ b/test/asan/TestCases/printf-1.c @@ -2,7 +2,6 @@ // RUN: env ASAN_OPTIONS=check_printf=1 %run %t 2>&1 | FileCheck %s // RUN: env ASAN_OPTIONS=check_printf=0 %run %t 2>&1 | FileCheck %s // RUN: %run %t 2>&1 | FileCheck %s -// XFAIL: armv7l-unknown-linux-gnueabihf #include <stdio.h> #if defined(_WIN32) |