We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cadd652 + 5ecb377 commit bad19acCopy full SHA for bad19ac
Tests/SwiftDriverTests/JobExecutorTests.swift
@@ -221,6 +221,11 @@ final class JobExecutorTests: XCTestCase {
221
/// Ensure the executor is capable of forwarding its standard input to the compile job that requires it.
222
func testInputForwarding() throws {
223
#if os(macOS)
224
+ #if arch(arm64)
225
+ // Disabled on Apple Silicon
226
+ // rdar://76609781
227
+ throw XCTSkip()
228
+ #endif
229
let executor = try SwiftDriverExecutor(diagnosticsEngine: DiagnosticsEngine(),
230
processSet: ProcessSet(),
231
fileSystem: localFileSystem,
0 commit comments