-
-
Notifications
You must be signed in to change notification settings - Fork 15k
SVG parallel frontend UI test failure #157606
Copy link
Copy link
Closed
Labels
A-compiletestArea: The compiletest test runnerArea: The compiletest test runnerA-parallel-compilerArea: parallel compilerArea: parallel compilerA-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustc
Metadata
Metadata
Assignees
Labels
A-compiletestArea: The compiletest test runnerArea: The compiletest test runnerA-parallel-compilerArea: parallel compilerArea: parallel compilerA-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustc
Type
Fields
Give feedbackNo fields configured for issues without a type.
part of #154314
Some tests output an SVG to check things like colors in diagnostics. As you might know parallel frontend likes to shuffle our diagnostics, so comptest compares generated output by lines present. That however is not enough for SVG output as it also stores the original line's vertical position as a
yattribute. And finally for unknown reason it changes width attribute value for the top<svg>tag.Affected UI tests: error-emitter/multiline-removal-suggestion.rs