Skip to content

Commit effc622

Browse files
committed
Revert "Temporarily skip tests that fail on noasserts bots"
This reverts commit 55d4c5e.
1 parent 55d4c5e commit effc622

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

lldb/test/API/lang/swift/expression/import_search_paths/TestSwiftImportSearchPaths.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ class TestSwiftImportSearchPaths(lldbtest.TestBase):
99
NO_DEBUG_INFO_TESTCASE = True
1010
mydir = lldbtest.TestBase.compute_mydir(__file__)
1111

12-
@skipIf(bugnumber='rdar://135553659')
1312
@swiftTest
1413
def test_positive(self):
1514
self.do_test('true')
1615

17-
@skipIf(bugnumber='rdar://135553659')
1816
@swiftTest
1917
def test_negative(self):
2018
self.do_test('false')

lldb/test/Shell/Swift/MissingVFSOverlay.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Test that error messages from constructing ClangImporter
22
# are surfaced to the user.
3-
# REQUIRES: 135553659
43
# REQUIRES: swift
54

65
# RUN: rm -rf %t && mkdir %t && cd %t

0 commit comments

Comments
 (0)