Now that r231902's test is executed, make it actually pass
authorJustin Bogner <mail@justinbogner.com>
Wed, 11 Mar 2015 08:17:25 +0000 (08:17 +0000)
committerJustin Bogner <mail@justinbogner.com>
Wed, 11 Mar 2015 08:17:25 +0000 (08:17 +0000)
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.

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

test/tools/llvm-cov/Inputs/universal-binary
test/tools/llvm-cov/universal-binary.c

index d566df95e4ce709ba45619c4f093aecce2065bb9..aad5758332f66623bba1d56ea7485c2284357cfd 100755 (executable)
Binary files a/test/tools/llvm-cov/Inputs/universal-binary and b/test/tools/llvm-cov/Inputs/universal-binary differ
index e85112636d1fca2b78fc48fe37cd3038f892ab89..c05c5d42d05c6be9dc763e28771140e731fe2643 100644 (file)
@@ -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