Skip to content

Commit 1c95cc7

Browse files
[lldb] Skip TestSwiftAsyncSteppingManyTasks when clangimporter=false
This configuration on the bots causes the OS plugin to not be loaded properly. Disabling the test while we investigate. ``` File "/Users/ec2-user/jenkins/workspace/swift-PR-macos/branch-main/llvm-project/lldb/test/API/lang/swift/async/stepping/step_over_lots_of_tasks/TestSwiftAsyncSteppingManyTasks.py", line 61, in test_step_over_top_level_fibonacci self.assertEqual(process.GetSelectedThread(), thread_in_fib) AssertionError: thread #1: tid = 0x66b91b, queue = 'com.apple.main-thread' != No value Config=x86_64-/Users/ec2-user/jenkins/workspace/swift-PR-macos/branch-main/build/buildbot_incremental/llvm-macosx-x86_64/bin/clang ``` Note how the TID is not that of a swift task.
1 parent 47665e0 commit 1c95cc7

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)