You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.246
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
This commit is contained in:
parent
a7724cd563
commit
279aa8f685
13
external/llvm/test/tools/sancov/covered_functions.test
vendored
Normal file
13
external/llvm/test/tools/sancov/covered_functions.test
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
REQUIRES: x86_64-linux
|
||||
RUN: sancov -covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s
|
||||
RUN: 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 %s
|
||||
RUN: sancov -demangle=0 -covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck --check-prefix=NO_DEMANGLE %s
|
||||
|
||||
CHECK: Inputs{{[/\\]}}test.cpp:12 bar(std::string)
|
||||
CHECK: Inputs{{[/\\]}}test.cpp:14 main
|
||||
|
||||
STRIP_PATH: {{^}}test.cpp:12 bar(std::string)
|
||||
STRIP_PATH: {{^}}test.cpp:14 main
|
||||
|
||||
NO_DEMANGLE: test.cpp:12 _Z3barSs
|
||||
NO_DEMANGLE: test.cpp:14 main
|
Reference in New Issue
Block a user