mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[sancov] extracting AArch64 test to a separate file.
llvm-svn: 278754
This commit is contained in:
parent
397604600b
commit
e72d40c34a
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: 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: 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-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: 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: 0x4e132b
|
||||||
LINUX: 0x4e1472
|
LINUX: 0x4e1472
|
||||||
@ -59,5 +58,3 @@ DARWIN: 0x100001906
|
|||||||
DARWIN: 0x1000019dc
|
DARWIN: 0x1000019dc
|
||||||
DARWIN: 0x100001a28
|
DARWIN: 0x100001a28
|
||||||
|
|
||||||
AARCH64: Error: __sanitizer_cov* functions not found
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user