Update compiler test documentation#52955
Conversation
|
(rust_highfive has picked a reviewer for you, use r? to override) |
src/test/COMPILER_TESTS.md
Outdated
There was a problem hiding this comment.
hmm I feel like this document ought to be removed and just become a pointer to
https://rust-lang-nursery.github.io/rustc-guide/tests/intro.html
(cc @mark-i-m, thoughts?)
There was a problem hiding this comment.
and this PR would be resubmitted at rustc-guide, natch
There was a problem hiding this comment.
I agree, but first we should add any additional content from here to the guide
There was a problem hiding this comment.
is there anything in here that is not present in the guide? I guess we have to check
There was a problem hiding this comment.
I looked and the guide seems like a superset of what's in this file.
|
Merged. @tromey would you object to repurposing this PR to make this a "soft link" over to the guide? |
|
Not at all, I'll do it soon. |
Update the compiler test documentation to point to the relevant rustc-guide page.
a97cb02 to
8a76656
Compare
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
|
I don't think that failure is related to this patch. |
|
@bors r+ rollup |
|
📌 Commit 8a76656 has been approved by |
|
bors relabeled this as waiting on me, but I don't understand what I am supposed to do. |
|
Thanks :) |
…tsakis Update compiler test documentation Update the compiler test documentation to document ignore-gdb-version and min-system-llvm-version; and expand the min-gdb-version, min-lldb-version, and min-llvm-version documentation a little.
…tsakis Update compiler test documentation Update the compiler test documentation to document ignore-gdb-version and min-system-llvm-version; and expand the min-gdb-version, min-lldb-version, and min-llvm-version documentation a little.
Rollup of 15 pull requests Successful merges: - #52955 (Update compiler test documentation) - #53019 (Don't collect() when size_hint is useless) - #53025 (Consider changing assert! to debug_assert! when it calls visit_with) - #53059 (Remove explicit returns where unnecessary) - #53165 ( Add aarch64-unknown-netbsd target) - #53210 (Deny future duplication of rustc-ap-syntax) - #53223 (A few cleanups for rustc_data_structures) - #53230 ([nll] enable feature(nll) on various crates for bootstrap: part 4) - #53231 (Add let keyword doc) - #53240 (Add individual documentation for <integer>`.swap_bytes`/.`reverse_bits`) - #53253 (Remove unwanted console log) - #53264 (Show that Command can be reused and remodified) - #53267 (Fix styles) - #53273 (Add links to std::char::REPLACEMENT_CHARACTER from docs.) - #53283 (wherein we suggest float for integer literals where a float was expected) Failed merges: r? @ghost
Update the compiler test documentation to document ignore-gdb-version
and min-system-llvm-version; and expand the min-gdb-version,
min-lldb-version, and min-llvm-version documentation a little.