Skip to content

Commit 477704e

Browse files
committed
[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 llvm#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.
1 parent d4f862a commit 477704e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lld/test/MachO/read-workers.s

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# REQUIRES: x86 && thread_support
2+
## Sometimes fails, particularly in an ASAN build, do not run until
3+
## https://github.com/llvm/llvm-project/pull/157917 addresses the cause.
4+
# UNSUPPORTED: target={{.*}}
25
# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t.o
36

47
## A non-negative integer is allowed.

0 commit comments

Comments
 (0)