summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-03-26 22:51:39 +0000
committerJustin Bogner <mail@justinbogner.com>2014-03-26 22:51:39 +0000
commitdddfc296a76a2fd7d1d72f7e37623e043ed67981 (patch)
tree7b5d75c51e845e2dfb582f226b52627a0cdccc7e /llvm
parent241de26bdfbdb76c8529b597bc8d83192f64212e (diff)
downloadbcm5719-llvm-dddfc296a76a2fd7d1d72f7e37623e043ed67981.tar.gz
bcm5719-llvm-dddfc296a76a2fd7d1d72f7e37623e043ed67981.zip
llvm-cov: Move XFAIL after the body of the test
llvm-cov tests are sensitive to line number changes, so putting this at the end will limit churn when we fix the XFAIL. llvm-svn: 204871
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/tools/llvm-cov/copy_block_helper.m5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-cov/copy_block_helper.m b/llvm/test/tools/llvm-cov/copy_block_helper.m
index 2035965c6ae..1859b883775 100644
--- a/llvm/test/tools/llvm-cov/copy_block_helper.m
+++ b/llvm/test/tools/llvm-cov/copy_block_helper.m
@@ -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
OpenPOWER on IntegriCloud