Skip to content

Commit 8188e02

Browse files
[lldb] Skip TestSwiftTaskSwitch under older debugservers and asan.
Older debugservers incorrectly report memory region kinds for memory allocated by the sanitizer, making swift stepping fail.
1 parent 0044000 commit 8188e02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/swift/async/stepping/step-in/task-switch/TestSwiftTaskSwitch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
class TestCase(lldbtest.TestBase):
88
@swiftTest
99
@skipIf(oslist=["windows", "linux"])
10+
@skipIf(macos_version=["<", "26.0"], asan=True) # rdar://138777205
1011
def test(self):
1112
"""Test conditions for async step-in."""
1213
self.build()

0 commit comments

Comments
 (0)