-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Remove the directory src/coreclr/tests/src #42139
Conversation
4bc7420
to
abff90c
Compare
abff90c
to
085183c
Compare
Seems to be finally working now... /cc @dotnet/runtime-infrastructure |
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.
LGTM assuming the outerloop failures are unrelated?
I believe the outerloop failure in the Alpine run is expected, adding @janvorli to confirm. |
Confirmed with Jan, he's already sent out the PR for the fix (#42195). I suspect we'll need to add a WASM-specific exclusion for the UnmanagedCallersOnlyTest to issues.targets, apparently after Aaron's recent refactoring the test is no longer compatible with the WASM platform, FYI /cc @naricc, @SamMonoRT and @directhex. |
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.
LGTM
Move CLRTest.*.targets under src/tests/Common;
Consolidate Directory.Build.props in src/tests, src/tests/Common and src/coreclr/tests/src - src/tests is now the "master" version, src/tests/Common just points to it and src/coreclr/tests/src no longer exists;
Move Directory.Build.targets from src/coreclr/tests/src to src/tests/Directory.Build.targets that was previously just importing the src/coreclr/tests/src version;
Move the few remaining scripts under src/coreclr/tests/src to src/tests/Common (dirs.proj, nobuild.targets, runonly.targets, xunitconsolerunner.depproj).
Thanks
Tomas