mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-01 17:28:26 +00:00
aa724817e4
Differential Revision: http://reviews.llvm.org/D19395 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267078 91177308-0d34-0410-b5e6-96231b3b80d8
11 lines
549 B
Plaintext
11 lines
549 B
Plaintext
REQUIRES: x86_64-linux
|
|
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
|
|
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
|
|
|
|
CHECK-NOT: Inputs{{[/\\]}}test.cpp:12 bar(std::string)
|
|
CHECK: Inputs{{[/\\]}}test.cpp:14 main
|
|
|
|
CHECK1-NOT: foo
|
|
CHECK1: Inputs{{[/\\]}}test.cpp:12 bar(std::string)
|
|
CHECK1: Inputs{{[/\\]}}test.cpp:14 main
|