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
10 lines
380 B
Swift
10 lines
380 B
Swift
// Continuous integration for the OS X Platform also runs the tests in the
|
|
// iPhone, Apple TV and Apple Watch simulators. We only need to run the
|
|
// update_checkout module unit-tests once per OSX Platform test run, rather
|
|
// than once for each supported Apple device.
|
|
|
|
// REQUIRES: OS=macosx
|
|
// RUN: export SWIFT_BACKTRACE=
|
|
|
|
// RUN: %{python} %utils/update_checkout/run_tests.py
|