Skip to content

Commit d0ccf7c

Browse files
[lldb] Disable swift-specific tests when swift support is off
1 parent 417d34b commit d0ccf7c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lldb/test/API/lang/swift/async/formatters/task/TestSwiftTaskSyntheticProvider.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
class TestCase(TestBase):
88

9+
@swiftTest
910
def test_top_level_task(self):
1011
"""Test Task synthetic child provider for top-level Task."""
1112
self.build()
@@ -27,6 +28,7 @@ def test_top_level_task(self):
2728
],
2829
)
2930

31+
@swiftTest
3032
def test_current_task(self):
3133
"""Test Task synthetic child for UnsafeCurrentTask (from an async let)."""
3234
self.build()

0 commit comments

Comments
 (0)