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
-
2
1
# Testing Swift
3
2
4
3
This 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.
27
26
[ Smoke testing] ( ContinuousIntegration.md#smoke-testing )
28
27
skips the iOS, tvOS, and watchOS platforms.
29
28
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
-
46
29
### Testsuite subsets
47
30
48
31
The testsuite is split into five subsets:
You can’t perform that action at this time.
0 commit comments