Skip to content

Commit ed11aa4

Browse files
Merge pull request llvm#9472 from felipepiovezan/felipe/disable-async-tests-asan
[lldb] Disable swift async stepping tests in asan builds
2 parents f1d09cd + 49828ad commit ed11aa4

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)