You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Revert "Pass `SWIFT_EXEC` to swift-test via bootstrap (#4213)"
* Revert "Disable `FunctionalTests` temporarily (#5875)"
* Reenable disabled tests
These tests were disabled but proven working again.
rdar://101868275
Copy file name to clipboardExpand all lines: Package.swift
+2-3
Original file line number
Diff line number
Diff line change
@@ -507,8 +507,7 @@ let package = Package(
507
507
name:"WorkspaceTests",
508
508
dependencies:["Workspace","SPMTestSupport"]
509
509
),
510
-
// rdar://101868275 "error: cannot find 'XCTAssertEqual' in scope" can affect almost any functional test, so we flat out disable them all until we know what is going on
0 commit comments