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
.requireDependencyScannerPlusCaching, // Windows: CAS creation failed: fatal error: CAS cannot be initialized from the specified '-fcas-*' options: OnDiskCache is disabled
23
-
.flaky("A handful of Swift Build CAS tests fail when running the entire test suite"),.bug("rdar://137717929"))
21
+
@Suite(.skipHostOS(.windows,"Windows platform has no CAS support yet"),
@Test(.requireSDKs(.macOS),.requireClangFeatures(.wSystemHeadersInModule),.requireDependencyScannerPlusCaching,.requireCompilationCaching,.flaky("A handful of Swift Build CAS tests fail when running the entire test suite"),.bug("rdar://137717929"))
Copy file name to clipboardExpand all lines: Tests/SWBBuildSystemTests/SwiftCompilationCachingTests.swift
+4-4
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ import SWBUtil
18
18
19
19
import SWBTaskExecution
20
20
21
-
@Suite(.requireSwiftFeatures(.compilationCaching),.requireCompilationCaching,.flaky("A handful of Swift Build CAS tests fail when running the entire test suite"),.bug("rdar://137717929"))
results.checkTask(.matchTargetName("Application"),.matchRule(["SwiftDriver","Application","normal","arm64","com.apple.xcode.tools.swift.compiler"])){ task in
0 commit comments