File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
utils/swift_snapshot_tool Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ value is at. This allows for one to get a sense of the range of time in between
23
23
two bisect numbers since one can look at the range in between them and how time
24
24
varies.
25
25
26
+ One can specify a branch of snapshots to list. By default uses
27
+ --development. Also supports the options --release_5_0, --release_6_0,
28
+ --release_6_2.
29
+
26
30
## Run
27
31
28
32
```
@@ -56,7 +60,8 @@ Options:
56
60
an error was fixed.
57
61
58
62
- branch: This controls the specific branch of snapshots that are downloaded. By
59
- default uses development. Also supports the options 5.0 and 6.0.
63
+ default uses --development. Also supports the options --release_5_0,
64
+ --release_6_0, --release_6_2.
60
65
61
66
## Bisect
62
67
@@ -94,4 +99,17 @@ Options:
94
99
an error was fixed.
95
100
96
101
- branch: This controls the specific branch of snapshots that are downloaded. By
97
- default uses development. Also supports the options 5.0 and 6.0.
102
+ default uses --development. Also supports the options --release_5_0,
103
+ --release_6_0, --release_6_2.
104
+
105
+ # FAQ and Helpful Tips
106
+
107
+ ## Bisecting against examples using Swift Testing
108
+
109
+ Swift Testing is not stored in the normal place in a toolchain. To test against
110
+ such an example that uses swift testing pass into ones script the following -I
111
+ command:
112
+
113
+ ```
114
+ xcrun ${SWIFTC} "${@:1}" -o binary -parse-as-library -I ${SWIFT_LIBRARY_PATH}/testing
115
+ ```
You can’t perform that action at this time.
0 commit comments