Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test build on linux misses some test directories #12047

Closed
AndyAyersMS opened this issue Feb 15, 2019 · 1 comment · Fixed by dotnet/coreclr#22885
Closed

Test build on linux misses some test directories #12047

AndyAyersMS opened this issue Feb 15, 2019 · 1 comment · Fixed by dotnet/coreclr#22885

Comments

@AndyAyersMS
Copy link
Member

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.

@RussKeldorph
Copy link
Contributor

/cc @echesakovMSFT

@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@msftgits msftgits added this to the 3.0 milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants