mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-30 23:20:54 +00:00
[sancov] extracting AArch64 test to a separate file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278754 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eeadbe0f8f
commit
f514d2f83e
4
test/tools/sancov/AArch64/print_coverage_pcs.test
Normal file
4
test/tools/sancov/AArch64/print_coverage_pcs.test
Normal file
@ -0,0 +1,4 @@
|
||||
REQUIRES: aarch64-registered-target
|
||||
RUN: not sancov -print-coverage-pcs %p/../Inputs/test-linux_android_aarch64 2>&1 | FileCheck %s --check-prefix=AARCH64
|
||||
|
||||
AARCH64: Error: __sanitizer_cov* functions not found
|
@ -1,9 +1,8 @@
|
||||
REQUIRES: x86-registered-target, aarch64-registered-target
|
||||
REQUIRES: x86-registered-target
|
||||
RUN: sancov -print-coverage-pcs %p/Inputs/test-linux_x86_64 | FileCheck %s --check-prefix=LINUX
|
||||
RUN: llvm-objdump -d %p/Inputs/test-windows_x86_64 | FileCheck %s --check-prefix=DISAS_WIN
|
||||
RUN: sancov -print-coverage-pcs %p/Inputs/test-windows_x86_64 | FileCheck %s --check-prefix=WINDOWS
|
||||
RUN: sancov -print-coverage-pcs %p/Inputs/test-darwin_x86_64 | FileCheck %s --check-prefix=DARWIN
|
||||
RUN: not sancov -print-coverage-pcs %p/Inputs/test-linux_android_aarch64 2>&1 | FileCheck %s --check-prefix=AARCH64
|
||||
|
||||
LINUX: 0x4e132b
|
||||
LINUX: 0x4e1472
|
||||
@ -59,5 +58,3 @@ DARWIN: 0x100001906
|
||||
DARWIN: 0x1000019dc
|
||||
DARWIN: 0x100001a28
|
||||
|
||||
AARCH64: Error: __sanitizer_cov* functions not found
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user