-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add tests for two untested cases of placeholder relations #139960
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
Conversation
@bors delegate+ pls squash to a single commit 😁 |
✌️ @amandasystems, you can now approve this pull request! If @lcnr told you to " |
This comment has been minimized.
This comment has been minimized.
8832f0a
to
857fe8f
Compare
This comment has been minimized.
This comment has been minimized.
…, r=lcnr Add tests for two untested cases of placeholder relations During work on rust-lang#130227, I discovered several situations not covered by any previously existing UI test. This commit introudces tests to cover that. r? lcnr
…, r=lcnr Add tests for two untested cases of placeholder relations During work on rust-lang#130227, I discovered several situations not covered by any previously existing UI test. This commit introudces tests to cover that. r? lcnr
@bors r- |
During work on rust-lang#130227, I discovered several situations not covered by any previously existing UI test. This commit introudces tests to cover that.
857fe8f
to
e9d374c
Compare
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 8bf5a8d (parent) -> 6bc57c6 (this PR) Test differencesShow 33046 test diffsStage 1
Stage 2
(and 16430 additional test diffs) Additionally, 16516 doctest diffs were found. These are ignored, as they are noisy. Job group index Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 6bc57c6bf7d0024ad9ea5a2c112f3fc9c383c8a4 --output-dir test-dashboard And then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
Finished benchmarking commit (6bc57c6): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary 2.3%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (primary 0.5%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 776.303s -> 774.196s (-0.27%) |
During work on #130227, I discovered several situations not covered by any previously existing UI test. This commit introudces tests to cover that.
r? lcnr