summaryrefslogtreecommitdiff
path: root/test/tools/llvm-cov/llvm-cov.test
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2014-06-18 15:52:18 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2014-06-18 15:52:18 +0000
commitaa6a13a8e2dc019ce17a68c2d24150d9b22376c4 (patch)
tree7dc3e9980590cb008fe25547889ffc737898737e /test/tools/llvm-cov/llvm-cov.test
parentb7074b8c2d30631b293c13d2279fe2f031ca9726 (diff)
downloadllvm-aa6a13a8e2dc019ce17a68c2d24150d9b22376c4.tar.gz
llvm-aa6a13a8e2dc019ce17a68c2d24150d9b22376c4.tar.bz2
llvm-aa6a13a8e2dc019ce17a68c2d24150d9b22376c4.tar.xz
Do not XFAIL test/tools/llvm-cov tests on powerpc64le
All tests in test/tools/llvm-cov fail on big-endian targets and are supposed to be XFAILed there. However, including "powerpc64" in the XFAIL line is now incorrect, since that matches both powerpc64- and powerpc64le- targets, and the tests pass on the latter. Update the XFAIL lines to use powerpc64- instead (like mips64-). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211172 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tools/llvm-cov/llvm-cov.test')
-rw-r--r--test/tools/llvm-cov/llvm-cov.test2
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 2345f8d51e..82d1273ae6 100644
--- a/test/tools/llvm-cov/llvm-cov.test
+++ b/test/tools/llvm-cov/llvm-cov.test
@@ -110,4 +110,4 @@ RUN: not llvm-cov test.c -gcda=test_file_checksum_fail.gcda
# Bad function checksum on gcda
RUN: not llvm-cov test.c -gcda=test_func_checksum_fail.gcda
-XFAIL: powerpc64, s390x, mips-, mips64-, sparc
+XFAIL: powerpc64-, s390x, mips-, mips64-, sparc