File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ final class BuildToolTests: CommandsTestCase {
280
280
}
281
281
282
282
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 " )
284
284
285
285
try fixture ( name: " DependencyResolution/Internal/Simple " ) { fixturePath in
286
286
do {
Original file line number Diff line number Diff line change @@ -266,8 +266,6 @@ class InitTests: XCTestCase {
266
266
}
267
267
268
268
func testNonC99NameExecutablePackage( ) throws {
269
- throw XCTSkip ( " This test fails to find XCTAssertEqual; rdar://101868275 " )
270
-
271
269
try withTemporaryDirectory ( removeTreeOnDeinit: true ) { tempDirPath in
272
270
XCTAssertDirectoryExists ( tempDirPath)
273
271
Original file line number Diff line number Diff line change @@ -4291,8 +4291,6 @@ final class WorkspaceTests: XCTestCase {
4291
4291
4292
4292
// This verifies that the simplest possible loading APIs are available for package clients.
4293
4293
func testSimpleAPI( ) throws {
4294
- throw XCTSkip ( " This test fails to find XCTAssertEqual; rdar://101868275 " )
4295
-
4296
4294
try testWithTemporaryDirectory { path in
4297
4295
// Create a temporary package as a test case.
4298
4296
let packagePath = path. appending ( component: " MyPkg " )
You can’t perform that action at this time.
0 commit comments