Skip to content

Commit 009943e

Browse files
committed
[Tests] NFC: Disable remote/device execution of type wrapper tests
1 parent fb5516f commit 009943e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

test/Interpreter/type_wrapper_with_actors.swift

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

1515
// REQUIRES: OS=macosx
1616

17+
// This requires executable tests to be run on the same machine as the compiler,
18+
// as it links with a dylib that it doesn't arrange to get uploaded to remote executors.
19+
// (rdar://99051588)
20+
// UNSUPPORTED: remote_run || device_run
21+
1722
import type_wrapper_defs
1823

1924
let a = Actor(name: "Arhtur Dent")

test/Interpreter/type_wrappers.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
// REQUIRES: executable_test
88
// REQUIRES: asserts
99

10+
// This requires executable tests to be run on the same machine as the compiler,
11+
// as it links with a dylib that it doesn't arrange to get uploaded to remote executors.
12+
// (rdar://99051588)
13+
// UNSUPPORTED: remote_run || device_run
14+
1015
import type_wrapper_defs
1116

1217
var p: Person<String> = .init(name: "P", projects: ["A", "B"])

0 commit comments

Comments
 (0)