We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c164b76 commit e2732f3Copy full SHA for e2732f3
test/Backtracing/EarlyMessage.swift
@@ -1,5 +1,6 @@
1
// RUN: %empty-directory(%t)
2
// RUN: %target-build-swift %s -parse-as-library -Onone -g -o %t/EarlyMessage
3
+// RUN: %target-codesign %t/EarlyMessage
4
// RUN: (env SWIFT_BACKTRACE=enable=yes,cache=no %target-run %t/EarlyMessage 2>&1 || true) | %FileCheck %s
5
6
// UNSUPPORTED: use_os_stdlib
test/Backtracing/Timing.swift
// 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
0 commit comments