1 REQUIRES: x86_64-linux 2 RUN: sancov -obj %p/Inputs/test-linux_x86_64 -covered-functions -blacklist %p/Inputs/blacklist.txt %p/Inputs/test-linux_x86_64.sancov | FileCheck %s 3 4 CHECK-NOT: Inputs{{[/\\]}}test.cpp:12 bar(std::string) 5 CHECK: Inputs{{[/\\]}}test.cpp:14 main 6