Uh oh!
There was an error while loading. Please reload this page.
Update tests for libtest --format json - #110644
Merged
Merged
Conversation
emilyalbini
marked this pull request as ready for review
April 21, 2023 13:43
rustbot
commented
Apr 21, 2023
Collaborator
(rustbot has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
Mark-Simulacrum
commented
Apr 24, 2023
Member
r=me, but might need some sorting perhaps? Looks like maybe we have some non-determinism there. |
cuviper
commented
Apr 28, 2023
Member
@bors r=Mark-Simulacrum |
bors
commented
Apr 28, 2023
Collaborator
bors
commented
Apr 28, 2023
Collaborator
🌲 The tree is currently closed for pull requests below priority 50. This pull request will be tested once the tree is reopened. |
matthiaskrgr added a commit
to matthiaskrgr/rust
that referenced
this pull request
Apr 29, 2023
…sts, r=Mark-Simulacrum Update tests for libtest `--format json` This PR makes the test work on beta and stable, and adds a test ensuring the option is not available on beta and stable. Backported these commits from rust-lang#110414.
GuillaumeGomez added a commit
to GuillaumeGomez/rust
that referenced
this pull request
Apr 29, 2023
…sts, r=Mark-Simulacrum Update tests for libtest `--format json` This PR makes the test work on beta and stable, and adds a test ensuring the option is not available on beta and stable. Backported these commits from rust-lang#110414.
matthiaskrgr added a commit
to matthiaskrgr/rust
that referenced
this pull request
Apr 29, 2023
…sts, r=Mark-Simulacrum Update tests for libtest `--format json` This PR makes the test work on beta and stable, and adds a test ensuring the option is not available on beta and stable. Backported these commits from rust-lang#110414.
This was referenced Apr 29, 2023
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Apr 29, 2023
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#105848 (rustdoc: Add a new lint for broken inline code) - rust-lang#110644 (Update tests for libtest `--format json`) - rust-lang#110950 (Deny the `unsafe_op_in_unsafe_fn` lint in `rustc_arena`.) - rust-lang#110951 (Add support for LibreSSL 3.7.x) - rust-lang#110964 (rustdoc: fix weird margins between Deref impl items) - rust-lang#110979 (windows: kill rust-analyzer-proc-macro-srv before deleting stage0 directory) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
ehuss added a commit
to ehuss/rustc-dev-guide
that referenced
this pull request
Apr 29, 2023
This header was added in rust-lang/rust#110644.
tshepang pushed a commit
to rust-lang/rustc-dev-guide
that referenced
this pull request
May 2, 2023
This header was added in rust-lang/rust#110644.
Kobzol pushed a commit
to Kobzol/rust
that referenced
this pull request
Dec 30, 2024
This header was added in rust-lang#110644.
bors pushed a commit
to rust-lang-ci/rust
that referenced
this pull request
Jan 2, 2025
This header was added in rust-lang#110644.
Kobzol pushed a commit
to Kobzol/rustc-dev-guide
that referenced
this pull request
Jan 3, 2025
This header was added in rust-lang/rust#110644.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR makes the test work on beta and stable, and adds a test ensuring the option is not available on beta and stable. Backported these commits from #110414.