-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update compiler test documentation #52955
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
src/test/COMPILER_TESTS.md
Outdated
@@ -53,6 +53,7 @@ be compiled or run. | |||
* `ignore-pretty` will not compile the pretty-printed test (this is done to test the pretty-printer, but might not always work) | |||
* `ignore-test` always ignores the test | |||
* `ignore-lldb` and `ignore-gdb` will skip a debuginfo test on that debugger. | |||
* `ignore-gdb-version` can be used to ignore the test when certain gdb versions are used |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and this PR would be resubmitted at rustc-guide, natch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, but first we should add any additional content from here to the guide
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.