diff options
author | Yvan Roux <yvan.roux@linaro.org> | 2019-05-16 11:13:49 +0000 |
---|---|---|
committer | Yvan Roux <yvan.roux@linaro.org> | 2019-05-16 11:13:49 +0000 |
commit | 3f3ac3a893a1d2e1aaa8703f7bf8f2204b3f8f19 (patch) | |
tree | cd829ba4834034580911509f9724b3ea1bf52774 /test/crt | |
parent | e5a3f671cfaa617fd77ad8fa41b0281863c8c178 (diff) | |
download | compiler-rt-3f3ac3a893a1d2e1aaa8703f7bf8f2204b3f8f19.tar.gz |
[crt] Mark dso_handle test as xfailing on ARM.
This is a temporary action to fix the bots.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@360873 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/crt')
-rw-r--r-- | test/crt/dso_handle.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/crt/dso_handle.cpp b/test/crt/dso_handle.cpp index c08ed9c0e..3ce0ae15c 100644 --- a/test/crt/dso_handle.cpp +++ b/test/crt/dso_handle.cpp @@ -4,6 +4,8 @@ // RUN: %clangxx -g -o %t -nostdlib %crt1 %crti %crtbegin %t.o %libstdcxx -lc -lm %libgcc %t.so %crtend %crtn // RUN: %run %t 2>&1 | FileCheck %s +// XFAIL: arm + #include <stdio.h> // CHECK: 1 |