Skip to content

Commit 2bda8d4

Browse files
Merge pull request #972 from augusto2112/remove_skip_lldb_swift_tests_next
Re-enable tests working on Linux
2 parents 2aa1293 + 3bc735e commit 2bda8d4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lldb/test/API/lang/swift/conditional_breakpoints/TestSwiftConditionalBreakpoint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ class TestSwiftConditionalBreakpoint(TestBase):
2424
mydir = TestBase.compute_mydir(__file__)
2525

2626
@swiftTest
27-
@skipIfLinux
2827
def test_swift_conditional_breakpoint(self):
2928
"""Tests that we can set a conditional breakpoint in Swift code"""
3029
self.build()

lldb/test/API/lang/swift/stepping/TestSwiftStepping.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class TestSwiftStepping(lldbtest.TestBase):
2525
mydir = lldbtest.TestBase.compute_mydir(__file__)
2626

2727
@swiftTest
28-
@skipIfLinux
2928
def test_swift_stepping(self):
3029
"""Tests that we can step reliably in swift code."""
3130
self.build()

0 commit comments

Comments
 (0)