Closed
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.