Physically remove the folder src/coreclr/tests (#42828)
authorTomáš Rylek <trylek@microsoft.com>
Tue, 29 Sep 2020 13:57:45 +0000 (15:57 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Sep 2020 13:57:45 +0000 (15:57 +0200)
commit82c58d098fbbf2769fc6d8feb960a60633176545
tree5f3a4c1c49595e0ac45d22d1774a19a410cf6f82
parent2234b7ddf4a8cbdc317e3c1b62033342bebdf883
Physically remove the folder src/coreclr/tests (#42828)

This change removes the last few files from src/coreclr/tests
under src/tests and finally depletes the folder. One change of note
is rename of src/coreclr/tests/runtest.py to src/tests/run.py
in accordance with the previous renames.

I have put the runparallel.sh script to src/tests as it seems
to have general usability, I moved the rest of the scripts to
src/tests/Common/scripts. I haven't actually tried to make it
work. I managed to catch one reference from arm32_ci_script /
arm_ci_test.sh to bringup_runtest.sh that I fixed but again
without actually testing them.

I am not too familiar with these scripts, I haven't found
references to them anywhere in the infra, some of them seem
related to the JIT team, adding Bruce to the PR to confirm.
I have no idea whether they are used at all, any insights into
what obsolete scripts we can get rid of is more than welcome.

Thanks

Tomas
src/coreclr/tests/NuGet.config [deleted file]
src/coreclr/tests/x64_arm64_altjit.cmd [deleted file]
src/coreclr/tests/x86_arm_altjit.cmd [deleted file]
src/tests/Common/scripts/arm32_ci_script.sh
src/tests/Common/scripts/arm32_ci_test.sh
src/tests/Common/scripts/bringup_runtest.sh [moved from src/coreclr/tests/bringup_runtest.sh with 100% similarity]
src/tests/run.cmd
src/tests/run.py [moved from src/coreclr/tests/runtest.py with 98% similarity]
src/tests/run.sh
src/tests/runparallel.sh [moved from src/coreclr/tests/runparallel.sh with 100% similarity]