From e2bef1f143a0defc3c882920d65e69bed4e1bc58 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Fri, 3 Jun 2016 17:51:42 +0000 Subject: [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: 271695 --- llvm/test/tools/sancov/print_coverage_pcs.test | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/test/tools/sancov/print_coverage_pcs.test') diff --git a/llvm/test/tools/sancov/print_coverage_pcs.test b/llvm/test/tools/sancov/print_coverage_pcs.test index 2756eb03ba0..3a54f97d7b4 100644 --- a/llvm/test/tools/sancov/print_coverage_pcs.test +++ b/llvm/test/tools/sancov/print_coverage_pcs.test @@ -1,4 +1,3 @@ -REQUIRES: x86_64-linux RUN: sancov -print-coverage-pcs %p/Inputs/test-linux_x86_64 | FileCheck %s CHECK: 0x4e132b -- cgit v1.2.3