-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Fix linker tests not running and show full path during trimming test execution #69118
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
Conversation
Fixes #38377. Also addresses @danmoseley's additional feedback regarding separating the "..." from the path.
|
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsFixes #38377. Also addresses @danmoseley's additional feedback regarding separating the "..." from the path.
|
|
The NativeAOT |
|
I don't think trimming tests are running at all (unrelated to this PR). I.e. https://dnceng.visualstudio.com/public/_build/results?buildId=1762286&view=logs&j=eb951b81-6f9f-5627-0593-6e7e925eb8a5&t=55619121-b736-513e-b9cc-23d0fc111be3 doesn't show any test execution after the test libraries are restored. Looking into this more closely now. |
|
Opened #69139. |
src/libraries/System.Runtime/tests/TrimmingTests/InvariantGlobalizationTrue.cs
Show resolved
Hide resolved
src/libraries/System.Runtime/tests/TrimmingTests/InvariantGlobalizationTrue.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Runtime/tests/TrimmingTests/InvariantGlobalizationTrue.cs
Outdated
Show resolved
Hide resolved
tarekgh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added 2 minor comments, LGTM otherwise.
src/libraries/System.Runtime/tests/TrimmingTests/InvariantGlobalizationTrue.cs
Show resolved
Hide resolved
eerhardt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the catch and fix here, @ViktorHofer. LGTM
|
Failure is #69231 |
Fixes #38377
Fixes #69139
Also addresses @danmoseley's additional feedback regarding separating the "..." from the path.