Skip to content

Track enable XslCompiledTransform Date/Time XSL test #115455

@tarekgh

Description

@tarekgh

The PR #115415 added support for the Azure Linux image in CI. This image sets the default locale to POSIX, which .NET interprets as the Invariant culture. As a result, one of the XslCompiledTransform tests—specifically one that verifies date and time formatting in XSLT—fails because it doesn't handle culture-invariant scenarios correctly.

Relevant test line:

[InlineData("bug93189.xsl", "bug93189.xml", "bug93189.xml", "NullResolver", true, "XmlReader")]

To unblock the PR, we’ve temporarily disabled the test. This issue is now tracking the work to re-enable it after updating the test to be culture-agnostic. To do so, the test logic updated accordingly. It will be good consider #93189 when doing so.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions