Skip to content

Commit 17ce99b

Browse files
committed
Revert "Temporarily disable tests on Linux (5.6 branch only)"
This reverts commit 200098b.
1 parent 91ffa10 commit 17ce99b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ 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.
8281
def test_implementation_only_import_library_no_library_module(self):
8382
"""Test `@_implementationOnly import` behind some indirection in a library used by the main executable, after removing the implementation-only library's swiftmodule
8483

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ 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.
6968
def test_implementation_only_import_library_no_library_module(self):
7069
"""Test `@_implementationOnly import` in a resilient library used by the main executable, after removing the implementation-only library's swiftmodule
7170

0 commit comments

Comments
 (0)