You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: