Skip to content

Commit c007e0f

Browse files
authored
[hwasan][test] Fix regex so deep-recursion.c is unsupported on aarch64 targets (#69254)
After 144c5b6, we still see this test running in CI for aarch64-linux targets. This appears to be related to the triple being `aarch64-unknown-linux-gnu`, or similar. The bot link below includes 144c5b6, and fails the deep-recursion.c test, which should have been disabled. https://luci-milo.appspot.com/ui/p/fuchsia/builders/toolchain.ci/clang-linux-arm64/b8767065085790662609/overview
1 parent 233c3e6 commit c007e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// XFAIL: target=x86_64{{.*}}
1919

2020
// Flaky on AArch64 Linux, see https://github.com/llvm/llvm-project/issues/69221.
21-
// UNSUPPORTED: target=aarch64-linux{{.*}}
21+
// UNSUPPORTED: target=aarch64{{.*}}
2222

2323
#include <stdlib.h>
2424
// At least -O1 is needed for this function to not have a stack frame on

0 commit comments

Comments
 (0)