[all-commits] [llvm/llvm-project] 43ba32: [gwp_asan] Exclude recoverable tests on Fuchsia

Caslyn Tonelli via All-commits all-commits at lists.llvm.org
Thu Apr 27 14:51:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 43ba32109657b697c6dd31a30563a66dade5f254
      https://github.com/llvm/llvm-project/commit/43ba32109657b697c6dd31a30563a66dade5f254
  Author: Caslyn Tonelli <caslyn at google.com>
  Date:   2023-04-27 (Thu, 27 Apr 2023)

  Changed paths:
    M compiler-rt/lib/gwp_asan/tests/backtrace.cpp
    M compiler-rt/lib/gwp_asan/tests/harness.cpp

  Log Message:
  -----------
  [gwp_asan] Exclude recoverable tests on Fuchsia

Signal handlers used by recoverable tests are unsupported on Fuchsia.

Exclude the set of tests that test recoverable code paths (i.e.
BacktraceGuardedPoolAllocator tests in recoverable.cpp) and always set
the `Recoverable` testing bool to `false` on the Fuchsia platform.

Differential Revision: https://reviews.llvm.org/D149311




More information about the All-commits mailing list