Closed
Description
E.g. ./x.py test --bless --stage 1 --pass check src/test/rustdoc-ui
.
Errors look like this:
stdout:
------------------------------------------
------------------------------------------
stderr:
------------------------------------------
error: Unrecognized option: 'emit'
------------------------------------------
It prevents running rustdoc-ui
tests together with other tests suites for which --pass check
makes sense.
Usually test suites ignore this option if they cannot work with it.