From 440121e7eabadf21cc6b25187e8ec6c375030625 Mon Sep 17 00:00:00 2001 From: Tomas Date: Wed, 15 Dec 2021 21:33:10 +0100 Subject: [PATCH] Delete several duplicate test projects under JIT/Methodical arithm32_cs_d: duplicate of arithm32_d arithm32_cs_do: duplicate of arithm32_do arithm64_cs_d: duplicate of arithm64_d with the only difference that arithm64_d was Pri1. I have kept arithm64_d (due to the shorter name) but I deleted the Pri1 specifier. arithm64_cs_do: duplicate of arithm64_do with the only difference that aritm64_do was Pri1. I have kept arithm64_d (due to the shorter name) but I deleted the Pri1 specifier. gc_nested: duplicate of gc_nested_d nested: duplicate of nested_d gcreport: duplicate of gcreport_d native: duplicate of native_d virtcall: duplicate of virtcall_d refanyval: duplicate of refanyval_d In all five cases I kept the version with _d for symmetry with the other build options (_do / _r / _ro). _XAssemblytest1-xassem: duplicate of _XModuletest1_xmod _XAssemblytest2-xassem: duplicate of _XModuletest2_xmod _XAssemblytest4-xassem: duplicate of _XModuletest4_xmod In these three cases I kept the _XModuletest variants that have compilation files and project references organized as two item groups that is the most prevalent style in our projects. The _Xmoduletest variants are apparently missing a boilerplate comment that is of little use. Thanks Tomas --- src/tests/JIT/Methodical/NaN/arithm32_cs_d.csproj | 13 ------------- .../JIT/Methodical/NaN/arithm32_cs_do.csproj | 13 ------------- src/tests/JIT/Methodical/NaN/arithm64_cs_d.csproj | 12 ------------ .../JIT/Methodical/NaN/arithm64_cs_do.csproj | 12 ------------ src/tests/JIT/Methodical/NaN/arithm64_d.csproj | 1 - src/tests/JIT/Methodical/NaN/arithm64_do.csproj | 1 - src/tests/JIT/Methodical/VT/etc/gc_nested.csproj | 13 ------------- src/tests/JIT/Methodical/VT/etc/nested.csproj | 13 ------------- src/tests/JIT/Methodical/refany/gcreport.csproj | 12 ------------ src/tests/JIT/Methodical/refany/native.csproj | 13 ------------- src/tests/JIT/Methodical/refany/virtcall.csproj | 13 ------------- .../stringintern/_XAssemblytest1-xassem.csproj | 15 --------------- .../stringintern/_XAssemblytest2-xassem.csproj | 15 --------------- .../stringintern/_XAssemblytest4-xassem.csproj | 15 --------------- .../JIT/Methodical/xxobj/operand/refanyval.csproj | 13 ------------- 15 files changed, 174 deletions(-) delete mode 100644 src/tests/JIT/Methodical/NaN/arithm32_cs_d.csproj delete mode 100644 src/tests/JIT/Methodical/NaN/arithm32_cs_do.csproj delete mode 100644 src/tests/JIT/Methodical/NaN/arithm64_cs_d.csproj delete mode 100644 src/tests/JIT/Methodical/NaN/arithm64_cs_do.csproj delete mode 100644 src/tests/JIT/Methodical/VT/etc/gc_nested.csproj delete mode 100644 src/tests/JIT/Methodical/VT/etc/nested.csproj delete mode 100644 src/tests/JIT/Methodical/refany/gcreport.csproj delete mode 100644 src/tests/JIT/Methodical/refany/native.csproj delete mode 100644 src/tests/JIT/Methodical/refany/virtcall.csproj delete mode 100644 src/tests/JIT/Methodical/stringintern/_XAssemblytest1-xassem.csproj delete mode 100644 src/tests/JIT/Methodical/stringintern/_XAssemblytest2-xassem.csproj delete mode 100644 src/tests/JIT/Methodical/stringintern/_XAssemblytest4-xassem.csproj delete mode 100644 src/tests/JIT/Methodical/xxobj/operand/refanyval.csproj diff --git a/src/tests/JIT/Methodical/NaN/arithm32_cs_d.csproj b/src/tests/JIT/Methodical/NaN/arithm32_cs_d.csproj deleted file mode 100644 index 717e6743d8b979..00000000000000 --- a/src/tests/JIT/Methodical/NaN/arithm32_cs_d.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - Exe - 1 - - - Full - False - - - - - diff --git a/src/tests/JIT/Methodical/NaN/arithm32_cs_do.csproj b/src/tests/JIT/Methodical/NaN/arithm32_cs_do.csproj deleted file mode 100644 index 1acebe99d3f23f..00000000000000 --- a/src/tests/JIT/Methodical/NaN/arithm32_cs_do.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - Exe - 1 - - - Full - True - - - - - diff --git a/src/tests/JIT/Methodical/NaN/arithm64_cs_d.csproj b/src/tests/JIT/Methodical/NaN/arithm64_cs_d.csproj deleted file mode 100644 index f46320c4d37674..00000000000000 --- a/src/tests/JIT/Methodical/NaN/arithm64_cs_d.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - Exe - - - Full - False - - - - - diff --git a/src/tests/JIT/Methodical/NaN/arithm64_cs_do.csproj b/src/tests/JIT/Methodical/NaN/arithm64_cs_do.csproj deleted file mode 100644 index e9add4a6cbde92..00000000000000 --- a/src/tests/JIT/Methodical/NaN/arithm64_cs_do.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - Exe - - - Full - True - - - - - diff --git a/src/tests/JIT/Methodical/NaN/arithm64_d.csproj b/src/tests/JIT/Methodical/NaN/arithm64_d.csproj index 4b02d9dca31473..c24e108444a36b 100644 --- a/src/tests/JIT/Methodical/NaN/arithm64_d.csproj +++ b/src/tests/JIT/Methodical/NaN/arithm64_d.csproj @@ -1,7 +1,6 @@ Exe - 1 full diff --git a/src/tests/JIT/Methodical/NaN/arithm64_do.csproj b/src/tests/JIT/Methodical/NaN/arithm64_do.csproj index 50c51e15518501..c0d4904a06e4d5 100644 --- a/src/tests/JIT/Methodical/NaN/arithm64_do.csproj +++ b/src/tests/JIT/Methodical/NaN/arithm64_do.csproj @@ -1,7 +1,6 @@ Exe - 1 full diff --git a/src/tests/JIT/Methodical/VT/etc/gc_nested.csproj b/src/tests/JIT/Methodical/VT/etc/gc_nested.csproj deleted file mode 100644 index 8ef90b9d52e328..00000000000000 --- a/src/tests/JIT/Methodical/VT/etc/gc_nested.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - Exe - 1 - - - Full - False - - - - - diff --git a/src/tests/JIT/Methodical/VT/etc/nested.csproj b/src/tests/JIT/Methodical/VT/etc/nested.csproj deleted file mode 100644 index f4b005d52a8a23..00000000000000 --- a/src/tests/JIT/Methodical/VT/etc/nested.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - Exe - 1 - - - Full - False - - - - - diff --git a/src/tests/JIT/Methodical/refany/gcreport.csproj b/src/tests/JIT/Methodical/refany/gcreport.csproj deleted file mode 100644 index a168f1982c49c5..00000000000000 --- a/src/tests/JIT/Methodical/refany/gcreport.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - Exe - - - Full - False - - - - - diff --git a/src/tests/JIT/Methodical/refany/native.csproj b/src/tests/JIT/Methodical/refany/native.csproj deleted file mode 100644 index 7eed37b9f0d1c9..00000000000000 --- a/src/tests/JIT/Methodical/refany/native.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - Exe - 1 - - - Full - False - - - - - diff --git a/src/tests/JIT/Methodical/refany/virtcall.csproj b/src/tests/JIT/Methodical/refany/virtcall.csproj deleted file mode 100644 index a38e7a515935e0..00000000000000 --- a/src/tests/JIT/Methodical/refany/virtcall.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - Exe - true - - - Full - False - - - - - diff --git a/src/tests/JIT/Methodical/stringintern/_XAssemblytest1-xassem.csproj b/src/tests/JIT/Methodical/stringintern/_XAssemblytest1-xassem.csproj deleted file mode 100644 index e00bfce640be88..00000000000000 --- a/src/tests/JIT/Methodical/stringintern/_XAssemblytest1-xassem.csproj +++ /dev/null @@ -1,15 +0,0 @@ - - - Exe - 1 - - - - PdbOnly - - - - - - - diff --git a/src/tests/JIT/Methodical/stringintern/_XAssemblytest2-xassem.csproj b/src/tests/JIT/Methodical/stringintern/_XAssemblytest2-xassem.csproj deleted file mode 100644 index bad3f1daaf950b..00000000000000 --- a/src/tests/JIT/Methodical/stringintern/_XAssemblytest2-xassem.csproj +++ /dev/null @@ -1,15 +0,0 @@ - - - Exe - 1 - - - - PdbOnly - - - - - - - diff --git a/src/tests/JIT/Methodical/stringintern/_XAssemblytest4-xassem.csproj b/src/tests/JIT/Methodical/stringintern/_XAssemblytest4-xassem.csproj deleted file mode 100644 index 187ebcb849a9ed..00000000000000 --- a/src/tests/JIT/Methodical/stringintern/_XAssemblytest4-xassem.csproj +++ /dev/null @@ -1,15 +0,0 @@ - - - Exe - 1 - - - - PdbOnly - - - - - - - diff --git a/src/tests/JIT/Methodical/xxobj/operand/refanyval.csproj b/src/tests/JIT/Methodical/xxobj/operand/refanyval.csproj deleted file mode 100644 index 2b7caabb234309..00000000000000 --- a/src/tests/JIT/Methodical/xxobj/operand/refanyval.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - Exe - 1 - - - Full - False - - - - -