diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2016-06-04 03:28:27 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2016-06-04 03:28:27 +0000 |
commit | 57cd7ef1c96fa98e37085f211f20e1c7d52000b9 (patch) | |
tree | a1d188e04ed56f645c2bfc4c610a359c55bf1f32 /llvm/test/tools/sancov/print_coverage_pcs.test | |
parent | ada78feb08e1924c4f18fa91b6f30627733a4aba (diff) | |
download | bcm5719-llvm-57cd7ef1c96fa98e37085f211f20e1c7d52000b9.tar.gz bcm5719-llvm-57cd7ef1c96fa98e37085f211f20e1c7d52000b9.zip |
[sancov] Revert r271695 which broke all of the PPC bots.
Original commit message:
[sancov] Run sancov tests on more platforms
The only tests that need to be run on Linux are the ones that use C++
demangling. I'm assuming they will fail on Mac, since __cxa_demangle
there won't handle the non-double-underscore prefixed mangled names.
llvm-svn: 271763
Diffstat (limited to 'llvm/test/tools/sancov/print_coverage_pcs.test')
-rw-r--r-- | llvm/test/tools/sancov/print_coverage_pcs.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/tools/sancov/print_coverage_pcs.test b/llvm/test/tools/sancov/print_coverage_pcs.test index 3a54f97d7b4..2756eb03ba0 100644 --- a/llvm/test/tools/sancov/print_coverage_pcs.test +++ b/llvm/test/tools/sancov/print_coverage_pcs.test @@ -1,3 +1,4 @@ +REQUIRES: x86_64-linux RUN: sancov -print-coverage-pcs %p/Inputs/test-linux_x86_64 | FileCheck %s CHECK: 0x4e132b |