From 292762d4eb96f3741c44aa5285216bd749180794 Mon Sep 17 00:00:00 2001 From: Mike Ash Date: Wed, 15 Oct 2025 12:56:23 -0400 Subject: [PATCH] [Test] Add codesign command to protocol-conformance-cache tests. rdar://162423302 --- test/Runtime/protocol-conformance-cache-objc.swift | 1 + test/Runtime/protocol-conformance-cache.swift | 1 + 2 files changed, 2 insertions(+) diff --git a/test/Runtime/protocol-conformance-cache-objc.swift b/test/Runtime/protocol-conformance-cache-objc.swift index 3c2eedfbe7f..19e63926e02 100644 --- a/test/Runtime/protocol-conformance-cache-objc.swift +++ b/test/Runtime/protocol-conformance-cache-objc.swift @@ -1,5 +1,6 @@ // RUN: %empty-directory(%t) // RUN: %target-build-swift %s -o %t/a.out +// RUN: %target-codesign %t/a.out // RUN: env %env-SWIFT_DEBUG_ENABLE_PROTOCOL_CONFORMANCES_LOOKUP_LOG=1 %target-run %t/a.out 2>&1 | %FileCheck %s // REQUIRES: executable_test diff --git a/test/Runtime/protocol-conformance-cache.swift b/test/Runtime/protocol-conformance-cache.swift index 20ab6c76b64..1a77471a4d6 100644 --- a/test/Runtime/protocol-conformance-cache.swift +++ b/test/Runtime/protocol-conformance-cache.swift @@ -1,5 +1,6 @@ // RUN: %empty-directory(%t) // RUN: %target-build-swift %s -o %t/a.out +// RUN: %target-codesign %t/a.out // RUN: env %env-SWIFT_DEBUG_ENABLE_PROTOCOL_CONFORMANCES_LOOKUP_LOG=1 %target-run %t/a.out 2>&1 | %FileCheck %s // REQUIRES: executable_test