File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 1-
21# Testing Swift
32
43This document describes how we test the Swift compiler, the Swift runtime, and
@@ -27,22 +26,6 @@ We use multiple approaches to test the Swift toolchain.
2726 [ Smoke testing] ( ContinuousIntegration.md#smoke-testing )
2827 skips the iOS, tvOS, and watchOS platforms.
2928
30- The [ test/lit.cfg] ( https://github.com/apple/swift/blob/main/test/lit.cfg )
31- uses an iOS 10.3 simulator configuration named "iPhone 5" for 32-bit testing.
32-
33- 1 . Download and install the iOS 10.3 simulator runtime, in Xcode's
34- [ Components] ( https://help.apple.com/xcode/#/deva7379ae35 ) preferences.
35-
36- 2 . Create an "iPhone 5" simulator configuration, either in Xcode's
37- [ Devices and Simulators] ( https://help.apple.com/xcode/#/devf225e58da )
38- window, or with the command line:
39-
40- ``` sh
41- xcrun simctl create ' iPhone 5' com.apple.CoreSimulator.SimDeviceType.iPhone-5 com.apple.CoreSimulator.SimRuntime.iOS-10-3
42- ```
43-
44- 3. Append ` --ios` to the ` utils/build-script` command line (see below).
45-
4629### Testsuite subsets
4730
4831The testsuite is split into five subsets:
You can’t perform that action at this time.
0 commit comments