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)
commitdbb3e3e64f40098a74e1d337cfbc1212959fe832
treecaf589e407ebd72872f5dcdfb0a7df299454ad90
parent7c3f0dc7e4e4e31f636b846bcc31cf442d9a7df5
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-).

llvm-svn: 211172
llvm/test/tools/llvm-cov/copy_block_helper.m
llvm/test/tools/llvm-cov/llvm-cov.test
llvm/test/tools/llvm-cov/range_based_for.cpp