This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 505cd65
committed
Auto merge of rust-lang#132979 - onur-ozkan:skip-exact, r=<try>
use `--exact` on `--skip` to avoid unintended substring matches
Without the `--exact` flag, using `--skip tests/rustdoc` can unintentionally skip other tests that match as substrings such as `rustdoc-gui`, `rustdoc-js`, etc.
For debugging, run: `./x.py --stage 2 test rustdoc-ui --skip tests/rustdoc` and `./x.py --stage 2 test rustdoc-ui --skip tests/rustdoc -- --exact`
Resolves rust-lang#117721
try-job: x86_64-apple-12 files changed
+4
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3405 | 3405 | | |
3406 | 3406 | | |
3407 | 3407 | | |
3408 | | - | |
3409 | 3408 | | |
3410 | 3409 | | |
3411 | 3410 | | |
| |||
3600 | 3599 | | |
3601 | 3600 | | |
3602 | 3601 | | |
3603 | | - | |
3604 | | - | |
| 3602 | + | |
| 3603 | + | |
3605 | 3604 | | |
3606 | | - | |
3607 | | - | |
3608 | | - | |
3609 | | - | |
| 3605 | + | |
3610 | 3606 | | |
3611 | 3607 | | |
3612 | 3608 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments