Skip to content

Commit f42908f

Browse files
authored
Merge pull request swiftlang#39464 from benlangmuir/disable-4
[test] Disable 4 tests failing on macOS-arm64
2 parents dcc5591 + e391391 commit f42908f

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

test/Concurrency/Backdeploy/linking.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
// REQUIRES: OS=macosx
1111

12+
// rdar://83576231 - link failures on arm64
13+
// UNSUPPORTED: CPU=arm64
14+
1215
// CHECK-DIRECT: /usr/lib/swift/libswift_Concurrency.dylib
1316
// CHECK-RPATH: @rpath/libswift_Concurrency.dylib
1417

test/Concurrency/Backdeploy/mangling.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
// REQUIRES: OS=macosx
1616
// REQUIRES: executable_test
1717

18+
// rdar://83576231 - link failures on arm64
19+
// UNSUPPORTED: CPU=arm64
20+
1821
protocol MyProtocol {
1922
associatedtype AssocSendable
2023
associatedtype AssocAsync

test/IRGen/autolink-runtime-compatibility-arm64-macos.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// REQUIRES: CPU=arm64,OS=macosx
22

3+
// rdar://83576231 - link failures on arm64
4+
// REQUIRES: rdar83576231
5+
36
// Doesn't autolink compatibility library because target OS doesn't need it
47
// RUN: %target-swift-frontend -target arm64-apple-macosx10.14 -emit-ir -parse-stdlib %s | %FileCheck -check-prefix=NO-FORCE-LOAD %s
58

test/Reflection/typeref_decoding_concurrency.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// UNSUPPORTED: use_os_stdlib
1010
// UNSUPPORTED: back_deployment_runtime
1111

12+
// rdar://83576231 - link failures on arm64
13+
// UNSUPPORTED: CPU=arm64
14+
1215
// RUN: %empty-directory(%t)
1316

1417
// RUN: %target-build-swift -Xfrontend -enable-anonymous-context-mangled-names %S/Inputs/ConcurrencyTypes.swift -parse-as-library -emit-module -emit-library -module-name TypesToReflect -o %t/%target-library-name(TypesToReflect) -target x86_64-apple-macosx12.0

0 commit comments

Comments
 (0)