Skip to content

SVG parallel frontend UI test failure #157606

@zetanumbers

Description

@zetanumbers

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 y attribute. And finally for unknown reason it changes width attribute value for the top <svg> tag.

Affected UI tests: error-emitter/multiline-removal-suggestion.rs

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-compiletestArea: The compiletest test runnerA-parallel-compilerArea: parallel compilerA-testsuiteArea: The testsuite used to check the correctness of rustc

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions