We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9c8ae commit f1297f5Copy full SHA for f1297f5
src/tests/running.md
@@ -186,8 +186,17 @@ To run the UI test suite in NLL mode, one would use the following:
186
./x.py test src/test/ui --compare-mode=nll
187
```
188
189
-Other examples of compare-modes are "noopt", "migrate", and
190
-[revisions](./adding.html#revisions).
+The possible compare modes are:
+
191
+* nll - currently nll is implemented in migrate mode, this option runs with true nll.
192
+* polonius
193
+* chalk
194
+* split-dwarf
195
+* split-dwarf-single
196
197
+Note that compare modes are seperate to [revisions](./adding.html#revisions).
198
+All revisions are tested when running `./x.py test src/test/ui`,
199
+however compare-modes must be manually run individually via the `--compare-mode` flag.
200
201
## Running tests manually
202
0 commit comments