Skip to content

Commit 7362728

Browse files
Merge pull request #9680 from felipepiovezan/felipe/rever_enabling_asan_tests
Revert "[lldb][test] Renable tests on asan builds"
2 parents 31d4a33 + bbe5efb commit 7362728

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-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/stepping/step_over/TestSwiftAsyncStepOver.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

910
def check_is_in_line(self, thread, linenum):

lldb/test/API/lang/swift/async/stepping/step_over_asynclet/TestSwiftAsyncStepOverAsyncLet.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

910
def check_is_in_line(self, thread, linenum):

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)