llvm-cov: Move XFAIL after the body of the test
authorJustin Bogner <mail@justinbogner.com>
Wed, 26 Mar 2014 22:51:39 +0000 (22:51 +0000)
committerJustin Bogner <mail@justinbogner.com>
Wed, 26 Mar 2014 22:51:39 +0000 (22:51 +0000)
llvm-cov tests are sensitive to line number changes, so putting this
at the end will limit churn when we fix the XFAIL.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204871 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-cov/copy_block_helper.m

index 2035965c6ae8dbbe49a0320f5bea7d46a82a96bd..1859b883775d7525640dc91fff0d74887d0ae499 100644 (file)
@@ -3,8 +3,6 @@
 
 // We need shell for cd
 // REQUIRES: shell
-// llvm-cov doesn't work on big endian yet
-// XFAIL: powerpc64, s390x, mips-, mips64-, sparc
 
 // RUN: rm -rf %t
 // RUN: mkdir %t
@@ -29,3 +27,6 @@ void test(id x) { // GCOV: -:    [[@LINE]]:void test
 
 // GCOV: 1:    [[@LINE+1]]:int main
 int main(int argc, const char *argv[]) { test(0); }
+
+// llvm-cov doesn't work on big endian yet
+// XFAIL: powerpc64, s390x, mips-, mips64-, sparc