Closed
Description
As what was previously the "CoreCLR test suite" is now shared with mono, it no longer makes sense for it to sit under src/coreclr/tests in the runtime tree. The purpose of this task is to move the tests into a new common folder under the tree and modify the paths in all scripts and pipelines so that they continue running after the change. This task doesn't address any changes to the underlying harness used to run the tests.
Current root location of CoreCLR test source code and scripts:
src/coreclr/tests/src
Proposed new location for the test root:
src/tests
/cc: @dotnet/runtime-infrastructure