Skip to content

Commit 144c5b6

Browse files
committed
[compiler-rt][hwasan] Disable deep-recursion.c test on AArch64 Linux
The test program occasionaly fails to detect the fault as it should. See #69221.
1 parent 903faef commit 144c5b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/hwasan/TestCases/deep-recursion.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// Stack histories are currently not recorded on x86.
1818
// XFAIL: target=x86_64{{.*}}
1919

20+
// Flaky on AArch64 Linux, see https://github.com/llvm/llvm-project/issues/69221.
21+
// UNSUPPORTED: target=aarch64-linux{{.*}}
22+
2023
#include <stdlib.h>
2124
// At least -O1 is needed for this function to not have a stack frame on
2225
// AArch64.

0 commit comments

Comments
 (0)