[compiler-rt] r255594 - [asan] try to fix ARM bots
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 14 17:05:36 PST 2015
Author: kcc
Date: Mon Dec 14 19:05:35 2015
New Revision: 255594
URL: http://llvm.org/viewvc/llvm-project?rev=255594&view=rev
Log:
[asan] try to fix ARM bots
Modified:
compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/ill.cc
Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/ill.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/ill.cc?rev=255594&r1=255593&r2=255594&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/ill.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/ill.cc Mon Dec 14 19:05:35 2015
@@ -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>
More information about the llvm-commits
mailing list