diff options
-rw-r--r-- | compiler-rt/test/sanitizer_common/TestCases/Linux/ill.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/ill.cc b/compiler-rt/test/sanitizer_common/TestCases/Linux/ill.cc index 5b927627e58..1edad4817a2 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/ill.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/ill.cc @@ -8,6 +8,8 @@ // XFAIL: lsan // XFAIL: tsan // +// FIXME: seems to fail on ARM +// REQUIRES: x86_64-supported-target #include <assert.h> #include <stdio.h> #include <sanitizer/asan_interface.h> |