[llvm] r231911 - Now that r231902's test is executed, make it actually pass

Justin Bogner mail at justinbogner.com
Wed Mar 11 01:17:25 PDT 2015


Author: bogner
Date: Wed Mar 11 03:17:25 2015
New Revision: 231911

URL: http://llvm.org/viewvc/llvm-project?rev=231911&view=rev
Log:
Now that r231902's test is executed, make it actually pass

As of r231908, the test I added in r231902 actually gets run - but I'd
checked in a stale version of the input so it didn't pass. Fix the
input and un-xfail the test.

Modified:
    llvm/trunk/test/tools/llvm-cov/Inputs/universal-binary
    llvm/trunk/test/tools/llvm-cov/universal-binary.c

Modified: llvm/trunk/test/tools/llvm-cov/Inputs/universal-binary
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-cov/Inputs/universal-binary?rev=231911&r1=231910&r2=231911&view=diff
==============================================================================
Binary files llvm/trunk/test/tools/llvm-cov/Inputs/universal-binary (original) and llvm/trunk/test/tools/llvm-cov/Inputs/universal-binary Wed Mar 11 03:17:25 2015 differ

Modified: llvm/trunk/test/tools/llvm-cov/universal-binary.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-cov/universal-binary.c?rev=231911&r1=231910&r2=231911&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-cov/universal-binary.c (original)
+++ llvm/trunk/test/tools/llvm-cov/universal-binary.c Wed Mar 11 03:17:25 2015
@@ -1,6 +1,6 @@
 // The coverage reader should be able to handle universal binaries
 
-// CHECK: 100| [[@LINE+1]]| int main
+// CHECK: 100| [[@LINE+1]]|int main
 int main(int argc, const char *argv[]) {}
 
 // RUN: llvm-profdata merge %S/Inputs/universal-binary.proftext -o %t.profdata
@@ -10,4 +10,4 @@ int main(int argc, const char *argv[]) {
 // WRONG-ARCH: Failed to load coverage
 
 // llvm-cov doesn't work on big endian yet
-// XFAIL: *
+// XFAIL: powerpc64-, s390x, mips-, mips64-, sparc





More information about the llvm-commits mailing list