mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
@@ -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
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
REQUIRES: shell
|
||||
|
||||
RUN: export SWIFT_BACKTRACE=
|
||||
RUN: not %debug-remote-run false >%t.txt 2>%t.errs.txt
|
||||
RUN: test -f %t.txt -a ! -s %t.txt
|
||||
RUN: test -f %t.errs.txt -a ! -s %t.errs.txt
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
# RUN: %empty-directory(%t/out)
|
||||
# RUN: export PATH="%original_path_env"
|
||||
# RUN: export SWIFTCI_USE_LOCAL_DEPS=1
|
||||
# RUN: export SWIFT_BACKTRACE=
|
||||
|
||||
# REQUIRES: OS=macosx
|
||||
# REQUIRES: standalone_build
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
// RUN: %empty-directory(%t)
|
||||
// RUN: split-file %s %t
|
||||
// RUN: export SWIFT_BACKTRACE=
|
||||
|
||||
// RUN: %{python} %utils/line-directive
|
||||
// RUN: %{python} %utils/line-directive -- %{python} %t/unicode.py
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
// than once for each supported Apple device.
|
||||
|
||||
// REQUIRES: OS=macosx
|
||||
// RUN: export SWIFT_BACKTRACE=
|
||||
|
||||
// RUN: %{python} %utils/update_checkout/run_tests.py
|
||||
|
||||
Reference in New Issue
Block a user