Skip to content

Commit e2732f3

Browse files
committed
[Backtracing] Fix macOS test failure.
Apparently I forgot to code sign the test binaries. rdar://118055527
1 parent c164b76 commit e2732f3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Backtracing/EarlyMessage.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift %s -parse-as-library -Onone -g -o %t/EarlyMessage
3+
// RUN: %target-codesign %t/EarlyMessage
34
// RUN: (env SWIFT_BACKTRACE=enable=yes,cache=no %target-run %t/EarlyMessage 2>&1 || true) | %FileCheck %s
45

56
// UNSUPPORTED: use_os_stdlib

test/Backtracing/Timing.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift %s -parse-as-library -Onone -g -o %t/Timing
3+
// RUN: %target-codesign %t/Timing
34
// RUN: (env SWIFT_BACKTRACE=enable=yes,cache=no %target-run %t/Timing 2>&1 || true) | %FileCheck %s
45

56
// UNSUPPORTED: use_os_stdlib

0 commit comments

Comments
 (0)