Closed
Description
ui
tests do not current support revisions. This blocks our goals to migrate entirely over to unit tests. We should fix it!
I imagine it working like this:
- For each test T with revisions R1..Rn, we would expect N stderr files:
T.Ri.stderr
, whereRi
is the current revision
- Comments on lines work as normal (
//[Ri]~ ERROR
)
However, it might be useful to permit tests to have a "fallback" T.stderr
file, in which case the output is supposed to be the same for all revisions. I am of mixed minds about this though: I don't know how often it would be useful, and I fear "dead stderr files" that are not used. Probably best not to have it.