diff options
author | Reid Kleckner <rnk@google.com> | 2016-08-10 20:11:35 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2016-08-10 20:11:35 +0000 |
commit | 7cbd6b74b42376e05bcadbce27c720d171fa9fae (patch) | |
tree | ef278a5c2b4237929d5b90b7b62032505db68e02 | |
parent | 0881472ac4e8f8b0624730162ce682b1a788f4a4 (diff) | |
download | bcm5719-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.test | 2 | ||||
-rw-r--r-- | llvm/test/tools/sancov/stats.test | 2 |
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 |