mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
These tests can be negatively affected by the warnings about unsupported Swift backtracer settings. rdar://144497613
7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
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
|