Skip to content

Commit eaeb963

Browse files
committed
Unskip tests
1 parent 5f77bb9 commit eaeb963

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lldb/test/API/lang/swift/clangimporter/anonymous-clang-types/TestSwiftAnonymousClangTypes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
import lldbsuite.test.lldbtest as lldbtest
44
import lldbsuite.test.lldbutil as lldbutil
55

6-
7-
@skipIf(oslist=['linux'])
86
class TestSwiftAnonymousClangTypes(lldbtest.TestBase):
97
@swiftTest
108
def test(self):

lldb/test/API/lang/swift/dwarfimporter/BridgingPCH/TestSwiftDWARFImporterBridgingPCH.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def build(self):
3737

3838
@skipIf(archs=['ppc64le'], bugnumber='SR-10214')
3939
# This test needs a working Remote Mirrors implementation.
40-
@skipIf(oslist=['windows', 'linux'])
40+
@skipIf(oslist=['windows'])
4141
# We delete the pch that would contains the debug info as part of the setup.
4242
#@skipIf(debug_info=no_match(["dsym"]))
4343
@swiftTest

0 commit comments

Comments
 (0)