Skip to content

Commit 49828ad

Browse files
[lldb] Disable swift async stepping tests in asan builds
These tests require gdbserver to report memory types correctly, which it doesn't in asan builds. rdar://138777205
1 parent f1d09cd commit 49828ad

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-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
@@ -4,6 +4,7 @@
44
import lldbsuite.test.lldbutil as lldbutil
55

66

7+
@skipIfAsan # rdar://138777205
78
class TestCase(lldbtest.TestBase):
89
@swiftTest
910
@skipIf(oslist=["windows", "linux"])

lldb/test/API/lang/swift/async/stepping/step_out/TestSteppingOutAsync.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import re
66

77

8+
@skipIfAsan # rdar://138777205
89
class TestCase(lldbtest.TestBase):
910

1011
def check_and_get_frame_names(self, process):

lldb/test/API/lang/swift/async_breakpoints/TestSwiftAsyncBreakpoints.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import lldbsuite.test.lldbutil as lldbutil
55

66

7+
@skipIfAsan # rdar://138777205
78
class TestSwiftAsyncBreakpoints(lldbtest.TestBase):
89
@swiftTest
910
@skipIfWindows

0 commit comments

Comments
 (0)