Skip to content

Commit 020df72

Browse files
committed
Revert "[test] Disable 4 tests failing on macOS-arm64"
This reverts commit e391391.
1 parent 18bb92d commit 020df72

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

test/Concurrency/Backdeploy/linking.swift

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

1010
// REQUIRES: OS=macosx
1111

12-
// rdar://83576231 - link failures on arm64
13-
// UNSUPPORTED: CPU=arm64
14-
1512
// CHECK-DIRECT: /usr/lib/swift/libswift_Concurrency.dylib
1613
// CHECK-RPATH: @rpath/libswift_Concurrency.dylib
1714

test/Concurrency/Backdeploy/mangling.swift

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

18-
// rdar://83576231 - link failures on arm64
19-
// UNSUPPORTED: CPU=arm64
20-
2118
protocol MyProtocol {
2219
associatedtype AssocSendable
2320
associatedtype AssocAsync

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

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

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

test/Reflection/typeref_decoding_concurrency.swift

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

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

1714
// 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)