Skip to content

[lldb] Re-enable Swift OS plugin and disabled tests #10076

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lldb/source/Target/TargetProperties.td
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let Definition = "target_experimental" in {
EnumValues<"OptionEnumValues(g_swift_pcm_validation_values)">,
Desc<"Enable validation when loading Clang PCM files (-fvalidate-pch, -fmodules-check-relocated).">;
def SwiftUseTasksPlugin: Property<"swift-tasks-plugin-enabled", "Boolean">,
DefaultFalse,
DefaultTrue,
Desc<"Enables the swift plugin converting tasks into threads">;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


@skipIfAsan # rdar://138777205
@skipIf(bugnumber = "rdar://144868718")
class TestCase(lldbtest.TestBase):

def check_is_in_line(self, thread, linenum):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


@skipIfAsan # rdar://138777205
@skipIf(bugnumber = "rdar://144868718")
class TestCase(lldbtest.TestBase):

def check_is_in_line(self, thread, expected_linenum, expected_tid):
Expand Down