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

MSBuild task tests fail when long-paths enabled #4247

Closed
rainersigwald opened this issue Mar 19, 2019 · 0 comments · Fixed by #9223
Closed

MSBuild task tests fail when long-paths enabled #4247

rainersigwald opened this issue Mar 19, 2019 · 0 comments · Fixed by #9223

Comments

@rainersigwald
Copy link
Member

This test

https://github.com/Microsoft/msbuild/blob/94e11e0a773bc8956caf128335433231bb06fed5/src/Build.UnitTests/BackEnd/MSBuild_Tests.cs#L30-L93

Fails when long paths are enabled.

I think the reason is that there is a codepath that attempts to handle too-long-but-can-be-simplified-to-short-enough paths that has different behavior than actually just passing the long paths.

https://github.com/Microsoft/msbuild/blob/94e11e0a773bc8956caf128335433231bb06fed5/src/Build/BackEnd/Components/RequestBuilder/IntrinsicTasks/MSBuild.cs#L314

Disabling the tests against this bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants