[Tests] Disable backtracing in some tests.

These tests can be negatively affected by the warnings about unsupported
Swift backtracer settings.

rdar://144497613
This commit is contained in:
Alastair Houghton
2025-02-25 10:53:28 +00:00
parent 0bc76dae80
commit 71abe6f26b
5 changed files with 5 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
// RUN: %empty-directory(%t)
// RUN: %empty-directory(%t/modulecache)
// RUN: export SWIFT_BACKTRACE=
// rdar://88830153
// https://github.com/apple/swift/issues/58134