Skip to content

Commit 0e2e11d

Browse files
[docs] Update Testing.md (#37399)
1 parent ff12adf commit 0e2e11d

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

docs/Testing.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Testing Swift
32

43
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.
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

4831
The testsuite is split into five subsets:

0 commit comments

Comments
 (0)