diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-11-14 17:08:26 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-11-14 17:08:26 +0000 |
commit | 4e7e4d8fb401f856d9c8f89cdc93107bb3dc32e6 (patch) | |
tree | 80f8f434f2a719bc8c35ddc6315c6470e68a4c36 /test/tools | |
parent | 3d47402f2e8701c7ed340884720cc99727bd7f85 (diff) | |
download | external_llvm-4e7e4d8fb401f856d9c8f89cdc93107bb3dc32e6.zip external_llvm-4e7e4d8fb401f856d9c8f89cdc93107bb3dc32e6.tar.gz external_llvm-4e7e4d8fb401f856d9c8f89cdc93107bb3dc32e6.tar.bz2 |
llvm-cov.test: Remove XFAIL:arm. Seems this is passing since my tweaks.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194712 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tools')
-rw-r--r-- | test/tools/llvm-cov/llvm-cov.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tools/llvm-cov/llvm-cov.test b/test/tools/llvm-cov/llvm-cov.test index a64474a..28738a7 100644 --- a/test/tools/llvm-cov/llvm-cov.test +++ b/test/tools/llvm-cov/llvm-cov.test @@ -7,4 +7,4 @@ RUN: | diff -aub test.cpp.gcov - RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda -XFAIL: powerpc64, s390x, arm +XFAIL: powerpc64, s390x |