Fix projects that specified DebugType incorrectly
authorAndy Ayers <andya@microsoft.com>
Wed, 22 Feb 2017 17:31:14 +0000 (09:31 -0800)
committerAndy Ayers <andya@microsoft.com>
Wed, 22 Feb 2017 17:31:14 +0000 (09:31 -0800)
commit97b475e1d32d28970d932a5e68d4fe7859292dff
treec0a5f38c6c043642d1fd7bab611e53be02219ea5
parent182721ca940fec49ec60b1f8254ecd92f620ca16
Fix projects that specified DebugType incorrectly

Make conditional DebugType properties uncondtional. Fix debug type
and optimize settings for _d and _do suffixed tests. Remove conditional
DebugType propery if there is also an unconditonal property.

Commit migrated from https://github.com/dotnet/coreclr/commit/e36c46a2e53dabb008e89b10ed138f0ccf7f192a
235 files changed:
src/coreclr/tests/src/JIT/Directed/shift/int16_d.csproj
src/coreclr/tests/src/JIT/Directed/shift/int16_do.csproj
src/coreclr/tests/src/JIT/Directed/shift/int32_d.csproj
src/coreclr/tests/src/JIT/Directed/shift/int32_do.csproj
src/coreclr/tests/src/JIT/Directed/shift/int64_d.csproj
src/coreclr/tests/src/JIT/Directed/shift/int64_do.csproj
src/coreclr/tests/src/JIT/Directed/shift/uint16_d.csproj
src/coreclr/tests/src/JIT/Directed/shift/uint16_do.csproj
src/coreclr/tests/src/JIT/Directed/shift/uint32_d.csproj
src/coreclr/tests/src/JIT/Directed/shift/uint32_do.csproj
src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_d.csproj
src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_do.csproj
src/coreclr/tests/src/JIT/Directed/shift/uint64_d.csproj
src/coreclr/tests/src/JIT/Directed/shift/uint64_do.csproj
src/coreclr/tests/src/JIT/Directed/shift/uint8_d.csproj
src/coreclr/tests/src/JIT/Directed/shift/uint8_do.csproj
src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_d.csproj
src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_do.csproj
src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_d.csproj
src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_do.csproj
src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_d.csproj
src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_do.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_do.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Adams/Adams.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/BenchMk2/BenchMk2.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/BenchMrk/BenchMrk.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Bisect/Bisect.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/DMath/DMath.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/FFT/FFT.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/InProd/InProd.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/InvMt/InvMt.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/LLoops/LLoops.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Lorenz/Lorenz.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/MatInv4/MatInv4.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/NewtE/NewtE.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/NewtR/NewtR.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Regula/Regula.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Romber/Romber.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Secant/Secant.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Simpsn/Simpsn.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/SqMtx/SqMtx.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Trap/Trap.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Whetsto/Whetsto.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/8Queens/8Queens.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Ackermann/Ackermann.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/AddArray/AddArray.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/AddArray2/AddArray2.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Array1/Array1.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Array2/Array2.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BenchE/BenchE.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort/BubbleSort.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort2/BubbleSort2.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/CSieve/CSieve.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Fib/Fib.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/HeapSort/HeapSort.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/IniArray/IniArray.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/LogicArray/LogicArray.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Midpoint/Midpoint.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/MulMatrix/MulMatrix.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/NDhrystone/NDhrystone.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Permutate/Permutate.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Pi/Pi.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Puzzle/Puzzle.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/QuickSort/QuickSort.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/TreeInsert/TreeInsert.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/TreeSort/TreeSort.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/XposMatrix/XposMatrix.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fastaredux/fastaredux.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/nbody/nbody.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pi-digits.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Burgers/Burgers.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/FractalPerf/FractalPerf.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Linq/Linq.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/RayTracer.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/SciMark.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Deserialize.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Serialize.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/DeltaBlue/DeltaBlue.csproj
src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Richards/Richards.csproj
src/coreclr/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.csproj
src/coreclr/tests/src/JIT/SIMD/AbsGeneric_r.csproj
src/coreclr/tests/src/JIT/SIMD/AbsGeneric_ro.csproj
src/coreclr/tests/src/JIT/SIMD/AbsSqrt_r.csproj
src/coreclr/tests/src/JIT/SIMD/AbsSqrt_ro.csproj
src/coreclr/tests/src/JIT/SIMD/AddingSequence_r.csproj
src/coreclr/tests/src/JIT/SIMD/AddingSequence_ro.csproj
src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_r.csproj
src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_ro.csproj
src/coreclr/tests/src/JIT/SIMD/BoxUnbox_r.csproj
src/coreclr/tests/src/JIT/SIMD/BoxUnbox_ro.csproj
src/coreclr/tests/src/JIT/SIMD/BugWithAVX_r.csproj
src/coreclr/tests/src/JIT/SIMD/BugWithAVX_ro.csproj
src/coreclr/tests/src/JIT/SIMD/CircleInConvex_r.csproj
src/coreclr/tests/src/JIT/SIMD/CircleInConvex_ro.csproj
src/coreclr/tests/src/JIT/SIMD/CreateGeneric_r.csproj
src/coreclr/tests/src/JIT/SIMD/CreateGeneric_ro.csproj
src/coreclr/tests/src/JIT/SIMD/CtorFromArray_r.csproj
src/coreclr/tests/src/JIT/SIMD/CtorFromArray_ro.csproj
src/coreclr/tests/src/JIT/SIMD/Ctors_r.csproj
src/coreclr/tests/src/JIT/SIMD/Ctors_ro.csproj
src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_r.csproj
src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_ro.csproj
src/coreclr/tests/src/JIT/SIMD/Dup_r.csproj
src/coreclr/tests/src/JIT/SIMD/Dup_ro.csproj
src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_r.csproj
src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_ro.csproj
src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_r.csproj
src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_ro.csproj
src/coreclr/tests/src/JIT/SIMD/Ldfld_r.csproj
src/coreclr/tests/src/JIT/SIMD/Ldfld_ro.csproj
src/coreclr/tests/src/JIT/SIMD/Ldind_r.csproj
src/coreclr/tests/src/JIT/SIMD/Ldind_ro.csproj
src/coreclr/tests/src/JIT/SIMD/MinMax_r.csproj
src/coreclr/tests/src/JIT/SIMD/MinMax_ro.csproj
src/coreclr/tests/src/JIT/SIMD/Mul_r.csproj
src/coreclr/tests/src/JIT/SIMD/Mul_ro.csproj
src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_r.csproj
src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_ro.csproj
src/coreclr/tests/src/JIT/SIMD/StoreElement_r.csproj
src/coreclr/tests/src/JIT/SIMD/StoreElement_ro.csproj
src/coreclr/tests/src/JIT/SIMD/Sums_r.csproj
src/coreclr/tests/src/JIT/SIMD/Sums_ro.csproj
src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_r.csproj
src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_ro.csproj
src/coreclr/tests/src/JIT/SIMD/Vector3Interop_r.csproj
src/coreclr/tests/src/JIT/SIMD/Vector3Interop_ro.csproj
src/coreclr/tests/src/JIT/SIMD/Vector3_r.csproj
src/coreclr/tests/src/JIT/SIMD/Vector3_ro.csproj
src/coreclr/tests/src/JIT/SIMD/Vector4_r.csproj
src/coreclr/tests/src/JIT/SIMD/Vector4_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorAbs_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorAbs_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorAdd_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorAdd_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorArgs_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorArgs_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorArray_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorArray_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorDiv_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorDiv_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorDot_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorDot_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorExp_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorExp_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorGet_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorGet_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorInitN_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorInitN_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorInit_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorInit_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorMatrix_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorMatrix_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorMax_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorMax_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorMin_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorMin_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorMul_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorMul_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorRelOp_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorRelOp_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorReturn_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorReturn_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorSet_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorSet_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorSqrt_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorSqrt_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorSub_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorSub_ro.csproj
src/coreclr/tests/src/JIT/SIMD/VectorUnused_r.csproj
src/coreclr/tests/src/JIT/SIMD/VectorUnused_ro.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd0A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd1A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd2A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf0A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf1A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf2A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd0A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd1A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd2A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf0A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf1A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf2A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd0C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd1C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd2C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf0C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf1C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf2C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd0C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd2C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf0C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf1C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf2C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd0E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd1E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd2E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf0E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf1E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf2E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd0E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd1E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd2E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf0E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf1E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf2E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd0G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd1G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd2G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf0G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf1G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf2G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd0G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd1G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd2G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf0G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf1G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf2G_d.csproj