Skip to content

Commit d6d9b55

Browse files
committed
[Distributed] Temporary disable accessor tests on Windows
I don't have access to Windows machine so there is no way for me to debug and fix them.
1 parent 351300e commit d6d9b55

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

test/Distributed/distributed_actor_accessor_section_coff.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// REQUIRES: distributed
88

99
// REQUIRES: OS=windows-msvc
10+
// FIXME: Test is temporary disabled (no way to debug)
11+
// REQUIRES: fix
1012

1113
import _Distributed
1214
import FakeDistributedActorSystems

test/Distributed/distributed_actor_accessor_thunks_32bit.swift

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

99
// REQUIRES: CPU=i386
1010

11+
// UNSUPPORTED: OS=windows-msvc
12+
1113
import _Distributed
1214
import FakeDistributedActorSystems
1315

test/Distributed/distributed_actor_accessor_thunks_64bit.swift

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

99
// REQUIRES: CPU=x86_64
1010

11+
// UNSUPPORTED: OS=windows-msvc
12+
1113
import _Distributed
1214
import FakeDistributedActorSystems
1315

0 commit comments

Comments
 (0)