Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit c16c453

Browse files
oli-obkRalfJung
authored andcommitted
Document file sorting
1 parent 8ebdad0 commit c16c453

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ui_test/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
A smaller version of compiletest-rs
22

3+
## Magic behavior
4+
5+
* Tests are run in order of their filenames (files first, then recursing into folders).
6+
So if you have any slow tests, prepend them with a small integral number to make them get run first, taking advantage of parallelism as much as possible (instead of waiting for the slow tests at the end).
7+
38
## Supported magic comment annotations
49

510
Note that the space after `//`, when it is present, is *not* optional -- it must be exactly one.

0 commit comments

Comments
 (0)