Skip to content

Commit ca44390

Browse files
committed
Reenable disabled tests
These tests were disabled but proven working again. rdar://101868275
1 parent 5700473 commit ca44390

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

Tests/CommandsTests/BuildToolTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ final class BuildToolTests: CommandsTestCase {
280280
}
281281

282282
func testBuildCompleteMessage() throws {
283-
throw XCTSkip("This test fails to match the 'Compiling' regex; rdar://101815761")
283+
throw XCTSkip("This test isn't stable w.r.t. the build cache; rdar://101815761")
284284

285285
try fixture(name: "DependencyResolution/Internal/Simple") { fixturePath in
286286
do {

Tests/WorkspaceTests/InitTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,6 @@ class InitTests: XCTestCase {
266266
}
267267

268268
func testNonC99NameExecutablePackage() throws {
269-
throw XCTSkip("This test fails to find XCTAssertEqual; rdar://101868275")
270-
271269
try withTemporaryDirectory(removeTreeOnDeinit: true) { tempDirPath in
272270
XCTAssertDirectoryExists(tempDirPath)
273271

Tests/WorkspaceTests/WorkspaceTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4291,8 +4291,6 @@ final class WorkspaceTests: XCTestCase {
42914291

42924292
// This verifies that the simplest possible loading APIs are available for package clients.
42934293
func testSimpleAPI() throws {
4294-
throw XCTSkip("This test fails to find XCTAssertEqual; rdar://101868275")
4295-
42964294
try testWithTemporaryDirectory { path in
42974295
// Create a temporary package as a test case.
42984296
let packagePath = path.appending(component: "MyPkg")

0 commit comments

Comments
 (0)