llvm-cov: test: add xfail for the big-endian buildbots
authorAlex Lorenz <arphaman@gmail.com>
Sat, 23 Aug 2014 00:47:24 +0000 (00:47 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Sat, 23 Aug 2014 00:47:24 +0000 (00:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216310 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-cov/showHighlightedRanges.cpp
test/tools/llvm-cov/showLineExecutionCounts.cpp
test/tools/llvm-cov/showRegionMarkers.cpp

index 7c38fff676b17ea5835e59084824c3ae6d31745a..ce64fdd00aaf6eb3b015d97bfdb284b8ba349e1e 100644 (file)
@@ -43,3 +43,6 @@ int main() {
   func2(9);
   return 0;
 }
+
+// llvm-cov doesn't work on big endian yet
+// XFAIL: powerpc64-, s390x, mips-, mips64-, sparc
index abcf5a33cd7c6ad4fa6f8fd6285a6380f82ef927..9c94344e5ee2636eea7ec35a1a517fb6742629e6 100644 (file)
@@ -20,3 +20,6 @@ int main() {                             // CHECK:   1| [[@LINE]]|int main(
                                          // CHECK:   1| [[@LINE]]|
   return 0;                              // CHECK:   1| [[@LINE]]|  return
 }                                        // CHECK:   1| [[@LINE]]|}
+
+// llvm-cov doesn't work on big endian yet
+// XFAIL: powerpc64-, s390x, mips-, mips64-, sparc
index 9866144e36177f79e3baafbe85e96987f6f75985..2e6d3a94bd3032ace992a0b3122c653160f806f1 100644 (file)
@@ -21,3 +21,6 @@ int main() {                      // CHECK: Marker at [[@LINE]]:12 = 1
 
   return 0;
 }
+
+// llvm-cov doesn't work on big endian yet
+// XFAIL: powerpc64-, s390x, mips-, mips64-, sparc