Rehome 35 tests/ui/issues/ tests to other subdirectories under tests/ui/#144089
Rehome 35 tests/ui/issues/ tests to other subdirectories under tests/ui/#144089bors merged 1 commit intorust-lang:masterfrom
tests/ui/issues/ tests to other subdirectories under tests/ui/#144089Conversation
|
|
|
There are changes to the cc @jieyouxu |
74fe4ca to
a62b29d
Compare
This comment has been minimized.
This comment has been minimized.
|
☔ The latest upstream changes (presumably #144145) made this pull request unmergeable. Please resolve the merge conflicts. |
a62b29d to
2cfcf5d
Compare
This comment has been minimized.
This comment has been minimized.
2cfcf5d to
f63de22
Compare
|
I'm going to review the PR removing the issue limits check first, as otherwise this and Kivo's other PR moving |
f63de22 to
06227df
Compare
This comment has been minimized.
This comment has been minimized.
06227df to
c66a895
Compare
|
☔ The latest upstream changes (presumably #144360) made this pull request unmergeable. Please resolve the merge conflicts. |
c66a895 to
a924d44
Compare
|
This PR modifies |
|
@rustbot ready |
| stdout.write(b"Hello!"); | ||
| } | ||
|
|
||
| // https://github.com/rust-lang/rust/issues/4333 |
There was a problem hiding this comment.
Remark: hm, I think I would still prefer having these comments at the top of the test, and keep two commits {move, edits}. It's fine for this PR, but I do still think it's nicer to have the doc comments / backlinks on start of file.
|
@bors r+ rollup |
Rollup of 9 pull requests Successful merges: - #144089 (Rehome 35 `tests/ui/issues/` tests to other subdirectories under `tests/ui/`) - #144171 (pattern_analysis: add option to get a full set of witnesses) - #144201 (Mention type that could be `Clone` but isn't in more cases) - #144316 (bootstrap: Move musl-root fallback out of sanity check) - #144339 (Enable dwarf-mixed-versions-lto.rs test on RISC-V (riscv64)) - #144341 (Enable const-vector.rs test on RISC-V (riscv64)) - #144352 (RustWrapper: Suppress getNextNonDebugInfoInstruction) - #144356 (Add `ignore-backends` annotations in failing GCC backend ui tests) - #144364 (Update `dlmalloc` dependency of libstd) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #144089 - Oneirical:uncountable-integer-1, r=jieyouxu Rehome 35 `tests/ui/issues/` tests to other subdirectories under `tests/ui/` #143902 divided into smaller, easier to review chunks. Part of #133895 Methodology: 1. Refer to the previously written `tests/ui/SUMMARY.md` 2. Find an appropriate category for the test, using the original issue thread and the test contents. 3. Add the issue URL at the bottom (not at the top, as that would mess up stderr line numbers) 4. Rename the tests to make their purpose clearer The URL addition at the end, as well as moving around the auxiliary files and editing the `stderr` files with the new filename, were done using a Python script. Inspired by the methodology that `@Kivooeo` was using. r? `@jieyouxu`
#143902 divided into smaller, easier to review chunks.
Part of #133895
Methodology:
tests/ui/SUMMARY.mdThe URL addition at the end, as well as moving around the auxiliary files and editing the
stderrfiles with the new filename, were done using a Python script.Inspired by the methodology that @Kivooeo was using.
r? @jieyouxu