diff --git a/lldb/test/API/lang/swift/array_tuple_resilient/TestSwiftArrayTupleResilient.py b/lldb/test/API/lang/swift/array_tuple_resilient/TestSwiftArrayTupleResilient.py index 2fc812fc1803d..19babd2c83185 100644 --- a/lldb/test/API/lang/swift/array_tuple_resilient/TestSwiftArrayTupleResilient.py +++ b/lldb/test/API/lang/swift/array_tuple_resilient/TestSwiftArrayTupleResilient.py @@ -2,5 +2,5 @@ from lldbsuite.test.decorators import * lldbinline.MakeInlineTest(__file__, globals(), decorators=[skipEmbeddedSwift, - swiftTest, skipUnlessDarwin, + swiftTest, skipIfLinux, expectedFailureAll(archs=['arm64_32'], bugnumber="")]) diff --git a/lldb/test/API/lang/swift/clangimporter/missing_pch/TestSwiftMissingPCH.py b/lldb/test/API/lang/swift/clangimporter/missing_pch/TestSwiftMissingPCH.py index 8098885156c74..717ceb08540a2 100644 --- a/lldb/test/API/lang/swift/clangimporter/missing_pch/TestSwiftMissingPCH.py +++ b/lldb/test/API/lang/swift/clangimporter/missing_pch/TestSwiftMissingPCH.py @@ -14,7 +14,6 @@ def setUp(self): @skipEmbeddedSwift # Don't run ClangImporter tests if Clangimporter is disabled. @skipIf(setting=("symbols.use-swift-clangimporter", "false")) - @skipUnlessDarwin @swiftTest def test(self): """This used to be a test for a diagnostic, however, diff --git a/lldb/test/API/lang/swift/explicit_modules/simple/TestSwiftExplicitModules_part02.py b/lldb/test/API/lang/swift/explicit_modules/simple/TestSwiftExplicitModules_part02.py index f0d0063f0718e..82aaa55fae409 100644 --- a/lldb/test/API/lang/swift/explicit_modules/simple/TestSwiftExplicitModules_part02.py +++ b/lldb/test/API/lang/swift/explicit_modules/simple/TestSwiftExplicitModules_part02.py @@ -8,7 +8,7 @@ class TestSwiftExplicitModules(lldbtest.TestBase): @skipEmbeddedSwift @swiftTest - @skipUnlessDarwin + @skipIfLinux def test_import(self): """Test an implicit import inside an explicit build""" mod_cache = self.getBuildArtifact("my-clang-modules-cache") diff --git a/lldb/test/API/lang/swift/generic_struct_with_optional/TestGenericStructWithOptional.py b/lldb/test/API/lang/swift/generic_struct_with_optional/TestGenericStructWithOptional.py index e997dc0a87189..78000ac1157a7 100644 --- a/lldb/test/API/lang/swift/generic_struct_with_optional/TestGenericStructWithOptional.py +++ b/lldb/test/API/lang/swift/generic_struct_with_optional/TestGenericStructWithOptional.py @@ -2,5 +2,4 @@ from lldbsuite.test.decorators import * lldbinline.MakeInlineTest(__file__, globals(), decorators=[skipEmbeddedSwift, - swiftTest, - skipUnlessDarwin]) + swiftTest, skipIfLinux]) diff --git a/lldb/test/API/lang/swift/resilience_superclass/TestSwiftResilienceSuperclass.py b/lldb/test/API/lang/swift/resilience_superclass/TestSwiftResilienceSuperclass.py index 37bd05e57eb13..c4801e97e8de0 100644 --- a/lldb/test/API/lang/swift/resilience_superclass/TestSwiftResilienceSuperclass.py +++ b/lldb/test/API/lang/swift/resilience_superclass/TestSwiftResilienceSuperclass.py @@ -6,7 +6,7 @@ class TestSwiftResilienceSuperclass(TestBase): @skipEmbeddedSwift - @skipUnlessDarwin + @skipIfLinux @swiftTest def test(self): self.build() diff --git a/lldb/test/API/lang/swift/resilience_superclass_mod/TestSwiftResilienceSuperclassMod.py b/lldb/test/API/lang/swift/resilience_superclass_mod/TestSwiftResilienceSuperclassMod.py index 93f628cebba4b..bc33f9d468337 100644 --- a/lldb/test/API/lang/swift/resilience_superclass_mod/TestSwiftResilienceSuperclassMod.py +++ b/lldb/test/API/lang/swift/resilience_superclass_mod/TestSwiftResilienceSuperclassMod.py @@ -6,7 +6,7 @@ class TestSwiftResilienceSuperclassMod(TestBase): @skipEmbeddedSwift - @skipUnlessDarwin + @skipIfLinux @swiftTest def test(self): self.build() diff --git a/lldb/test/API/lang/swift/resilience_superclass_other_mod/TestSwiftResilienceSuperclassOtherMod.py b/lldb/test/API/lang/swift/resilience_superclass_other_mod/TestSwiftResilienceSuperclassOtherMod.py index 316ab56f85de2..d5968f4670bfb 100644 --- a/lldb/test/API/lang/swift/resilience_superclass_other_mod/TestSwiftResilienceSuperclassOtherMod.py +++ b/lldb/test/API/lang/swift/resilience_superclass_other_mod/TestSwiftResilienceSuperclassOtherMod.py @@ -6,7 +6,7 @@ class TestSwiftResilienceSuperclassOtherMod(TestBase): @skipEmbeddedSwift - @skipUnlessDarwin + @skipIfLinux @swiftTest def test(self): self.build()