Home | History | Annotate | Download | only in sancov
      1 REQUIRES: x86_64-linux
      2 RUN: sancov -covered-functions -blacklist %p/Inputs/fun_blacklist.txt %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s
      3 RUN: sancov -covered-functions -blacklist %p/Inputs/src_blacklist.txt %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.1.sancov | FileCheck --check-prefix=CHECK1 %s
      4 
      5 CHECK-NOT: Inputs{{[/\\]}}test.cpp:12 bar(std::string)
      6 CHECK: Inputs{{[/\\]}}test.cpp:14 main
      7 
      8 CHECK1-NOT: foo
      9 CHECK1: Inputs{{[/\\]}}test.cpp:12 bar(std::string)
     10 CHECK1: Inputs{{[/\\]}}test.cpp:14 main
     11