[all-commits] [llvm/llvm-project] c007e0: [hwasan][test] Fix regex so deep-recursion.c is un...

Paul Kirth via All-commits all-commits at lists.llvm.org
Mon Oct 16 14:56:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c007e0f66ee3f96467fd12f6200218fb4c38c2c9
      https://github.com/llvm/llvm-project/commit/c007e0f66ee3f96467fd12f6200218fb4c38c2c9
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2023-10-16 (Mon, 16 Oct 2023)

  Changed paths:
    M compiler-rt/test/hwasan/TestCases/deep-recursion.c

  Log Message:
  -----------
  [hwasan][test] Fix regex so deep-recursion.c is unsupported on aarch64 targets (#69254)

After 144c5b6d58803a2d4a0fe92a0fe331ff0347dc3b, 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 144c5b6d58803a2d4a0fe92a0fe331ff0347dc3b,
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




More information about the All-commits mailing list