Skip to content

Test build on linux misses some test directories #12047

@AndyAyersMS

Description

@AndyAyersMS

In particular the Regressions tests are not built.

Suspect it is fallout from dotnet/coreclr#17161 when the build host file system is case-sensitive, so for instance, the following builds the Regressions tests on windows but not on linux:

https://github.com/dotnet/coreclr/blob/bae641f469bebb39b6043071fa55e1fa032bd355/tests/src/dirs.proj#L226-L228

Some of the other dirs with upper case initials (eg Loader) are explicitly mentioned.

Since this seems to be the only missed directory (currently) we can just patch dirs.proj for now, but it would be nice to have a more robust partitioning scheme.

Metadata

Metadata

Assignees

No one assigned

    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