-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Closed
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustc
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.
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustc