Skip to content

Commit f1297f5

Browse files
rukaijyn514
authored andcommitted
Fix compare-mode documentation
1 parent 6b9c8ae commit f1297f5

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/tests/running.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,17 @@ To run the UI test suite in NLL mode, one would use the following:
186186
./x.py test src/test/ui --compare-mode=nll
187187
```
188188

189-
Other examples of compare-modes are "noopt", "migrate", and
190-
[revisions](./adding.html#revisions).
189+
The possible compare modes are:
190+
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.
191200

192201
## Running tests manually
193202

0 commit comments

Comments
 (0)