Skip to content

Commit ce4568d

Browse files
Merge pull request llvm#11527 from felipepiovezan/felipe/skipasantest
[lldb] Skip TestSwiftTaskSwitch under older debugservers and asan.
2 parents e3ca7a2 + 8188e02 commit ce4568d

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)