Skip to content

Commit 200098b

Browse files
committed
Temporarily disable tests on Linux (5.6 branch only)
1 parent eb88324 commit 200098b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lldb/test/API/lang/swift/implementation_only_imports/library_indirect/TestLibraryIndirect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def cleanup():
7878
self.expect("e container.wrapped.value", substrs=["(SomeLibraryCore.TwoInts)", "(first = 2, second = 3)"])
7979

8080
@swiftTest
81+
@skipIfLinux # The "e container" command crashes in a non-reproducible way on the Linux bots.
8182
def test_implementation_only_import_library_no_library_module(self):
8283
"""Test `@_implementationOnly import` behind some indirection in a library used by the main executable, after removing the implementation-only library's swiftmodule
8384

lldb/test/API/lang/swift/implementation_only_imports/library_resilient/TestLibraryResilient.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def cleanup():
6565

6666
@swiftTest
6767
@expectedFailureAll(oslist=["windows"]) # Requires Remote Mirrors support
68+
@skipIfLinux # The "e container" command crashes in a non-reproducible way on the Linux bots.
6869
def test_implementation_only_import_library_no_library_module(self):
6970
"""Test `@_implementationOnly import` in a resilient library used by the main executable, after removing the implementation-only library's swiftmodule
7071

0 commit comments

Comments
 (0)