Skip to content

Commit 69088dc

Browse files
authored
Mark virtual-function-elimination-two-modules.swift and witness-method-elimination-two-modules.swift as UNSUPPORTED: remote_run (#40302)
1 parent 11fb457 commit 69088dc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

test/IRGen/virtual-function-elimination-two-modules.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// RUN: %llvm-nm --defined-only %t/libLibrary.dylib | %FileCheck %s --check-prefix=NM
2828

2929
// (6) Execution test
30-
// RUN: %target-run %t/main %t/libLibrary.dylib | %FileCheck %s
30+
// RUN: %target-run %t/main | %FileCheck %s
3131

3232
// REQUIRES: executable_test
3333

@@ -39,6 +39,9 @@
3939
// loaded too late").
4040
// REQUIRES: no_asan
4141

42+
// Remote test execution does not support dynamically loaded libraries.
43+
// UNSUPPORTED: remote_run
44+
4245
#if LIBRARY
4346

4447
public class MyClass {

test/IRGen/witness-method-elimination-two-modules.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// RUN: %llvm-nm --defined-only %t/libLibrary.dylib | %FileCheck %s --check-prefix=NM
2929

3030
// (6) Execution test
31-
// RUN: %target-run %t/main %t/libLibrary.dylib | %FileCheck %s
31+
// RUN: %target-run %t/main | %FileCheck %s
3232

3333
// REQUIRES: executable_test
3434

@@ -40,6 +40,9 @@
4040
// loaded too late").
4141
// REQUIRES: no_asan
4242

43+
// Remote test execution does not support dynamically loaded libraries.
44+
// UNSUPPORTED: remote_run
45+
4346
#if LIBRARY
4447

4548
public protocol MyProtocol {

0 commit comments

Comments
 (0)