We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tests/ui/stats/input-stats.rs
1 parent c583fa6 commit 7fff114Copy full SHA for 7fff114
tests/ui/stats/input-stats.rs
@@ -3,6 +3,10 @@
3
//@ only-64bit
4
// layout randomization affects the hir stat output
5
//@ needs-deterministic-layouts
6
+//
7
+// Filter out the percentages because a change to a single count can affect
8
+// many or all percentages, which makes the diffs hard to read.
9
+//@ normalize-stderr: "\([0-9 ][0-9]\.[0-9]%\)" -> "(NN.N%)"
10
11
// Type layouts sometimes change. When that happens, until the next bootstrap
12
// bump occurs, stage1 and stage2 will give different outputs for this test.
0 commit comments