bors 87b0c9036f Auto merge of #60387 - Goirad:test-expansion, r=ollie27
Allow cross-compiling doctests

This PR allows doctest to receive a --runtool argument, as well as possibly many --runtool-arg arguments, which are then used to run cross compiled doctests.
Also, functionality has been added to rustdoc to allow it to skip testing doctests on a per-target basis, in the same way that compiletest does it. For example, tagging the doctest with "ignore-sgx" disables testing on any targets that contain "sgx". A plain "ignore" still skips testing on all targets.

See [here](https://github.com/rust-lang/cargo/pull/6892) for the companion PR in the cargo project that extends functionality in Cargo so that it passes the appropriate parameters to rustdoc when cross compiling and testing doctests.

Part of [#6460](https://github.com/rust-lang/cargo/issues/6460)
2019-09-10 12:19:41 +00:00
..
2019-07-17 12:46:36 -07:00
2019-08-07 09:44:12 -07:00
2019-09-04 08:35:52 -07:00
2019-08-20 14:03:13 -07:00
2019-09-09 20:48:57 +02:00
2019-09-04 08:35:52 -07:00
2019-09-08 20:25:09 -05:00
2019-03-24 22:06:34 -04:00