Skip to content

Unit test failures in BasicCommandLineTest in es-ES test runs #25755

@tmeschter

Description

@tmeschter

The following BasicCommandLineTest unit tests fail when run under the es-ES locale:

  • Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests.CommandLineTests.RefOutWithError
    Message:
      Assert.Equal() Failure
                                       ↓ (pos 134)
      Expected: ···rror BC30451: 'Bad' is not declared. It may be inaccessible d···
      Actual:   ···rror BC30451: 'Bad' no está declarado. Puede que sea inaccesi···
                                       ↑ (pos 134)
    
    Stack trace:
     en Xunit.Assert.Equal(String expected, String actual, Boolean ignoreCase, Boolean ignoreLineEndingDifferences, Boolean ignoreWhiteSpaceDifferences)
     en Xunit.Assert.Equal(String expected, String actual)
     en Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests.CommandLineTests.RefOutWithError()
    

Full details in: Roslyn.Compilers.VisualBasic.CommandLine.UnitTests.dll.zip

Metadata

Metadata

Assignees

Labels

Area-CompilersBugTenet-LocalizationSome piece of UI isn’t localized, often due to hard-coding of strings or other visible elements.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions