[all-commits] [llvm/llvm-project] 477704: [lld][MachO] Disable read-workers.s test eveywhere

David Spickett via All-commits all-commits at lists.llvm.org
Fri Oct 17 03:48:04 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 477704e0fcaf6d86b4883275882a3b281d92bf53
      https://github.com/llvm/llvm-project/commit/477704e0fcaf6d86b4883275882a3b281d92bf53
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2025-10-17 (Fri, 17 Oct 2025)

  Changed paths:
    M lld/test/MachO/read-workers.s

  Log Message:
  -----------
  [lld][MachO] Disable read-workers.s test eveywhere

The ASAN bot failed on my previous fix for builds without
threading support:
https://lab.llvm.org/buildbot/#/builders/24/builds/13751

However that build does have threading enabled, so I do
not think my change is the cause. I think the cause is
what #157917 will address:
> The new PR moves to use madvise() instead of the ad-hoc page referencing code I wrote which should avoid SIGSEGVs if the buffer is deallocated.

While that is being reviewed, do not run this test
anywhere. Though the failure I saw was with ASAN, I
think it could happen anywhere.



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