You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,13 +0,0 @@
|
||||
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