File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments