[all-commits] [llvm/llvm-project] 0d9346: [Sanitizers][Test] XFAIL array cookie tests on arm...

Mariusz Borsa via All-commits all-commits at lists.llvm.org
Mon Aug 18 15:36:46 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0d9346e5e955495ee112589e251d4ff79519ee28
      https://github.com/llvm/llvm-project/commit/0d9346e5e955495ee112589e251d4ff79519ee28
  Author: Mariusz Borsa <wrotki at msn.com>
  Date:   2025-08-18 (Mon, 18 Aug 2025)

  Changed paths:
    M compiler-rt/test/asan/TestCases/Posix/new_array_cookie_test.cpp
    M compiler-rt/test/asan/TestCases/Posix/new_array_cookie_uaf_test.cpp

  Log Message:
  -----------
  [Sanitizers][Test] XFAIL array cookie tests on arm (#154031)

Poisoning of C++ array redzones is only implemented for x86 CPUs. New
arm64 bots are being brought up, where these test fail.

Original C++ arrays shadow poisoning change:

http://reviews.llvm.org/D4774

rdar://158025391

Co-authored-by: Mariusz Borsa <m_borsa at apple.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list