mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Backtracing] Fix macOS test failure.
Apparently I forgot to code sign the test binaries. rdar://118055527
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
// RUN: %empty-directory(%t)
|
// RUN: %empty-directory(%t)
|
||||||
// RUN: %target-build-swift %s -parse-as-library -Onone -g -o %t/EarlyMessage
|
// RUN: %target-build-swift %s -parse-as-library -Onone -g -o %t/EarlyMessage
|
||||||
|
// RUN: %target-codesign %t/EarlyMessage
|
||||||
// RUN: (env SWIFT_BACKTRACE=enable=yes,cache=no %target-run %t/EarlyMessage 2>&1 || true) | %FileCheck %s
|
// RUN: (env SWIFT_BACKTRACE=enable=yes,cache=no %target-run %t/EarlyMessage 2>&1 || true) | %FileCheck %s
|
||||||
|
|
||||||
// UNSUPPORTED: use_os_stdlib
|
// UNSUPPORTED: use_os_stdlib
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
// RUN: %empty-directory(%t)
|
// RUN: %empty-directory(%t)
|
||||||
// RUN: %target-build-swift %s -parse-as-library -Onone -g -o %t/Timing
|
// RUN: %target-build-swift %s -parse-as-library -Onone -g -o %t/Timing
|
||||||
|
// RUN: %target-codesign %t/Timing
|
||||||
// RUN: (env SWIFT_BACKTRACE=enable=yes,cache=no %target-run %t/Timing 2>&1 || true) | %FileCheck %s
|
// RUN: (env SWIFT_BACKTRACE=enable=yes,cache=no %target-run %t/Timing 2>&1 || true) | %FileCheck %s
|
||||||
|
|
||||||
// UNSUPPORTED: use_os_stdlib
|
// UNSUPPORTED: use_os_stdlib
|
||||||
|
|||||||
Reference in New Issue
Block a user