Skip to content

Commit 7e22ceb

Browse files
DavidSpickettgithub-actions[bot]
authored andcommitted
Automerge: [lldb][test] Disable parallel module loading for TestNetBSDCore.py (#159395)
Since #157170 this test has been flakey on several LLDB buildbots. I suspect it's to do with mutli-threading, there are more details in #159377. Disable parallel loading for now so we are not spamming people making unrelated changes.
2 parents 1134ea6 + d0bdc5d commit 7e22ceb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/functionalities/postmortem/netbsd-core/TestNetBSDCore.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ def check_backtrace(self, thread, filename, backtrace):
117117
)
118118

119119
def do_test(self, filename, pid, region_count):
120+
# Temporary workaround for https://github.com/llvm/llvm-project/issues/159377
121+
self.runCmd("settings set target.parallel-module-load false")
120122
target = self.dbg.CreateTarget(filename)
121123
process = target.LoadCore(filename + ".core")
122124

0 commit comments

Comments
 (0)