Skip to content

Commit afa8780

Browse files
[lldb] Re-enable Swift OS plugin and disabled tests
With recent fixes, the failures should be gone.
1 parent 4ed5ffd commit afa8780

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

lldb/source/Target/TargetProperties.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let Definition = "target_experimental" in {
3232
EnumValues<"OptionEnumValues(g_swift_pcm_validation_values)">,
3333
Desc<"Enable validation when loading Clang PCM files (-fvalidate-pch, -fmodules-check-relocated).">;
3434
def SwiftUseTasksPlugin: Property<"swift-tasks-plugin-enabled", "Boolean">,
35-
DefaultFalse,
35+
DefaultTrue,
3636
Desc<"Enables the swift plugin converting tasks into threads">;
3737
}
3838

lldb/test/API/lang/swift/async/stepping/step_over_asynclet/TestSwiftAsyncStepOverAsyncLet.py

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

66

77
@skipIfAsan # rdar://138777205
8-
@skipIf(bugnumber = "rdar://144868718")
98
class TestCase(lldbtest.TestBase):
109

1110
def check_is_in_line(self, thread, linenum):

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

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

66

77
@skipIfAsan # rdar://138777205
8-
@skipIf(bugnumber = "rdar://144868718")
98
class TestCase(lldbtest.TestBase):
109

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

0 commit comments

Comments
 (0)