Commit 8946bf5
authored
Rollup merge of rust-lang#118322 - onur-ozkan:if-only-doctests-skip-compiletest, r=clubby789
skip {tidy,compiletest,rustdoc-gui} based tests for `DocTests::Only`
As use of `--doc` with `x test` is intended for running doc-tests only, executing compiletest, tidy or rustdoc-gui based tests considered as an incorrect behavior from bootstrap. This change fixes that.1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
999 | 999 | | |
1000 | 1000 | | |
1001 | 1001 | | |
| 1002 | + | |
1002 | 1003 | | |
1003 | 1004 | | |
1004 | 1005 | | |
| |||
1158 | 1159 | | |
1159 | 1160 | | |
1160 | 1161 | | |
1161 | | - | |
| 1162 | + | |
| 1163 | + | |
1162 | 1164 | | |
1163 | 1165 | | |
1164 | 1166 | | |
| |||
1560 | 1562 | | |
1561 | 1563 | | |
1562 | 1564 | | |
| 1565 | + | |
| 1566 | + | |
| 1567 | + | |
| 1568 | + | |
1563 | 1569 | | |
1564 | 1570 | | |
1565 | 1571 | | |
| |||
2323 | 2329 | | |
2324 | 2330 | | |
2325 | 2331 | | |
| 2332 | + | |
| 2333 | + | |
2326 | 2334 | | |
2327 | 2335 | | |
2328 | 2336 | | |
| |||
0 commit comments