Skip to content

Commit ea6cf24

Browse files
Merge pull request #11950 from augusto2112/test-lookup-info
[lldb] Re-enable tests that were failing due to LookupInfo changes
2 parents 433edd6 + 01aa5df commit ea6cf24

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lldb/test/API/lang/swift/break_by_partial_name/TestSwiftBreakByPartialName.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from lldbsuite.test.decorators import *
1919
import lldbsuite.test.lldbutil as lldbutil
2020

21-
@skipIf(bugnumber = "rdar://159531198")
2221
class SwiftPartialBreakTest(TestBase):
2322
@swiftTest
2423
def test_swift_partial_break(self):

lldb/test/API/lang/swift/expression/equality_operators/TestEqualityOperators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def execute_command(command):
3030
(exit_status, output) = subprocess.getstatusoutput(command)
3131
return exit_status
3232

33-
@skipIf(bugnumber = "rdar://159531216")
3433
class TestUnitTests(TestBase):
3534
@swiftTest
3635
@skipIf(debug_info=no_match(["dsym"]), bugnumber="This test is building a dSYM")

0 commit comments

Comments
 (0)