xref: /llvm-project/llvm/test/tools/sancov/not_covered_functions.test (revision 6a74ad6baad45b8572d196f7f290593ed62075b5)
1REQUIRES: x86-registered-target && host-byteorder-little-endian
2RUN: sancov -skip-dead-files=0 -not-covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s
3RUN: sancov -not-covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.1.sancov | FileCheck --check-prefix=CHECK1 --allow-empty %s
4
5CHECK: Inputs{{[/\\]}}foo.cpp:5 foo()
6CHECK-NOT: {{.*__sanitizer.*}}
7CHECK1-NOT: {{.+}}
8
9