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.
In particular the
Regressionstests 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
Regressionstests 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.