brintos

brintos / llvm-project-archived public Read only

0
0
Text · 439 B · d1b91f6 Raw
9 lines · plain
1REQUIRES: x86-registered-target && host-byteorder-little-endian2RUN: sancov -skip-dead-files=0 -not-covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s3RUN: sancov -not-covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.1.sancov | FileCheck --check-prefix=CHECK1 --allow-empty %s4 5CHECK: Inputs{{[/\\]}}foo.cpp:5 foo()6CHECK-NOT: {{.*__sanitizer.*}}7CHECK1-NOT: {{.+}}8 9