summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2016-05-06 15:34:54 +0000
committerRenato Golin <renato.golin@linaro.org>2016-05-06 15:34:54 +0000
commit03da66024ff4e0b4892205cf65386decb1eb25e7 (patch)
tree7b0b7d276823d46cea86c054b44b91ace342a7da /test
parent451f260af27a6c67c21942f8c0b3ab025b797ad7 (diff)
XFAILing a test on ARM. See PR27667
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@268745 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/profile/instrprof-value-prof-shared.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/profile/instrprof-value-prof-shared.test b/test/profile/instrprof-value-prof-shared.test
index 2657dfaea..b24b31a86 100644
--- a/test/profile/instrprof-value-prof-shared.test
+++ b/test/profile/instrprof-value-prof-shared.test
@@ -1,3 +1,4 @@
+// XFAIL: arm
// RUN: mkdir -p %t.d
// RUN: %clang_profgen -O2 -mllvm -enable-value-profiling=true -fPIC -shared -o %t.d/t.shared -DSHARED_LIB %S/Inputs/instrprof-value-prof-real.c
// RUN: %clang_profgen -O2 -mllvm -enable-value-profiling=true -o %t -rpath %t.d %t.d/t.shared -DCALL_SHARED %S/Inputs/instrprof-value-prof-real.c