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

Remove the directory src/coreclr/tests/src #42139

Merged
merged 7 commits into from
Sep 14, 2020

Conversation

trylek
Copy link
Member

@trylek trylek commented Sep 11, 2020

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

@trylek trylek changed the title WIP: Remove the directory src/coreclr/tests/src Remove the directory src/coreclr/tests/src Sep 13, 2020
@trylek
Copy link
Member Author

trylek commented Sep 13, 2020

Seems to be finally working now... /cc @dotnet/runtime-infrastructure

Copy link
Member

@ViktorHofer ViktorHofer left a 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?

@trylek
Copy link
Member Author

trylek commented Sep 14, 2020

I believe the outerloop failure in the Alpine run is expected, adding @janvorli to confirm.

@trylek
Copy link
Member Author

trylek commented Sep 14, 2020

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.

@trylek trylek merged commit 736b304 into dotnet:master Sep 14, 2020
@trylek trylek deleted the ExecutionScripts branch September 14, 2020 12:17
Copy link
Member

@safern safern left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants