[llvm] r204871 - llvm-cov: Move XFAIL after the body of the test

Justin Bogner mail at justinbogner.com
Wed Mar 26 15:51:39 PDT 2014


Author: bogner
Date: Wed Mar 26 17:51:39 2014
New Revision: 204871

URL: http://llvm.org/viewvc/llvm-project?rev=204871&view=rev
Log:
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.

Modified:
    llvm/trunk/test/tools/llvm-cov/copy_block_helper.m

Modified: llvm/trunk/test/tools/llvm-cov/copy_block_helper.m
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-cov/copy_block_helper.m?rev=204871&r1=204870&r2=204871&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-cov/copy_block_helper.m (original)
+++ llvm/trunk/test/tools/llvm-cov/copy_block_helper.m Wed Mar 26 17:51:39 2014
@@ -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
 
 // 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





More information about the llvm-commits mailing list