Skip to content

Commit 71abe6f

Browse files
committed
[Tests] Disable backtracing in some tests.
These tests can be negatively affected by the warnings about unsupported Swift backtracer settings. rdar://144497613
1 parent 0bc76da commit 71abe6f

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

test/ModuleInterface/ModuleCache/module-cache-diagnostics.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %empty-directory(%t/modulecache)
3+
// RUN: export SWIFT_BACKTRACE=
34

45
// rdar://88830153
56
// https://github.com/apple/swift/issues/58134

test/remote-run/exit-code.test-sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
REQUIRES: shell
22

3+
RUN: export SWIFT_BACKTRACE=
34
RUN: not %debug-remote-run false >%t.txt 2>%t.errs.txt
45
RUN: test -f %t.txt -a ! -s %t.txt
56
RUN: test -f %t.errs.txt -a ! -s %t.errs.txt

validation-test/BuildSystem/swift-xcodegen.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# RUN: %empty-directory(%t/out)
44
# RUN: export PATH="%original_path_env"
55
# RUN: export SWIFTCI_USE_LOCAL_DEPS=1
6+
# RUN: export SWIFT_BACKTRACE=
67

78
# REQUIRES: OS=macosx
89
# REQUIRES: standalone_build

validation-test/Python/line-directive.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: split-file %s %t
3+
// RUN: export SWIFT_BACKTRACE=
34

45
// RUN: %{python} %utils/line-directive
56
// RUN: %{python} %utils/line-directive -- %{python} %t/unicode.py

validation-test/Python/update_checkout.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
// than once for each supported Apple device.
55

66
// REQUIRES: OS=macosx
7+
// RUN: export SWIFT_BACKTRACE=
78

89
// RUN: %{python} %utils/update_checkout/run_tests.py

0 commit comments

Comments
 (0)