Skip to content

Commit

Permalink
[hwasan][test] Fix regex so deep-recursion.c is unsupported on aarch6…
Browse files Browse the repository at this point in the history
…4 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
  • Loading branch information
ilovepi committed Oct 16, 2023
1 parent 233c3e6 commit c007e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/test/hwasan/TestCases/deep-recursion.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// XFAIL: target=x86_64{{.*}}

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

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

0 comments on commit c007e0f

Please sign in to comment.