Skip to content

Commit d46458c

Browse files
[llvm-exegesis] Disable test
This patch disables the skip unsupported instructions test on AArch64. On machines that have hardware support for pointer authentication the test will try and disable certain features, but currently fails depending upon the configuration.
1 parent 864f0ff commit d46458c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
llvm/test/tools/llvm-exegesis/AArch64/skip_unsupported_instructions.s
22

3+
# TODO: This is failing on some systems that have hardware support for
4+
# pointer authentication. This needs to be fixed before reenabling.
5+
# REQUIRES: disabled
6+
37
# REQUIRES: aarch64-registered-target
48

59
# Check for skipping of illegal instruction errors (AUT and LDGM)
610
# RUN: llvm-exegesis -mcpu=neoverse-v2 -mode=latency --opcode-name=AUTIA --benchmark-phase=assemble-measured-code 2>&1 | FileCheck %s --check-prefix=CHECK-AUTIA
711
# CHECK-AUTIA-NOT: snippet crashed while running: Illegal instruction
812

913
# RUN: llvm-exegesis -mcpu=neoverse-v2 -mode=latency --opcode-name=LDGM --benchmark-phase=assemble-measured-code 2>&1 | FileCheck %s --check-prefix=CHECK-LDGM
10-
# CHECK-LDGM: LDGM: Unsupported opcode: load tag multiple
14+
# CHECK-LDGM: LDGM: Unsupported opcode: load tag multiple

0 commit comments

Comments
 (0)