Skip to content

Commit c349d9a

Browse files
Merge pull request #65530 from kateinoigakukun/katei/pr-repair-wasm-ci
[WebAssembly][Test] Disable some tests to make the CI green.
2 parents 78732c6 + a999865 commit c349d9a

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

test/AutoDiff/e2e_optimizations.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// RUN: %target-swift-frontend -emit-sil -O %s | %FileCheck %s
22
// REQUIRES: swift_in_compiler
3+
4+
// Checks for inlining depends on code-size but cow check adds some
5+
// amount of extra code
6+
// UNSUPPORTED: array_cow_checks
7+
38
import _Differentiation
49

510
@_silgen_name("blackHole")

test/Distributed/Runtime/distributed_actor_custom_executor_from_id.swift

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

1515
// FIXME(distributed): Distributed actors currently have some issues on windows rdar://82593574
1616
// UNSUPPORTED: OS=windows-msvc
17+
// https://github.com/apple/swift/issues/65529
18+
// UNSUPPORTED: single_threaded_concurrency
1719

1820

1921
import Distributed

test/Runtime/concurrentTypeByName.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
// UNSUPPORTED: use_os_stdlib
55
// UNSUPPORTED: back_deployment_runtime
6+
// UNSUPPORTED: single_threaded_concurrency
67

78
import StdlibUnittest
89
import SwiftPrivateThreadExtras

0 commit comments

Comments
 (0)