UI tests: add missing diagnostic kinds where possible#139555
UI tests: add missing diagnostic kinds where possible#139555bors merged 1 commit intorust-lang:masterfrom
Conversation
|
|
||
| foo( | ||
| //~^ 47:5: 47:8: this function takes 8 arguments but 7 arguments were supplied [E0061] | ||
| //~^ ERROR this function takes 8 arguments but 7 arguments were supplied [E0061] |
|
Very conflict-prone so |
|
☀️ 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 de5b8a4 (parent) -> c1b8b7e (this PR) Test differencesShow 32998 test diffsStage 1
Stage 2
(and 16402 additional test diffs) Additionally, 16496 doctest diffs were found. These are ignored, as they are noisy. Job group index
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 (c1b8b7e): 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 4.2%, secondary -2.7%)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.9%, secondary 1.8%)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: 778.068s -> 780.154s (0.27%) |
The subset of #139427 that only adds diagnostic kinds to line annotations, without changing any other things in annotations or compiletest.
After this only non-viral
NOTEs andHELPs should be missing.r? @jieyouxu