mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
3263f83191
Differential Revision: https://reviews.llvm.org/D27863 llvm-svn: 290017
9 lines
398 B
Plaintext
9 lines
398 B
Plaintext
REQUIRES: x86_64-linux
|
|
RUN: sancov -skip-dead-files=0 -not-covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s
|
|
RUN: sancov -not-covered-functions %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.1.sancov | FileCheck --check-prefix=CHECK1 --allow-empty %s
|
|
|
|
CHECK: Inputs{{[/\\]}}foo.cpp:5 foo()
|
|
CHECK-NOT: {{.*__sanitizer.*}}
|
|
CHECK1-NOT: {{.+}}
|
|
|