brintos

brintos / llvm-project-archived public Read only

0
0
Text · 726 B · bcdfaf8 Raw
14 lines · plain
1REQUIRES: x86-registered-target && host-byteorder-little-endian2RUN: sancov -covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s3RUN: sancov -covered-functions -strip_path_prefix=Inputs/ %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck --check-prefix=STRIP_PATH %s4RUN: sancov -demangle=0 -covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck --check-prefix=NO_DEMANGLE %s5 6CHECK: Inputs{{[/\\]}}test.cpp:12 bar(std::string)7CHECK: Inputs{{[/\\]}}test.cpp:14 main8 9STRIP_PATH: {{^}}test.cpp:12 bar(std::string)10STRIP_PATH: {{^}}test.cpp:14 main11 12NO_DEMANGLE: test.cpp:12 _Z3barSs13NO_DEMANGLE: test.cpp:14 main14