Skip to content

Commit db39d05

Browse files
authored
Merge pull request #77898 from mikeash/test-dylib-codesign-fix
[Test] Sign test dylibs in Interpreter/coroutine_accessors_default_implementations.swift and Interpreter/typed_throws_abi.swift.
2 parents 475e544 + 08e0cd8 commit db39d05

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Interpreter/coroutine_accessors_default_implementations.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
// RUN: %target-rpath(%t) \
3939
// RUN: -o %t/main
4040

41+
// RUN: %target-codesign %t/%target-library-name(Library)
4142
// RUN: %target-codesign %t/main
4243
// RUN: %target-run %t/main %t/%target-library-name(Library) | %FileCheck %s
4344

test/Interpreter/typed_throws_abi.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-build-swift-dylib(%t/%target-library-name(TypedThrowsABI)) -enable-library-evolution %S/Inputs/typed_throws_abi_impl.swift -emit-module -emit-module-path %t/TypedThrowsABI.swiftmodule -module-name TypedThrowsABI
2+
// RUN: %target-codesign %t/%target-library-name(TypedThrowsABI)
23

34
// RUN: %target-build-swift -parse-as-library -Xfrontend -disable-availability-checking %s -lTypedThrowsABI -I %t -L %t -o %t/main %target-rpath(%t)
45
// RUN: %target-codesign %t/main

0 commit comments

Comments
 (0)