Skip to content

Mark virtual-function-elimination-two-modules.swift and witness-method-elimination-two-modules.swift as UNSUPPORTED: remote_run #40302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion test/IRGen/virtual-function-elimination-two-modules.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// RUN: %llvm-nm --defined-only %t/libLibrary.dylib | %FileCheck %s --check-prefix=NM

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

// REQUIRES: executable_test

Expand All @@ -39,6 +39,9 @@
// loaded too late").
// REQUIRES: no_asan

// Remote test execution does not support dynamically loaded libraries.
// UNSUPPORTED: remote_run

#if LIBRARY

public class MyClass {
Expand Down
5 changes: 4 additions & 1 deletion test/IRGen/witness-method-elimination-two-modules.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
// RUN: %llvm-nm --defined-only %t/libLibrary.dylib | %FileCheck %s --check-prefix=NM

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

// REQUIRES: executable_test

Expand All @@ -40,6 +40,9 @@
// loaded too late").
// REQUIRES: no_asan

// Remote test execution does not support dynamically loaded libraries.
// UNSUPPORTED: remote_run

#if LIBRARY

public protocol MyProtocol {
Expand Down