mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Backtracing][Tests] Improve debugability of CompactImageMap test.
If this test fails in CI, we could do with being able to see the output from the test program in full. rdar://124913332
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
// RUN: %empty-directory(%t)
|
||||
// RUN: %target-build-swift %s -parse-as-library -Onone -o %t/ImageMap
|
||||
// RUN: %target-codesign %t/ImageMap
|
||||
// RUN: %target-run %t/ImageMap | %FileCheck %s
|
||||
// RUN: %target-run %t/ImageMap | tee %t/ImageMap.out
|
||||
// RUN: cat %t/ImageMap.out | %FileCheck %s
|
||||
|
||||
// UNSUPPORTED: use_os_stdlib
|
||||
// UNSUPPORTED: back_deployment_runtime
|
||||
|
||||
Reference in New Issue
Block a user