-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Closed
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Description
Right now to rustdoc supports ignore
for marking tests as broken (same as rustc) and should_fail
for indicating tests that are supposed to fail. The script we use for extracting tests from the standalone docs supports xfail-test
for marking broken tests, ignore
and notrust
for completely ignoring the code block, and doesn't support should_fail
at all.
Make extract-tests.py behave the same as rustdoc.
Alternately, just process all our standalone docs through rustdoc.
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.