Skip to content

Commit 1853cda

Browse files
authored
Merge pull request #73884 from hamishknight/fix-6.0-tests
[6.0] Disable and fix some failing tests in CI
2 parents a3bc34f + dfcdf16 commit 1853cda

File tree

6 files changed

+13
-1
lines changed

6 files changed

+13
-1
lines changed

test/Concurrency/Runtime/async_task_executor_structured_concurrency.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
// REQUIRES: concurrency_runtime
88
// UNSUPPORTED: back_deployment_runtime
9+
// rdar://126118749
10+
// UNSUPPORTED: CPU=arm64e
911

1012
import Dispatch
1113
import StdlibUnittest

test/Concurrency/isolation_macro_availability.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// REQUIRES: swift_swift_parser
55
// REQUIRES: VENDOR=apple
66

7+
// rdar://126118470
8+
// UNSUPPORTED: CPU=arm64e
9+
710
@available(SwiftStdlib 5.1, *)
811
func isolatedFunc(isolation: isolated (any Actor)? = #isolation) {}
912

test/Distributed/Runtime/distributed_actor_localSystem_distributedProtocol.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
// rdar://90373022
1515
// UNSUPPORTED: OS=watchos
1616

17+
// rdar://125628060
18+
// UNSUPPORTED: CPU=arm64e
19+
1720
import Distributed
1821

1922
@Resolvable

test/Distributed/Runtime/distributed_actor_localSystem_manual_conformance.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
// rdar://90373022
1515
// UNSUPPORTED: OS=watchos
1616

17+
// rdar://125628060
18+
// UNSUPPORTED: CPU=arm64e
19+
1720
import Distributed
1821

1922
@available(SwiftStdlib 6.0, *)

validation-test/Runtime/issue-51181.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
3+
// REQUIRES: rdar126151157
34

45
// https://github.com/apple/swift/issues/51181
56

validation-test/stdlib/StringGraphemeBreaking.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// REQUIRES: optimized_stdlib
77

88
// rdar://124539686
9-
// UNSUPPORTED: CPU=arm64e
9+
// UNSUPPORTED: CPU=arm64e, CPU=arm64
1010

1111
import StdlibUnittest
1212
import StdlibUnicodeUnittest

0 commit comments

Comments
 (0)