summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-08-10 20:11:35 +0000
committerReid Kleckner <rnk@google.com>2016-08-10 20:11:35 +0000
commit7cbd6b74b42376e05bcadbce27c720d171fa9fae (patch)
treeef278a5c2b4237929d5b90b7b62032505db68e02
parent0881472ac4e8f8b0624730162ce682b1a788f4a4 (diff)
downloadbcm5719-llvm-7cbd6b74b42376e05bcadbce27c720d171fa9fae.tar.gz
bcm5719-llvm-7cbd6b74b42376e05bcadbce27c720d171fa9fae.zip
Disable sancov tests failing due to apparent endianness issues
Undoes some of the effect of r278271 llvm-svn: 278285
-rw-r--r--llvm/test/tools/sancov/print.test2
-rw-r--r--llvm/test/tools/sancov/stats.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/tools/sancov/print.test b/llvm/test/tools/sancov/print.test
index f0520aead4e..fe94216b051 100644
--- a/llvm/test/tools/sancov/print.test
+++ b/llvm/test/tools/sancov/print.test
@@ -1,4 +1,4 @@
-REQUIRES: x86-registered-target
+REQUIRES: x86_64-linux
RUN: sancov -print %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s
CHECK: 0x4e132b
diff --git a/llvm/test/tools/sancov/stats.test b/llvm/test/tools/sancov/stats.test
index eaf33cf61ad..05e712b0bde 100644
--- a/llvm/test/tools/sancov/stats.test
+++ b/llvm/test/tools/sancov/stats.test
@@ -1,4 +1,4 @@
-REQUIRES: x86-registered-target
+REQUIRES: x86_64-linux
RUN: sancov -print-coverage-stats %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s
CHECK: all-edges: 9
OpenPOWER on IntegriCloud