Skip to content

Commit d1f5b20

Browse files
simpal01vhscampos
authored andcommitted
[Compiler-rt] FVP and QEMU do not support crash signal handling.
1 parent 782ec71 commit d1f5b20

File tree

1 file changed

+3
-0
lines changed
  • compiler-rt/test/builtins/Unit/aarch64

1 file changed

+3
-0
lines changed

compiler-rt/test/builtins/Unit/aarch64/emupac.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// RUN: %clang_builtins %s %librt -o %t
33
// RUN: %run %t 1
44
// RUN: %run %t 2
5+
// Some test runners(FVP and QEMU) can not handle crash-related signals.
6+
// TODO: A new LIT feature is needed to identify and handle this scenario.
7+
// XFAIL: *
58
// RUN: %expect_crash %run %t 3
69
// RUN: %expect_crash %run %t 4
710

0 commit comments

Comments
 (0)