Skip to content

Commit 4d6407b

Browse files
Merge pull request #10011 from felipepiovezan/felipe/skip_test_manytasks_clangimporterfalse
[lldb] Skip TestSwiftAsyncSteppingManyTasks when clangimporter=false
2 parents 4c1b2e9 + 1c95cc7 commit 4d6407b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/swift/async/stepping/step_over_lots_of_tasks/TestSwiftAsyncSteppingManyTasks.py

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

66

77
@skipIfAsan # rdar://138777205
8+
@skipIf(setting=('symbols.use-swift-clangimporter', 'false'))
89
class TestCase(lldbtest.TestBase):
910

1011
def check_is_in_line(self, thread, expected_linenum, expected_tid):

0 commit comments

Comments
 (0)