Do not XFAIL test/tools/llvm-cov tests on powerpc64le
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Wed, 18 Jun 2014 15:52:18 +0000 (15:52 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Wed, 18 Jun 2014 15:52:18 +0000 (15:52 +0000)
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

test/tools/llvm-cov/copy_block_helper.m
test/tools/llvm-cov/llvm-cov.test
test/tools/llvm-cov/range_based_for.cpp

index 1859b883775d7525640dc91fff0d74887d0ae499..64973f11009ad77451ee5586aa45d44c5bf00822 100644 (file)
@@ -29,4 +29,4 @@ void test(id x) { // GCOV: -:    [[@LINE]]:void test
 int main(int argc, const char *argv[]) { test(0); }
 
 // llvm-cov doesn't work on big endian yet
-// XFAIL: powerpc64, s390x, mips-, mips64-, sparc
+// XFAIL: powerpc64-, s390x, mips-, mips64-, sparc
index 2345f8d51e804507a6d27a96ad1ac3d32aa8f89c..82d1273ae61f8ff0e85dee853f747b2e2e2d7b60 100644 (file)
@@ -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
index 61f60f6b0d6599d79d45d21d6961bb69c870d204..3fdb2441399c3c3435cc089002941c7a13693edf 100644 (file)
@@ -26,4 +26,4 @@ int main(int argc, const char *argv[]) { // GCOV: 1:    [[@LINE]]:int main(
 }                                        // GCOV: -:    [[@LINE]]:}
 
 // llvm-cov doesn't work on big endian yet
-// XFAIL: powerpc64, s390x, mips-, mips64-, sparc
+// XFAIL: powerpc64-, s390x, mips-, mips64-, sparc