From 182721ca940fec49ec60b1f8254ecd92f620ca16 Mon Sep 17 00:00:00 2001 From: Andy Ayers Date: Tue, 21 Feb 2017 18:13:25 -0800 Subject: [PATCH] Fix jit test projects to specify debug type and optimization flags This partially addresses the issues raised in dotnet/coreclr#4124 and dotnet/coreclr#4724 by explicitly and unconditionally setting DebugType and Optimize flags for various test project files. The projects that were fixed are those that did not specify any debug flag settings at all. The fix is to set DebugType to PdbOnly and to set Optimization to true, unless the test has an _r or _rel suffix, in which case Optimization is set false. This impacts 1497 projects, skipping over 311 projects flagged as needing fixes. The projects that remain are the CodeGenBringUp set (for which we plan to clone projects to test the various flag combinations), projects that specify flags but do so in ways where the effective flag settings may vary from DBG to RET, projects that specify the flags redundantly, or projects where the flags are not consistent with the "test case name suffix" rules. The edits were done by a tool using linq-to-xml and so some incidental reformatting has happened. Commit migrated from https://github.com/dotnet/coreclr/commit/f60e421e3cc6c6c7160bc3b679e8a08530ae275a --- .../Directed/ExcepFilters/excepobj/excepobj.ilproj | 17 ++++++++--------- .../src/JIT/Directed/ExcepFilters/fault/fault.ilproj | 17 ++++++++--------- .../src/JIT/Directed/ExcepFilters/mixed/mixed.ilproj | 17 ++++++++--------- .../JIT/Directed/ExcepFilters/mixed3/mixed3.ilproj | 17 ++++++++--------- .../FaultHandlers/CallOrder/CallOrder.ilproj | 17 ++++++++--------- .../Directed/FaultHandlers/Nesting/Nesting.ilproj | 17 ++++++++--------- .../JIT/Directed/FaultHandlers/Simple/Simple.ilproj | 17 ++++++++--------- .../JIT/Directed/IL/PInvokeTail/PInvokeTail.ilproj | 17 ++++++++--------- .../JIT/Directed/IL/PInvokeTail/TailWinApi.ilproj | 17 ++++++++--------- .../src/JIT/Directed/IL/Tailcall/JitTailcall2.ilproj | 17 +++++++++-------- .../src/JIT/Directed/IL/Tailcall/jitTailcall1.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/IL/leave/leave1.ilproj | 17 ++++++++--------- .../mutualrecur-tailcall/MutualRecur-TailCall.ilproj | 13 +++++++------ .../src/JIT/Directed/IL/rethrow/Rethrow1.ilproj | 17 ++++++++--------- .../src/JIT/Directed/IL/rethrow/Rethrow2.ilproj | 17 ++++++++--------- .../JIT/Directed/Misc/SIDEEFFECTS/BadRegArgs.ilproj | 17 ++++++++--------- .../JIT/Directed/Misc/SIDEEFFECTS/SideEffects.ilproj | 17 ++++++++--------- .../Misc/function_pointer/funcptrtest.ilproj | 17 ++++++++--------- .../JIT/Directed/PREFIX/unaligned/1/Box_Unbox.ilproj | 17 ++++++++--------- .../Directed/PREFIX/unaligned/1/Desktop/add.ilproj | 17 ++++++++--------- .../JIT/Directed/PREFIX/unaligned/1/arglist.ilproj | 19 +++++++++---------- .../Directed/PREFIX/unaligned/1/array_tests.ilproj | 17 ++++++++--------- .../src/JIT/Directed/PREFIX/unaligned/1/cpblk.ilproj | 17 ++++++++--------- .../src/JIT/Directed/PREFIX/unaligned/1/cpobj.ilproj | 17 ++++++++--------- .../Directed/PREFIX/unaligned/1/field_tests.ilproj | 17 ++++++++--------- .../Directed/PREFIX/unaligned/1/fielda_tests.ilproj | 17 ++++++++--------- .../JIT/Directed/PREFIX/unaligned/1/initblk.ilproj | 17 ++++++++--------- .../JIT/Directed/PREFIX/unaligned/1/initobj.ilproj | 17 ++++++++--------- .../Directed/PREFIX/unaligned/1/ldind_stind.ilproj | 17 ++++++++--------- .../JIT/Directed/PREFIX/unaligned/1/ldloca.ilproj | 17 ++++++++--------- .../src/JIT/Directed/PREFIX/unaligned/1/ldobj.ilproj | 17 ++++++++--------- .../JIT/Directed/PREFIX/unaligned/1/localloc.ilproj | 17 ++++++++--------- .../JIT/Directed/PREFIX/unaligned/2/Box_Unbox.ilproj | 17 ++++++++--------- .../src/JIT/Directed/PREFIX/unaligned/2/add.ilproj | 17 ++++++++--------- .../JIT/Directed/PREFIX/unaligned/2/arglist.ilproj | 19 +++++++++---------- .../Directed/PREFIX/unaligned/2/array_tests.ilproj | 17 ++++++++--------- .../src/JIT/Directed/PREFIX/unaligned/2/cpblk.ilproj | 17 ++++++++--------- .../src/JIT/Directed/PREFIX/unaligned/2/cpobj.ilproj | 13 +++++++------ .../Directed/PREFIX/unaligned/2/field_tests.ilproj | 17 ++++++++--------- .../Directed/PREFIX/unaligned/2/fielda_tests.ilproj | 17 ++++++++--------- .../JIT/Directed/PREFIX/unaligned/2/initblk.ilproj | 17 ++++++++--------- .../JIT/Directed/PREFIX/unaligned/2/initobj.ilproj | 17 ++++++++--------- .../Directed/PREFIX/unaligned/2/ldind_stind.ilproj | 17 ++++++++--------- .../JIT/Directed/PREFIX/unaligned/2/ldloca.ilproj | 17 ++++++++--------- .../src/JIT/Directed/PREFIX/unaligned/2/ldobj.ilproj | 13 +++++++------ .../JIT/Directed/PREFIX/unaligned/2/localloc.ilproj | 13 +++++++------ .../JIT/Directed/PREFIX/unaligned/4/Box_Unbox.ilproj | 17 ++++++++--------- .../Directed/PREFIX/unaligned/4/Desktop/add.ilproj | 17 ++++++++--------- .../JIT/Directed/PREFIX/unaligned/4/arglist.ilproj | 19 +++++++++---------- .../Directed/PREFIX/unaligned/4/array_tests.ilproj | 17 ++++++++--------- .../src/JIT/Directed/PREFIX/unaligned/4/cpblk.ilproj | 17 ++++++++--------- .../src/JIT/Directed/PREFIX/unaligned/4/cpobj.ilproj | 17 ++++++++--------- .../Directed/PREFIX/unaligned/4/field_tests.ilproj | 17 ++++++++--------- .../Directed/PREFIX/unaligned/4/fielda_tests.ilproj | 17 ++++++++--------- .../JIT/Directed/PREFIX/unaligned/4/initblk.ilproj | 17 ++++++++--------- .../JIT/Directed/PREFIX/unaligned/4/initobj.ilproj | 17 ++++++++--------- .../Directed/PREFIX/unaligned/4/ldind_stind.ilproj | 17 ++++++++--------- .../JIT/Directed/PREFIX/unaligned/4/ldloca.ilproj | 17 ++++++++--------- .../src/JIT/Directed/PREFIX/unaligned/4/ldobj.ilproj | 17 ++++++++--------- .../JIT/Directed/PREFIX/unaligned/4/localloc.ilproj | 17 ++++++++--------- .../JIT/Directed/PREFIX/volatile/1/Box_Unbox.ilproj | 17 ++++++++--------- .../Directed/PREFIX/volatile/1/Desktop/add.ilproj | 17 ++++++++--------- .../JIT/Directed/PREFIX/volatile/1/arglist.ilproj | 19 +++++++++---------- .../Directed/PREFIX/volatile/1/array_tests.ilproj | 17 ++++++++--------- .../src/JIT/Directed/PREFIX/volatile/1/cpblk.ilproj | 17 ++++++++--------- .../src/JIT/Directed/PREFIX/volatile/1/cpobj.ilproj | 17 ++++++++--------- .../Directed/PREFIX/volatile/1/field_tests.ilproj | 17 ++++++++--------- .../Directed/PREFIX/volatile/1/fielda_tests.ilproj | 17 ++++++++--------- .../JIT/Directed/PREFIX/volatile/1/initblk.ilproj | 17 ++++++++--------- .../JIT/Directed/PREFIX/volatile/1/initobj.ilproj | 17 ++++++++--------- .../Directed/PREFIX/volatile/1/ldind_stind.ilproj | 17 ++++++++--------- .../src/JIT/Directed/PREFIX/volatile/1/ldloca.ilproj | 17 ++++++++--------- .../src/JIT/Directed/PREFIX/volatile/1/ldobj.ilproj | 17 ++++++++--------- .../JIT/Directed/PREFIX/volatile/1/localloc.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/RVAInit/extended.ilproj | 13 +++++++------ .../tests/src/JIT/Directed/RVAInit/gcref1.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/RVAInit/gcref2.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/RVAInit/nested.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/RVAInit/oddsize.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/RVAInit/overlap.ilproj | 13 +++++++------ .../tests/src/JIT/Directed/RVAInit/simple.ilproj | 17 ++++++++--------- .../src/JIT/Directed/StructABI/StructABI.csproj | 13 +++++++------ .../Directed/TypedReference/TypedReference.csproj | 8 +++++--- .../src/JIT/Directed/UnrollLoop/loop3_il_r.ilproj | 17 ++++++++--------- .../src/JIT/Directed/array-il/_Arrayscomplex3.ilproj | 17 ++++++++--------- .../src/JIT/Directed/array-il/_Arrayssimple3.ilproj | 17 ++++++++--------- .../coverage/compiler/FilterToHandler.ilproj | 13 +++++++------ .../importer/Desktop/badendfinally_il_r.ilproj | 13 +++++++------ .../coverage/importer/Desktop/badldsfld_il_r.ilproj | 13 +++++++------ .../importer/Desktop/badtailcall_il_r.ilproj | 13 +++++++------ .../coverage/importer/Desktop/bleref_il_r.ilproj | 13 +++++++------ .../importer/Desktop/byrefsubbyref1_il_r.ilproj | 13 +++++++------ .../coverage/importer/Desktop/calli2_il_r.ilproj | 13 +++++++------ .../coverage/importer/Desktop/ceeillegal_il_r.ilproj | 13 +++++++------ .../importer/Desktop/ldelemnullarr1_il_r.ilproj | 13 +++++++------ .../importer/Desktop/ldelemnullarr2_il_r.ilproj | 13 +++++++------ .../coverage/importer/Desktop/ldfldr4_il_r.ilproj | 13 +++++++------ .../importer/Desktop/ldfldstatic1_il_r.ilproj | 17 ++++++++--------- .../importer/Desktop/ldfldunboxedvt_il_r.ilproj | 13 +++++++------ .../importer/Desktop/ldvirtftnsideeffect_il_r.ilproj | 13 +++++++------ .../importer/Desktop/nonrefsdarr_il_r.ilproj | 13 +++++++------ .../coverage/importer/Desktop/nullsdarr_il_r.ilproj | 13 +++++++------ .../importer/Desktop/refanytype1_il_r.ilproj | 13 +++++++------ .../importer/Desktop/stfldstatic1_il_r.ilproj | 17 ++++++++--------- .../coverage/importer/Desktop/subovfun1_il_r.ilproj | 17 ++++++++--------- .../importer/Desktop/volatilldind_il_r.ilproj | 13 +++++++------ .../importer/Desktop/volatilstind_il_r.ilproj | 13 +++++++------ .../oldtests/Desktop/callipinvoke_il_r.ilproj | 17 ++++++++--------- .../Directed/coverage/oldtests/arrgetlen_il_r.ilproj | 17 ++++++++--------- .../Directed/coverage/oldtests/lcliimpl_il_r.ilproj | 17 ++++++++--------- .../coverage/oldtests/ldfldstatic_il_r.ilproj | 13 +++++++------ .../coverage/oldtests/ldsshrstsfld_il_r.ilproj | 18 ++++++++---------- .../coverage/oldtests/ldvirtftncalli_il_r.ilproj | 17 ++++++++--------- .../Directed/coverage/oldtests/ovfldiv1_il_r.ilproj | 13 +++++++------ .../Directed/coverage/oldtests/ovfldiv2_il_r.ilproj | 17 ++++++++--------- .../Directed/coverage/oldtests/ovflrem1_il_r.ilproj | 13 +++++++------ .../Directed/coverage/oldtests/ovflrem2_il_r.ilproj | 17 ++++++++--------- .../coverage/oldtests/stfldstatic1_il_r.ilproj | 17 ++++++++--------- .../coverage/oldtests/stfldstatic2_il_r.ilproj | 17 ++++++++--------- .../Directed/coverage/oldtests/subbyref_il_r.ilproj | 17 ++++++++--------- .../coverage/oldtests/switchdefaultonly1_il_r.ilproj | 17 ++++++++--------- .../coverage/oldtests/switchdefaultonly2_il_r.ilproj | 17 ++++++++--------- .../coverage/oldtests/switchdefaultonly3_il_r.ilproj | 17 ++++++++--------- .../Directed/coverage/oldtests/tlstest_il_r.ilproj | 19 +++++++++---------- .../Directed/coverage/oldtests/trashreg_il_r.ilproj | 17 ++++++++--------- .../coverage/oldtests/volatilecpobj_il_r.ilproj | 17 ++++++++--------- .../Directed/coverage/oldtests/zeroinit_il_r.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/leave/catch1_r.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/leave/catch2_r.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/leave/catch3_r.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/leave/filter1_r.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/leave/filter2_r.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/leave/filter3_r.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/leave/try1_r.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/leave/try2_r.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/leave/try3_r.ilproj | 17 ++++++++--------- .../perffix/primitivevt/callconv3_il_r.ilproj | 13 +++++++------ .../perffix/primitivevt/identity3_il_r.ilproj | 13 +++++++------ .../Directed/pinning/object-pin/object-pin.ilproj | 15 ++++++++------- .../src/JIT/Directed/pinvoke/calli_excep.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/pinvoke/jump.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/pinvoke/sysinfo_il.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/pinvoke/tail.ilproj | 17 ++++++++--------- .../src/JIT/Directed/refbyref/byref2iu_il_r.ilproj | 13 +++++++------ .../JIT/Directed/refbyref/byrefconvert_il_r.ilproj | 17 ++++++++--------- .../src/JIT/Directed/refbyref/ref2byref_il_r.ilproj | 13 +++++++------ .../src/JIT/Directed/refbyref/ref2iu_il_r.ilproj | 13 +++++++------ .../JIT/Directed/refbyref/refpinned2iu_il_r.ilproj | 13 +++++++------ .../src/JIT/Directed/rvastatics/rvastatic1.ilproj | 13 +++++++------ .../src/JIT/Directed/rvastatics/rvastatic2.ilproj | 13 +++++++------ .../src/JIT/Directed/rvastatics/rvastatic3.ilproj | 13 +++++++------ .../src/JIT/Directed/rvastatics/rvastatic4.ilproj | 13 +++++++------ .../src/JIT/Directed/rvastatics/rvastatic5.ilproj | 13 +++++++------ .../tests/src/JIT/Directed/shift/int8_il_r.ilproj | 17 ++++++++--------- .../src/JIT/Directed/shift/nativeint_il_r.ilproj | 17 ++++++++--------- .../src/JIT/Directed/shift/nativeuint_il_r.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/tailcall/tailcall.ilproj | 13 +++++++------ .../tests/src/JIT/Directed/throwbox/fault.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/throwbox/filter.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/throwbox/finally.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/throwbox/rethrow.ilproj | 17 ++++++++--------- .../src/JIT/Directed/tls/mutualrecurthd-tls.ilproj | 13 +++++++------ .../tests/src/JIT/Directed/tls/test-tls.ilproj | 13 +++++++------ .../src/JIT/Directed/zeroinit/Dev10_863995.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/zeroinit/init_byte.ilproj | 17 ++++++++--------- .../src/JIT/Directed/zeroinit/init_int32.ilproj | 17 ++++++++--------- .../src/JIT/Directed/zeroinit/init_int64.ilproj | 17 ++++++++--------- .../src/JIT/Directed/zeroinit/init_struct.ilproj | 17 ++++++++--------- .../src/JIT/Directed/zeroinit/init_uint32.ilproj | 17 ++++++++--------- .../src/JIT/Directed/zeroinit/init_uint64.ilproj | 17 ++++++++--------- .../tests/src/JIT/Directed/zeroinit/tail.ilproj | 17 ++++++++--------- .../JIT/Generics/ConstrainedCall/class1_il_r.ilproj | 13 +++++++------ .../JIT/Generics/ConstrainedCall/class2_il_r.ilproj | 13 +++++++------ .../src/JIT/Generics/ConstrainedCall/vt1_il_r.ilproj | 17 ++++++++--------- .../src/JIT/Generics/ConstrainedCall/vt2_il_r.ilproj | 17 ++++++++--------- .../src/JIT/Generics/ConstrainedCall/vt3_il_r.ilproj | 17 ++++++++--------- .../src/JIT/Generics/ConstrainedCall/vt4_il_r.ilproj | 13 +++++++------ .../Generics/regression/DDB148379/ddb148379.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/add.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/add_ovf.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/and.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/beq.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/beq_s.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/bge.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/bge_s.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/bgt.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/bgt_s.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/ble.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/ble_s.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/blt.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/blt_s.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/bne.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/bne_s.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/br.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/br_s.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/brfalse.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/brfalse_s.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/brtrue.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/brtrue_s.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/call.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/ceq.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/cgt.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/ckfinite.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/clt.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/conv.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/conv_ovf.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/cpblk.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/div.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/dup.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/initblk.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/jmp.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/ldarg_n.ilproj | 17 ++++++++--------- .../JIT/IL_Conformance/Old/Base/ldarg_starg.ilproj | 17 ++++++++--------- .../JIT/IL_Conformance/Old/Base/ldargs_stargs.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/ldc.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/ldc_i4_n.ilproj | 17 ++++++++--------- .../JIT/IL_Conformance/Old/Base/ldftn_calli.ilproj | 17 ++++++++--------- .../JIT/IL_Conformance/Old/Base/ldind_stind.ilproj | 17 ++++++++--------- .../JIT/IL_Conformance/Old/Base/ldloc_stloc.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/ldloca.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/ldnull.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/mul.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/mul_ovf.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/neg.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/nop.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/not.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/or.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/pop.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/rem.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/ret.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/shl.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/shr.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/sub.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/sub_ovf.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/switch.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/tailcall.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/unaligned.ilproj | 17 ++++++++--------- .../src/JIT/IL_Conformance/Old/Base/volatile.ilproj | 17 ++++++++--------- .../tests/src/JIT/IL_Conformance/Old/Base/xor.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/Conv_I4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/Conv_I8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/Conv_R4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/add_I4.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/add_i.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/add_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/add_ovf_i1.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/add_ovf_i2.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/add_ovf_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/add_ovf_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/add_ovf_u1.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/add_ovf_u2.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/add_ovf_u4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/add_ovf_u8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/add_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/add_r8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/and_u4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/and_u8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/beq_i.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/beq_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/beq_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/beq_r4.ilproj | 19 +++++++++---------- .../Old/Conformance_Base/beq_r8.ilproj | 19 +++++++++---------- .../Old/Conformance_Base/bge_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/bge_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/bge_r4.ilproj | 19 +++++++++---------- .../Old/Conformance_Base/bge_r8.ilproj | 19 +++++++++---------- .../IL_Conformance/Old/Conformance_Base/bge_u.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/bge_un_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/bge_un_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/bge_un_r4.ilproj | 19 +++++++++---------- .../Old/Conformance_Base/bge_un_r8.ilproj | 19 +++++++++---------- .../Old/Conformance_Base/bgt_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/bgt_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/bgt_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/bgt_r8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/bgt_u.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/bgt_u4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/bgt_u8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/bgt_un_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/bgt_un_r8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ble_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ble_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ble_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ble_r8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/ble_u.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ble_u4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ble_u8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ble_un_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ble_un_r8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/blt_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/blt_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/blt_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/blt_r8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/blt_u.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/blt_u4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/blt_u8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/blt_un_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/blt_un_r8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/bne_u.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/bne_u4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/bne_u8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/bne_un_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/bne_un_r8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/br.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/brfalse.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/brtrue.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/c_br.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/c_brfalse.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/c_brtrue.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/c_call.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/c_cpblk.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/c_initblk.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/c_ldvirtftn.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/c_localloc.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/c_nop.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/c_ret.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/c_switch.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/call.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/ceq_i.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ceq_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ceq_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ceq_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ceq_r8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/cgt_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/cgt_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/cgt_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/cgt_r8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/cgt_u.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/cgt_u4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/cgt_u8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/cgt_un_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/cgt_un_r8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ckfinite_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ckfinite_r8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/clt_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/clt_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/clt_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/clt_r8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/clt_u.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/clt_u4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/clt_u8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/clt_un_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/clt_un_r8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/conv_ovf_i1_un.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/conv_ovf_i4_i1.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/conv_ovf_i4_i2.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/conv_ovf_i4_u4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/conv_ovf_i8_i.ilproj | 13 +++++++------ .../Old/Conformance_Base/conv_ovf_i8_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/conv_ovf_i8_u8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/conv_ovf_r8_i.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/conv_ovf_r8_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/conv_ovf_r8_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/conv_ovf_u4_i.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/conv_ovf_u4_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/conv_ovf_u4_u1.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/conv_ovf_u4_u2.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/conv_ovf_u8_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/conv_ovf_u8_u4.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/cpblk.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/div_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/div_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/div_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/div_r8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/div_u4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/div_u8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/dup4.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/dup8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/dupi.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/initblk.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldarg_i.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldarg_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldarg_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldarg_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldarg_r8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldarg_ref.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldarga_i.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldarga_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldarga_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldarga_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldarga_r8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldarga_ref.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_add_ovf_i1.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_add_ovf_i2.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_add_ovf_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_add_ovf_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_add_ovf_u1.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_add_ovf_u2.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_add_ovf_u4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_add_ovf_u8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_c_cpblk.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_c_initblk.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_c_nop.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_c_ret.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_c_switch.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_ckfinite_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_ckfinite_r8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_mul_ovf_i1.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_mul_ovf_i2.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_mul_ovf_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_mul_ovf_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_mul_ovf_u1.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_mul_ovf_u2.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_mul_ovf_u4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_mul_ovf_u8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldc_r8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/ldftn.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldind_i.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldind_i1.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldind_i2.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldind_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldind_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldind_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldind_r8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldind_ref.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldind_u1.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldind_u2.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldind_u4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldloc_i.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldloc_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldloc_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldloc_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldloc_r8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldloc_ref.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldnull_i.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldnull_ref.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ldvirtftn.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/localloc.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/mul_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/mul_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/mul_ovf_i1.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/mul_ovf_i2.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/mul_ovf_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/mul_ovf_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/mul_ovf_u1.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/mul_ovf_u2.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/mul_ovf_u4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/mul_ovf_u8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/mul_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/mul_r8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/neg_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/neg_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/neg_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/neg_r8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/nop.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/not_u4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/not_u8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/or_u4.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/or_u8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/pop4.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/pop8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/popi.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/refs.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/rem_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/rem_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/rem_r4.ilproj | 13 +++++++------ .../Old/Conformance_Base/rem_r8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/rem_u4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/rem_u8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/ret.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/ret_i.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ret_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ret_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ret_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ret_r8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/ret_ref.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/shl_u4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/shl_u8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/shr_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/shr_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/shr_u4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/shr_u8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/sizeof.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/starg_i.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/starg_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/starg_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/starg_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/starg_r8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/starg_ref.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/stind_i1.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/stind_i2.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/stind_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/stind_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/stind_r8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/stind_ref.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/stloc_i.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/stloc_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/stloc_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/stloc_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/stloc_r8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/stloc_ref.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/Conformance_Base/sub_i.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/sub_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/sub_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/sub_ovf_i1.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/sub_ovf_i2.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/sub_ovf_i4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/sub_ovf_i8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/sub_ovf_u1.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/sub_ovf_u2.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/sub_ovf_u4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/sub_ovf_u8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/sub_r4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/sub_r8.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/switch.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/xor_u4.ilproj | 17 ++++++++--------- .../Old/Conformance_Base/xor_u8.ilproj | 17 ++++++++--------- .../JIT/IL_Conformance/Old/directed/AutoInit.ilproj | 17 ++++++++--------- .../JIT/IL_Conformance/Old/directed/heap_ovf.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/directed/ldarg_s_i1.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/directed/ldarg_s_i2.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/directed/ldarg_s_i4.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/directed/ldarg_s_i8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/directed/ldarg_s_r4.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/directed/ldarg_s_r8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/directed/ldloc_s_i1.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/directed/ldloc_s_i2.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/directed/ldloc_s_i4.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/directed/ldloc_s_i8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/directed/ldloc_s_r4.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/directed/ldloc_s_r8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/directed/ldloca_s_i1.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/directed/ldloca_s_i2.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/directed/ldloca_s_i4.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/directed/ldloca_s_i8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/directed/ldloca_s_r4.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/directed/ldloca_s_r8.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/objectmodel/Box_Unbox.ilproj | 17 ++++++++--------- .../Old/objectmodel/array_tests.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/objectmodel/callintf.ilproj | 17 ++++++++--------- .../Old/objectmodel/callnonvirt.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/objectmodel/callstatic.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/objectmodel/callsuper.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/objectmodel/callvirt.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/objectmodel/castclass.ilproj | 17 ++++++++--------- .../JIT/IL_Conformance/Old/objectmodel/cpobj.ilproj | 17 ++++++++--------- .../Old/objectmodel/field_tests.ilproj | 17 ++++++++--------- .../Old/objectmodel/fielda_tests.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/objectmodel/initobj.ilproj | 17 ++++++++--------- .../JIT/IL_Conformance/Old/objectmodel/isinst.ilproj | 17 ++++++++--------- .../JIT/IL_Conformance/Old/objectmodel/ldlen.ilproj | 17 ++++++++--------- .../JIT/IL_Conformance/Old/objectmodel/ldobj.ilproj | 17 ++++++++--------- .../JIT/IL_Conformance/Old/objectmodel/ldstr.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/objectmodel/ldtoken.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/objectmodel/ldvirtftn.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/objectmodel/localloc.ilproj | 17 ++++++++--------- .../JIT/IL_Conformance/Old/objectmodel/newobj.ilproj | 17 ++++++++--------- .../IL_Conformance/Old/objectmodel/seh_tests.ilproj | 17 ++++++++--------- .../JIT/IL_Conformance/Old/objectmodel/throw.ilproj | 17 ++++++++--------- .../Arrays/misc/_il_relinitializearray.ilproj | 6 +++++- .../src/JIT/Methodical/Boxing/seh/_relfault.ilproj | 17 ++++++++--------- .../src/JIT/Methodical/Boxing/seh/_relfilter.ilproj | 17 ++++++++--------- .../src/JIT/Methodical/Boxing/seh/_reltry_il.ilproj | 17 ++++++++--------- .../Methodical/Boxing/xlang/_orelsin_il_cs.ilproj | 13 +++++++------ .../Methodical/Boxing/xlang/_orelsin_il_il.ilproj | 13 +++++++------ .../JIT/Methodical/Boxing/xlang/_relsin_il_cs.ilproj | 13 +++++++------ .../JIT/Methodical/Boxing/xlang/_relsin_il_il.ilproj | 13 +++++++------ .../src/JIT/Methodical/FPtrunc/convr4d_il_r.ilproj | 17 ++++++++--------- .../src/JIT/Methodical/FPtrunc/convr8d_il_r.ilproj | 17 ++++++++--------- .../src/JIT/Methodical/FPtrunc/convx_il_r.ilproj | 13 +++++++------ .../Methodical/Invoke/25params/25param1b_il_r.ilproj | 17 ++++++++--------- .../Methodical/Invoke/25params/25param1c_il_r.ilproj | 17 ++++++++--------- .../Methodical/Invoke/25params/25param2b_il_r.ilproj | 13 +++++++------ .../Methodical/Invoke/25params/25param2c_il_r.ilproj | 13 +++++++------ .../Methodical/Invoke/25params/25param3b_il_r.ilproj | 17 ++++++++--------- .../Methodical/Invoke/25params/25param3c_il_r.ilproj | 17 ++++++++--------- .../Invoke/25params/25paramMixed_il_r.ilproj | 17 ++++++++--------- .../tests/src/JIT/Methodical/NaN/comp32_il_r.ilproj | 17 ++++++++--------- .../tests/src/JIT/Methodical/NaN/comp64_il_r.ilproj | 17 ++++++++--------- .../tests/src/JIT/Methodical/NaN/cond32_il_r.ilproj | 17 ++++++++--------- .../tests/src/JIT/Methodical/NaN/cond64_il_r.ilproj | 17 ++++++++--------- .../JIT/Methodical/NaN/intrinsic_nonf_il_r.ilproj | 17 ++++++++--------- .../src/JIT/Methodical/NaN/r4nanconv_il_r.ilproj | 13 +++++++------ .../src/JIT/Methodical/NaN/r8nanconv_il_r.ilproj | 13 +++++++------ .../JIT/Methodical/cctor/misc/deadlock_il_r.ilproj | 17 ++++++++--------- .../src/JIT/Methodical/cctor/misc/global_il_r.ilproj | 13 +++++++------ .../cctor/simple/Desktop/prefldinit3_il_r.ilproj | 17 ++++++++--------- .../Methodical/cctor/simple/prefldinit1_il_r.ilproj | 17 ++++++++--------- .../Methodical/cctor/simple/prefldinit2_il_r.ilproj | 17 ++++++++--------- .../Methodical/cctor/simple/prefldinit4_il_r.ilproj | 17 ++++++++--------- .../Methodical/delegate/_simpleoddpower_il_r.ilproj | 13 +++++++------ .../JIT/Methodical/eh/basics/emptyfinally_r.ilproj | 13 +++++++------ .../JIT/Methodical/eh/basics/throwinexcept_r.ilproj | 13 +++++++------ .../JIT/Methodical/eh/basics/throwinfault_r.ilproj | 13 +++++++------ .../JIT/Methodical/eh/basics/throwinfilter_r.ilproj | 13 +++++++------ .../eh/basics/throwinfinallyintryfilter1_r.ilproj | 13 +++++++------ .../eh/basics/throwinfinallyintryfilter2_r.ilproj | 13 +++++++------ .../eh/basics/throwinfinallyintryfilter3_r.ilproj | 13 +++++++------ .../eh/basics/throwisfirstinstruction_r.ilproj | 13 +++++++------ .../src/JIT/Methodical/eh/basics/tryexcept_r.ilproj | 13 +++++++------ .../src/JIT/Methodical/eh/basics/tryfault_r.ilproj | 13 +++++++------ .../Methodical/eh/basics/tryfaulttrycatch_r.ilproj | 13 +++++++------ .../Methodical/eh/basics/tryfaulttrycatchfn_r.ilproj | 13 +++++++------ .../eh/basics/tryfinallywith2endfinally_r.ilproj | 13 +++++++------ .../tryfinallywith2reachableendfinally_r.ilproj | 13 +++++++------ .../JIT/Methodical/eh/basics/trythrowexcept_r.ilproj | 13 +++++++------ .../eh/deadcode/badcodeaftercatch_r.ilproj | 13 +++++++------ .../eh/deadcode/badcodeafterfault_r.ilproj | 13 +++++++------ .../eh/deadcode/badcodeafterfilter_r.ilproj | 13 +++++++------ .../eh/deadcode/badcodeafterfinally_r.ilproj | 13 +++++++------ .../Methodical/eh/deadcode/badcodeaftertry_r.ilproj | 13 +++++++------ .../eh/deadcode/badcodeinsidefinally_r.ilproj | 13 +++++++------ .../eh/deadcode/branchoverendfinally_r.ilproj | 13 +++++++------ .../eh/deadcode/deadEHregionacrossBB_r.ilproj | 19 +++++++++---------- .../Methodical/eh/deadcode/deadcodeincatch_r.ilproj | 19 +++++++++---------- .../Methodical/eh/deadcode/deadnonlocalexit_r.ilproj | 13 +++++++------ .../Methodical/eh/deadcode/deadoponerror_r.ilproj | 19 +++++++++---------- .../eh/deadcode/deadoponerrorinfunclet_r.ilproj | 13 +++++++------ .../Methodical/eh/deadcode/deadrgninfunclet_r.ilproj | 13 +++++++------ .../JIT/Methodical/eh/deadcode/deadtrycatch_r.ilproj | 13 +++++++------ .../Methodical/eh/deadcode/deadtryfinally_r.ilproj | 13 +++++++------ .../eh/deadcode/deadtryfinallythrow_r.ilproj | 13 +++++++------ .../Methodical/eh/deadcode/endfinallyinloop_r.ilproj | 13 +++++++------ .../eh/deadcode/severaldeadehregions_r.ilproj | 13 +++++++------ .../eh/deadcode/severalnesteddeadehregions_r.ilproj | 13 +++++++------ .../eh/deadcode/simpledeadehregion_r.ilproj | 13 +++++++------ .../eh/disconnected/backwardleave_r.ilproj | 13 +++++++------ .../eh/disconnected/catchbeforetrybody_r.ilproj | 13 +++++++------ .../eh/disconnected/catchtryintryfinally_r.ilproj | 13 +++++++------ .../eh/disconnected/faultbeforetrybody_r.ilproj | 13 +++++++------ .../eh/disconnected/finallybeforetrybody_r.ilproj | 13 +++++++------ .../eh/disconnected/finallytryintryfinally_r.ilproj | 13 +++++++------ .../eh/disconnected/reversedhandlers_r.ilproj | 13 +++++++------ .../eh/disconnected/reversedtryblock_r.ilproj | 13 +++++++------ .../eh/disconnected/sehhandlerbeforetry_r.ilproj | 13 +++++++------ .../JIT/Methodical/eh/disconnected/testeit_r.ilproj | 13 +++++++------ .../trybodyinbetweencatchhandlers_r.ilproj | 13 +++++++------ .../eh/finallyexec/nestedfinallycall_r.ilproj | 13 +++++++------ .../finallyexec/nonlocalexittonestedsibling_r.ilproj | 13 +++++++------ .../eh/interactions/throw1dimarray_r.ilproj | 13 +++++++------ .../eh/interactions/throw2dimarray_r.ilproj | 13 +++++++------ .../Methodical/eh/leaves/2branchesoutoftry_r.ilproj | 13 +++++++------ .../eh/leaves/backwardleaveincatch_r.ilproj | 13 +++++++------ .../eh/leaves/branchbackwardswithcatch_r.ilproj | 13 +++++++------ .../eh/leaves/branchbackwardswithfinally_r.ilproj | 13 +++++++------ .../eh/leaves/branchoutofnestedtryfinally_r.ilproj | 13 +++++++------ .../eh/leaves/branchoutoftryfinally_r.ilproj | 13 +++++++------ .../eh/leaves/forwardleaveincatch_r.ilproj | 13 +++++++------ .../Methodical/eh/leaves/labelbeforefinally_r.ilproj | 13 +++++++------ .../eh/leaves/labelbeginningfinally_r.ilproj | 13 +++++++------ .../Methodical/eh/leaves/leaveinsameregion_r.ilproj | 13 +++++++------ .../Methodical/eh/leaves/leaveintotrybody_r.ilproj | 13 +++++++------ .../tryfinallyintrycatchwithleaveintotry_r.ilproj | 13 +++++++------ .../eh/mixedhandler/catchfiltercatch_r.ilproj | 13 +++++++------ .../eh/mixedhandler/filterfiltercatchcatch_r.ilproj | 13 +++++++------ .../nested/cascadedcatchret/cascadedcatch_r.ilproj | 13 +++++++------ .../nested/cascadedcatchret/cascadedexcept_r.ilproj | 13 +++++++------ .../cascadedcatchret/throwincascadedcatch_r.ilproj | 13 +++++++------ .../throwincascadedcatchnofin_r.ilproj | 13 +++++++------ .../cascadedcatchret/throwincascadedexcept_r.ilproj | 13 +++++++------ .../throwincascadedexceptnofin_r.ilproj | 13 +++++++------ .../eh/nested/general/localvarincatch_r.ilproj | 13 +++++++------ .../eh/nested/general/throwinnestedcatch_r.ilproj | 13 +++++++------ .../eh/nested/nestedtry/nestedtrycatch_r.ilproj | 13 +++++++------ .../eh/nested/nestedtry/nestedtryexcept_r.ilproj | 13 +++++++------ .../eh/nested/nestedtry/nestedtryfault_r.ilproj | 13 +++++++------ .../eh/nested/nestedtry/nestedtryfinally_r.ilproj | 13 +++++++------ .../nested/nestedtry/throwinnestedtrycatch_r.ilproj | 13 +++++++------ .../nested/nestedtry/throwinnestedtryexcept_r.ilproj | 13 +++++++------ .../nested/nestedtry/throwinnestedtryfault_r.ilproj | 13 +++++++------ .../nestedtry/throwinnestedtryfinally_r.ilproj | 13 +++++++------ .../eh/rethrow/rethrowinfinallyinsidecatch_r.ilproj | 13 +++++++------ .../explicit/funcptr/expl_funcptr_gc_r.ilproj | 17 ++++++++--------- .../explicit/funcptr/expl_funcptr_val_r.ilproj | 17 ++++++++--------- .../explicit/funcptr/seq_funcptr_gc_r.ilproj | 17 ++++++++--------- .../explicit/funcptr/seq_funcptr_val_r.ilproj | 17 ++++++++--------- .../flowgraph/bug619534/twoEndFinallys_il.ilproj | 17 ++++++++--------- .../localloc/zeroinit/zeroInit01_large.ilproj | 17 ++++++++--------- .../JIT/Methodical/nonvirtualcall/classic_r.ilproj | 14 +++++++------- .../JIT/Methodical/nonvirtualcall/delegate_r.ilproj | 14 +++++++------- .../JIT/Methodical/nonvirtualcall/generics2_r.ilproj | 14 +++++++------- .../JIT/Methodical/nonvirtualcall/generics_r.ilproj | 14 +++++++------- .../JIT/Methodical/nonvirtualcall/tailcall_r.ilproj | 14 +++++++------- .../JIT/Methodical/nonvirtualcall/valuetype_r.ilproj | 14 +++++++------- .../structs/systemvbringup/structinregs.csproj | 12 +++++++----- .../src/JIT/Methodical/structs/valuetuple.csproj | 15 ++++++++------- .../tests/src/JIT/Methodical/switch/switch1.ilproj | 13 +++++++------ .../tests/src/JIT/Methodical/switch/switch10.ilproj | 13 +++++++------ .../tests/src/JIT/Methodical/switch/switch11.ilproj | 13 +++++++------ .../tests/src/JIT/Methodical/switch/switch2.ilproj | 13 +++++++------ .../tests/src/JIT/Methodical/switch/switch3.ilproj | 13 +++++++------ .../tests/src/JIT/Methodical/switch/switch4.ilproj | 13 +++++++------ .../tests/src/JIT/Methodical/switch/switch5.ilproj | 13 +++++++------ .../tests/src/JIT/Methodical/switch/switch6.ilproj | 13 +++++++------ .../tests/src/JIT/Methodical/switch/switch7.ilproj | 13 +++++++------ .../tests/src/JIT/Methodical/switch/switch8.ilproj | 13 +++++++------ .../tests/src/JIT/Methodical/switch/switch9.ilproj | 13 +++++++------ .../src/JIT/Methodical/xxblk/cpblk3_il_r.ilproj | 17 ++++++++--------- .../src/JIT/Methodical/xxblk/initblk3_il_r.ilproj | 17 ++++++++--------- .../CLR-x86-EJIT/V1-M09.5-PDC/b16935/b16935.ilproj | 17 ++++++++--------- .../CLR-x86-EJIT/V1-M11-Beta1/b44018/b44018.ilproj | 17 ++++++++--------- .../CLR-x86-EJIT/V1-M11-Beta1/b45046/b45046.ilproj | 17 ++++++++--------- .../CLR-x86-EJIT/V1-M12-Beta2/b26323/b26323.ilproj | 17 ++++++++--------- .../CLR-x86-EJIT/V1-M12-Beta2/b35455/b35455.ilproj | 17 ++++++++--------- .../CLR-x86-EJIT/V1-M12-Beta2/b47392/b47392.ilproj | 17 ++++++++--------- .../CLR-x86-EJIT/v1-m10/b07847/b07847.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440a.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440b.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440c.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b07341/b07341.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b09495/b09495.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b10665/b10665.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b10666/b10666.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b10894/b10894.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b10897/b10897.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b10939/b10939.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940a.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940b.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b11021/b11021.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b11413/b11413.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b11949/b11949.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b12274/b12274.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b12487/b12487.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b13509/b13509.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b13522/b13522.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b13586/b13586.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b13738/b13738.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067a.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067b.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b14068/b14068.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b14070/b14070.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b14135/b14135.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b14197/b14197.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b14199/b14199.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b14202/b14202.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b14264/b14264.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b14294/b14294.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b14325/b14325.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b14326/b14326.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b14329/b14329.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b14350/b14350.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b14431/b14431.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b14591/b14591.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b14769/b14769.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b14770/b14770.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b14777/b14777.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b14927/b14927.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b14928/b14928.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b15222/b15222.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b15244/b15244.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b15299/b15299.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b16039/b16039.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b16049/b16049.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b16071/b16071.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b16295/b16295.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b16498/b16498.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499a.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499b.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b16500/b16500.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b16503/b16503.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b16554/b16554.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881a.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881b.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b16886/b16886.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b16895/b16895.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b16896/b16896.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b16922/b16922.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b16928/b16928.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b18852/b18852.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b20079/b20079.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b20217/b20217.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b20249/b20249.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b25458/b25458.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b25459/b25459.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b25463/b25463.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b25468/b25468.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b25474/b25474.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b25491/b25491.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b25507/b25507.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b25701/b25701.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b25739/b25739.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b25813/b25813.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b25815/b25815.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b25833/b25833.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b25835/b25835.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b26020/b26020.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b26153/b26153.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b26155/b26155.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324a.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324b.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1-M09.5-PDC/b26332/b26332.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b26512/b26512.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b26748/b26748.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b26888/b26888.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b26957/b26957.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b27535/b27535.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b27538/b27538.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b27564/b27564.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b27657/b27657.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b27658/b27658.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b27880/b27880.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b27883/b27883.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b27917/b27917.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b28080/b28080.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b28522/b28522.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b28594/b28594.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b28595/b28595.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b28596/b28596.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b28597/b28597.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b28805/b28805.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b28806/b28806.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b28901/b28901.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b28927/b28927.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b29583/b29583.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b30125/b30125.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b30792/b30792.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b30799/b30799.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b30838/b30838.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b30862/b30862.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b30864/b30864.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b30869/b30869.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b30892/b30892.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b30905/b30905.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1-M09.5-PDC/b31102/b31102.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b31273/b31273.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b31321/b31321.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b31343/b31343.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b31448/b31448.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b32093/b32093.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b32374/b32374.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551a.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551b.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09.5-PDC/b32879/b32879.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1-M09.5-PDC/b34423/b34423.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M09/b16054/b16054.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1-M10/b02043/b02043.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b02062/b02062.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b03995/b03995.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b04083/b04083.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b04250/b04250.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b04257/b04257.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b04306/b04306.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b04345/B04345.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b04384/b04384.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b04538/b04538.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b04574/b04574.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b04583/b04583.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b04612/b04612.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b04639/b04639.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b04726/b04726.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b05214/b05214.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b05617/b05617.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b05619/b05619.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b05621/b05621.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b05622/b05622.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b05637/b05637.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b05639/b05639.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b05737/b05737.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b05740/b05740.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b05773/b05773.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b05780/b05780.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b05784/b05784.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b05933/b05933.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b06436/b06436.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b06595/b06595.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b06730/b06730.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b06754/b06754.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b07082/b07082.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b07411/b07411.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b07458/b07458.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b07704/b07704.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b08109/b08109.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b08672/b08672.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b08797/b08797.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M10/b09254/b09254.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b27873/b27873.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b29351/b29351.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b33759/b33759.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b33792/b33792.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b33888/b33888.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b33922/b33922.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b33928/b33928.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b35784/b35784.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b36030/b36030.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b39381/b39381.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b39397/b39397.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b39417/b39417.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b39455/b39455.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b39946/b39946.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b40174/b40174.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b40199/b40199.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b40269/b40269.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b40347/b40347.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b40380/b40380.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b40411/b40411.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b40721/b40721.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b40725/b40725.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b41002/b41002.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b41126/b41126.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b41129/b41129.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b41149/b41149.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b41164/b41164.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b41262/b41262.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b41278/b41278.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b41627/b41627.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b42387/b42387.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b42732/b42732.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b43033/b43033.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b43040/b43040.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b43069/b43069.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b43115/b43115.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b43121/b43121.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b43160/b43160.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b43378/b43378.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b43714/b43714.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b43963/b43963.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b43994/b43994.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b44020/b44020.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b44204/b44204.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b44224/b44224.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b44657/b44657.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b44723/b44723.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b44724/b44724.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b44861/b44861.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b44879/b44879.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b44946/b44946.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b44983/b44983.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b44984/b44984.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b44985/b44985.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b45439/b45439.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b45541/b45541.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b45956/b45956.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b45984/b45984.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b45985/b45985.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b46292/b46292.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b46569/b46569.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b46576/b46576.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b46583/b46583.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b46897/b46897.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b47022/b47022.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b47080/b47080.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b47093/b47093.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b47610/b47610.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b47885/b47885.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b47906/b47906.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b48350/b48350.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b48554/b48554a.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b48554/b48554b.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b48614/b48614.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b49101/b49101.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M11-Beta1/b49644/b49644.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1-M11-Beta1/b49984/b49984.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b16122/b16122.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b18857/b18857.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b28598/b28598.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b30868/b30868.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b31283/b31283.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b31289/b31289.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b31292/b31292.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b31423/b31423.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b31452/b31452.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b31493/b31493.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b31547/b31547.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b31780/b31780.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b31784/b31784.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b32613/b32613.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b32614/b32614.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b33125/b33125.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b33131/b33131.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b33135/b33135.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b33335/b33335.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b33361/b33361.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b33362/b33362.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b33388/b33388.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b33585/b33585.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b33586/b33586.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b34951/b34951.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b34952/b34952.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b34953/b34953.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b35315/b35315.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b35344/b35344.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b35348/b35348.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b35351/b35351.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b35354/b35354.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b35366/b35366.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b35486/b35486.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b35635/b35635.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b35779/b35779.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b36301/b36301.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b36302/b36302.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b36304/b36304.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b36975/b36975.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b37214/b37214.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b37215/b37215.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b37238/b37238.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b37256/b37256.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b37578/b37578.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b37830/b37830.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b40006/b40006.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b40347/b40347.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b43693/b43693.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1-M12-Beta2/b43694/b43694.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1-M12-Beta2/b46566/b46566.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b47471/b47471.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b47886/b47886.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b49104/b49104.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b49142/b49142.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b49335/b49335.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b49435/b49435.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b50026/b50026.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b50027/b50027.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b50033/b50033.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b51420/b51420.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b51515/b51515.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b51575/b51575.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b53650/b53650.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b53662/b53662.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b53878/b53878.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b53884/b53884.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b53942/b53942a.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b53942/b53942b.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b53958/b53958.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b53977/b53977.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b53980/b53980.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b53994/b53994.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b53995/b53995.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b54006/b54006.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b54565/b54565.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b54566/b54566.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b54611/b54611.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b54971/b54971.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b55216/b55216.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b55875/b55875.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b55923/b55923.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b56066/b56066.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b56068/b56068.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b56174/b56174.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b56349/b56349.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b56780/b56780.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b57492/b57492.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b57493/b57493.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b57516/b57516.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b57518/b57518.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b57952/b57952.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b58358/b58358.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b58360/b58360.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b58689/b58689.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b58690/b58690.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b58866/b58866.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b59319/b59319.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b59320/b59320.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b59337/b59337.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b59477/b59477.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b59478/b59478.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b59508/b59508.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b59546/b59546.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1-M12-Beta2/b59554/b59554.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b59647/b59647.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b59678/b59678.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1-M12-Beta2/b59782/b59782.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b59822/b59822.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b59857/b59857.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b59858/b59858.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b59947/b59947.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b59948/b59948.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b59949/b59949.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b59952/b59952.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b59953/b59953.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b60127/b60127.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b60142/b60142.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b60194/b60194.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b61025/b61025.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b61185/b61185.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b61215/b61215.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b62145/b62145.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b63552/b63552.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b63725/b63725.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b63726/b63726.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b63730/b63730.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b63732/b63732.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b63743/b63743.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1-M12-Beta2/b63823/b63823.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b64026/b64026.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b64560/b64560.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b65087/b65087.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b65176/b65176.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b65407/b65407.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b65423/b65423.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1-M12-Beta2/b66226/b66226.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b66425/b66425.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b66583/b66583.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b66620/b66620.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b66679/b66679.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b67351/b67351.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b67744/b67744.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b67819/b67819.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b67987/b67987.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b68028/b68028.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b68045/b68045.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b68757/b68757.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1-M12-Beta2/b68872/b68872.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b69225/b69225.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b69227/b69227.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b69512/b69512.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b69528/b69528.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b69848/b69848.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b70267/b70267.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b70289/b70289.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b70335/b70335.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b70354/b70354.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b70808/b70808.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b70909/b70909.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b70964/b70964.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b70967/b70967.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b70992/b70992.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b70994/b70994.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b71003/b71003.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b71179/b71179.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b71318/b71318.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b71722/b71722.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b71831/b71831.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b71869/b71869.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b71999/b71999.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b72160/b72160.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b72161/b72161.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b72518/b72518.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b72522/b72522.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b72699/b72699.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b72828/b72828.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b73079/b73079.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b73207/b73207.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b73283/b73283.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b73786/b73786.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b74608/b74608.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b74937/b74937.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b74939/b74939.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b74976/b74976.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b75888/b75888.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b75890/b75890.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b75944/b75944.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b75945/b75945.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b75988/b75988.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1-M12-Beta2/b77304/b77304.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b77806/b77806.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b77950/b77950.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b79250/b79250.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b80043/b80043.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b80824/b80824.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b81938/b81938.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b82160/b82160.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b82247/b82247.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b82249/b82249.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b82715/b82715.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b84909/b84909.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b84916/b84916.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b84971/b84971.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M12-Beta2/b85316/b85316.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M13-RTM/b101147/b101147.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M13-RTM/b85477/b85477.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M13-RTM/b86139/b86139.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M13-RTM/b89409/b89409.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M13-RTM/b89546/b89546.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M13-RTM/b90129/b90129.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M13-RTM/b91021/b91021.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M13-RTM/b91203/b91203.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M13-RTM/b91223/b91223.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M13-RTM/b91359/b91359.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M13-RTM/b92066/b92066.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1-M13-RTM/b92073/b92073.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1-M13-RTM/b92289/b92289.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1-M13-RTM/b92736/b92736.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M13-RTM/b93635/b93635.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1-M13-RTM/b94306/b94306.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-M13-RTM/b98958/b98958.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1-M13-RTM/b99667/b99667.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-QFE/b147814/b147814_il.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-QFE/b147816/b147816.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-QFE/b151440/params-mixed.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-QFE/b151440/params-none.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-QFE/b151440/params-object.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-QFE/b151440/params-value.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-QFE/b151440/params-varargs.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-QFE/b151440/static-mixed.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-QFE/b151440/static-none.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1-QFE/b151440/static-object.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1-QFE/b151440/static-ref.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1.1-M1-Beta1/b139895/b139895.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.1-M1-Beta1/b140118/b140118.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.1-M1-Beta1/b143840/b143840.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1.2-Beta1/b102637/b102637.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1.2-Beta1/b147147/b147147.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-Beta1/b147924/b147924.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-Beta1/b180381/b180381b.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-Beta1/b213516/b213516.ilproj | 15 ++++++++------- .../CLR-x86-JIT/V1.2-Beta1/b213516/lib-219037.ilproj | 15 ++++++++------- .../CLR-x86-JIT/V1.2-Beta1/b220968/b220968.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-Beta1/b223924/b223924.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-Beta1/b223932/b223932.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-Beta1/b223936/b223936.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-M01/b00722/b00722.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-M01/b03689/b03689.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1.2-M01/b04319/b04319.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-M01/b06020/b06020.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-M01/b07369/b07369.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-M01/b07383/b07383.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-M01/b07947/b07947.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-M01/b08046/b08046.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1.2-M01/b13452/b13452.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-M01/b14617/b14617.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-M01/b15617/b15617.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-M01/b16378/b16378.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1.2-M01/b16382/b16382.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1.2-M01/b16473/b16473.ilproj | 13 +++++++------ .../CLR-x86-JIT/V1.2-M01/b18049/b18049.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-M02/b102962/b102962a.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-M02/b102962/b102962b.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-M02/b102962/b102962c.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-M02/b115932/b115932a.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-M02/b115932/b115932b.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-M02/b118260/b118260.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V1.2-M02/b138117/b138117.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V2.0-Beta2/b091942/b091942.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V2.0-Beta2/b125091/b125091.ilproj | 13 +++++++------ .../CLR-x86-JIT/V2.0-Beta2/b309555/b309555.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V2.0-Beta2/b353858/b353858.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V2.0-Beta2/b359564/b359564.ilproj | 13 +++++++------ .../CLR-x86-JIT/V2.0-Beta2/b374944/b374944.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V2.0-Beta2/b409617/b409617.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V2.0-Beta2/b415164/b415164.ilproj | 17 ++++++++--------- .../V2.0-Beta2/b423755/Desktop/b423755.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V2.0-Beta2/b441487/b441487.ilproj | 13 +++++++------ .../V2.0-Beta2/b448208/Desktop/b448208.csproj | 13 +++++++------ .../CLR-x86-JIT/V2.0-RTM/b471305/b471305.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V2.0-RTM/b487364/b487364.ilproj | 13 +++++++------ .../CLR-x86-JIT/V2.0-RTM/b487372/b487372.ilproj | 13 +++++++------ .../CLR-x86-JIT/V2.0-RTM/b489329/b489329.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V2.0-RTM/b518440/b518440.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V2.0-RTM/b530694/b530694.ilproj | 13 +++++++------ .../CLR-x86-JIT/V2.0-RTM/b598031/test.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/V2.0-RTM/b598031/test2.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/dev10/b404051/b404051.ilproj | 13 +++++++------ .../CLR-x86-JIT/dev10/b440158/b440158.ilproj | 13 +++++++------ .../CLR-x86-JIT/dev10/b464149/b464149.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/v2.1/DDB/b170362/b170362_il.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/v2.1/DDB/b174294/b174294.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/v2.1/DDB/b175679/b175679.ilproj | 13 +++++++------ .../CLR-x86-JIT/v2.1/DDB/b176032/b176032.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/v2.1/b173313/b173313.ilproj | 17 ++++++++--------- .../Regression/CLR-x86-JIT/v2.1/b48850/b48850.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/v2.1/b609988/Desktop/b609988.ilproj | 17 ++++++++--------- .../CLR-x86-JIT/v2.2/ddb/b429039/b429039.ilproj | 17 ++++++++--------- .../Dev11_468598/Test_HndIndex_10_Reordered.ilproj | 17 ++++++++--------- .../Regression/Dev11/Dev11_b473131/b473131.ilproj | 17 ++++++++--------- .../Dev11/Dev11_b473131/b473131_fld.ilproj | 17 ++++++++--------- .../Dev11/Dev11_b473131/b473131_intptr.ilproj | 17 ++++++++--------- .../Dev11/Dev11_b473131/b473131_struct.ilproj | 17 ++++++++--------- .../Dev11/DevDiv2_11321/DevDiv2_11321.ilproj | 17 ++++++++--------- .../External/Dev11_14131/VectorForwarder.ilproj | 17 ++++++++--------- .../External/Dev11_90434/UseUnalignedDouble.ilproj | 17 ++++++++--------- .../Dev11/External/dev11_13748/ReflectOnField.ilproj | 17 ++++++++--------- .../Dev11/dev10_865840/dev10_865840.ilproj | 13 +++++++------ .../JitBlue/GitHub_8231/GitHub_8231.csproj | 13 +++++++------ .../JitBlue/devdiv_815941/devdiv_815941.ilproj | 13 +++++++------ .../JitBlue/devdiv_815942/devdiv_815942.ilproj | 13 +++++++------ .../JitBlue/devdiv_902271/DevDiv_902271.ilproj | 15 ++++++++------- .../VS-ia64-JIT/M00/b102759/b102759.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/M00/b102870/b102870.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/M00/b103838/b103838.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/M00/b106158/b106158.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/M00/b108366/b108366.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/M00/b108908/b108908.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/M00/b109721/b109721.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/M00/b109878/b109878.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/M00/b112348/b112348.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/M00/b112982/b112982.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/M00/b113286/b113286.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/M00/b114628/b114628.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/M00/b115103/b115103.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/M00/b141062/b141062.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b79852/b79852.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b79858/b79858.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b80365/b80365.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b80373/b80373.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b80737/b80737.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b80738/b80738.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b81763/b81763.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b81764/b81764.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b81766/b81766.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b84128/b84128.ilproj | 13 +++++++------ .../Regression/VS-ia64-JIT/M00/b84129/b84129.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b84131/b84131.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b84136/b84136.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b84586/b84586.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b84590/b84590.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b84592/b84592.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b84957/b84957.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b84958/b84958.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b84961/b84961.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b84962/b84962.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b85314/b85314.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b85315/b85315.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b85316/b85316.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b85317/b85317.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b85564/b85564.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b85565/b85565.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b85566/b85566.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b92713/b92713.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b92726/b92726.ilproj | 17 ++++++++--------- .../Regression/VS-ia64-JIT/M00/b98431/b98431.ilproj | 13 +++++++------ .../Regression/VS-ia64-JIT/M00/b99403/b99403.ilproj | 13 +++++++------ .../VS-ia64-JIT/V1.2-Beta1/b126221/b126221.ilproj | 13 +++++++------ .../VS-ia64-JIT/V1.2-Beta1/b142473/b142473.ilproj | 13 +++++++------ .../VS-ia64-JIT/V1.2-Beta1/b223862/b223862.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-Beta1/b91953/b91953.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M01/b10802/b10802.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M01/b10841/b10841.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M01/b10852/b10852.ilproj | 13 +++++++------ .../VS-ia64-JIT/V1.2-M01/b11131/b11131.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M01/b11878/b11878.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M01/b12022/b12022.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M01/b12263/b12263.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M01/b12343/b12343.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M01/b12390/b12390.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M01/b12425/b12425.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M01/b13691/b13691.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M01/b14324/b14324.ilproj | 13 +++++++------ .../VS-ia64-JIT/V1.2-M02/b102518/b102518.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M02/b102844/b102844.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M02/b12011/b12011.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M02/b14355/b14355.ilproj | 13 +++++++------ .../VS-ia64-JIT/V1.2-M02/b14364/b14364.ilproj | 13 +++++++------ .../VS-ia64-JIT/V1.2-M02/b14366/b14366.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M02/b14368/b14368.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M02/b14369/b14369.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M02/b16198/b16198.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M02/b16224/b16224.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M02/b17023/b17023.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M02/b17751/b17751.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M02/b17904/b17904.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M02/b19101/b19101.ilproj | 13 +++++++------ .../VS-ia64-JIT/V1.2-M02/b19289/b19289.ilproj | 13 +++++++------ .../VS-ia64-JIT/V1.2-M02/b22521/b22521.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M02/b22680/b22680.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M02/b27077/b27077.ilproj | 13 +++++++------ .../VS-ia64-JIT/V1.2-M02/b28158/b28158.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M02/b28158/b28158_64.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V1.2-M02/b29727/b29727.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V2.0-Beta2/b309576/b309576.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V2.0-Beta2/b333008/b333008.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V2.0-Beta2/b356258/b356258.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V2.0-Beta2/b410474/b410474.ilproj | 13 +++++++------ .../VS-ia64-JIT/V2.0-Beta2/b431098/b431098.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V2.0-Beta2/b450688/b450688.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V2.0-RTM/b286991/b286991.ilproj | 17 ++++++++--------- .../VS-ia64-JIT/V2.0-RTM/b460385/b460385.ilproj | 17 ++++++++--------- .../clr-x64-JIT/v2.1/b173569/b173569.ilproj | 17 ++++++++--------- .../clr-x64-JIT/v4.0/b602182/b602182.ilproj | 17 ++++++++--------- .../Regression/v4/dev10_804810/dev10_804810.ilproj | 17 ++++++++--------- .../tests/src/JIT/RyuJIT/DoWhileBndChk.csproj | 11 +++++++---- .../jit64/eh/FinallyExec/nonlocalexitincatch.ilproj | 13 +++++++------ .../eh/FinallyExec/nonlocalexitinfinally.ilproj | 13 +++++++------ .../eh/FinallyExec/nonlocalexitinhandler.ilproj | 13 +++++++------ .../jit64/eh/FinallyExec/nonlocalexitinroot.ilproj | 13 +++++++------ .../jit64/eh/FinallyExec/nonlocalexitintry.ilproj | 13 +++++++------ .../eh/basics/throwinfinallyintryfilter1.ilproj | 13 +++++++------ .../eh/basics/throwinfinallyintryfilter2.ilproj | 13 +++++++------ .../eh/basics/throwinfinallyintryfilter3.ilproj | 13 +++++++------ .../jit64/eh/basics/throwisfirstinstruction.ilproj | 13 +++++++------ .../JIT/jit64/localloc/call/call03_dynamic.ilproj | 13 +++++++------ .../src/JIT/jit64/localloc/call/call03_large.ilproj | 13 +++++++------ .../src/JIT/jit64/localloc/call/call03_small.ilproj | 13 +++++++------ .../JIT/jit64/localloc/call/call04_dynamic.ilproj | 13 +++++++------ .../src/JIT/jit64/localloc/call/call04_large.ilproj | 13 +++++++------ .../src/JIT/jit64/localloc/call/call04_small.ilproj | 13 +++++++------ .../JIT/jit64/localloc/call/call05_dynamic.ilproj | 13 +++++++------ .../src/JIT/jit64/localloc/call/call05_large.ilproj | 13 +++++++------ .../src/JIT/jit64/localloc/call/call05_small.ilproj | 13 +++++++------ .../JIT/jit64/localloc/call/call06_dynamic.ilproj | 13 +++++++------ .../src/JIT/jit64/localloc/call/call06_large.ilproj | 13 +++++++------ .../src/JIT/jit64/localloc/call/call06_small.ilproj | 13 +++++++------ .../JIT/jit64/localloc/call/call07_dynamic.ilproj | 13 +++++++------ .../src/JIT/jit64/localloc/call/call07_small.ilproj | 13 +++++++------ .../src/JIT/jit64/localloc/eh/eh03_dynamic.ilproj | 13 +++++++------ .../src/JIT/jit64/localloc/eh/eh03_large.ilproj | 13 +++++++------ .../src/JIT/jit64/localloc/eh/eh03_small.ilproj | 13 +++++++------ .../src/JIT/jit64/localloc/eh/eh04_dynamic.ilproj | 13 +++++++------ .../src/JIT/jit64/localloc/eh/eh04_large.ilproj | 13 +++++++------ .../src/JIT/jit64/localloc/eh/eh04_small.ilproj | 13 +++++++------ .../JIT/jit64/localloc/ehverify/eh05_dynamic.ilproj | 19 +++++++++---------- .../JIT/jit64/localloc/ehverify/eh05_large.ilproj | 13 +++++++------ .../JIT/jit64/localloc/ehverify/eh05_small.ilproj | 13 +++++++------ .../JIT/jit64/localloc/ehverify/eh06_dynamic.ilproj | 19 +++++++++---------- .../JIT/jit64/localloc/ehverify/eh06_large.ilproj | 13 +++++++------ .../JIT/jit64/localloc/ehverify/eh06_small.ilproj | 13 +++++++------ .../JIT/jit64/localloc/ehverify/eh07_dynamic.ilproj | 19 +++++++++---------- .../JIT/jit64/localloc/ehverify/eh07_large.ilproj | 19 +++++++++---------- .../JIT/jit64/localloc/ehverify/eh07_small.ilproj | 19 +++++++++---------- .../JIT/jit64/localloc/ehverify/eh08_dynamic.ilproj | 19 +++++++++---------- .../JIT/jit64/localloc/ehverify/eh08_large.ilproj | 13 +++++++------ .../JIT/jit64/localloc/ehverify/eh08_small.ilproj | 13 +++++++------ .../JIT/jit64/localloc/ehverify/eh11_dynamic.ilproj | 19 +++++++++---------- .../JIT/jit64/localloc/ehverify/eh11_large.ilproj | 19 +++++++++---------- .../JIT/jit64/localloc/ehverify/eh11_small.ilproj | 19 +++++++++---------- .../JIT/jit64/localloc/ehverify/eh12_dynamic.ilproj | 19 +++++++++---------- .../JIT/jit64/localloc/ehverify/eh12_large.ilproj | 19 +++++++++---------- .../JIT/jit64/localloc/ehverify/eh12_small.ilproj | 19 +++++++++---------- .../JIT/jit64/localloc/ehverify/eh13_dynamic.ilproj | 19 +++++++++---------- .../JIT/jit64/localloc/ehverify/eh13_large.ilproj | 19 +++++++++---------- .../JIT/jit64/localloc/ehverify/eh13_small.ilproj | 19 +++++++++---------- .../jit64/localloc/unwind/unwind04_dynamic.ilproj | 13 +++++++------ .../JIT/jit64/localloc/unwind/unwind04_large.ilproj | 13 +++++++------ .../JIT/jit64/localloc/unwind/unwind04_small.ilproj | 13 +++++++------ .../jit64/localloc/unwind/unwind05_dynamic.ilproj | 13 +++++++------ .../JIT/jit64/localloc/unwind/unwind05_large.ilproj | 13 +++++++------ .../JIT/jit64/localloc/unwind/unwind05_small.ilproj | 13 +++++++------ .../jit64/localloc/unwind/unwind06_dynamic.ilproj | 13 +++++++------ .../JIT/jit64/localloc/unwind/unwind06_large.ilproj | 13 +++++++------ .../JIT/jit64/localloc/unwind/unwind06_small.ilproj | 13 +++++++------ .../jit64/localloc/verify/verify01_dynamic.ilproj | 13 +++++++------ .../JIT/jit64/localloc/verify/verify01_large.ilproj | 13 +++++++------ .../JIT/jit64/localloc/verify/verify01_small.ilproj | 13 +++++++------ .../jit64/localloc/zeroinit/zeroInit01_small.ilproj | 17 ++++++++--------- .../tests/src/JIT/jit64/mcc/interop/mcc_i00.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i01.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i02.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i03.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i04.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i05.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i06.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i07.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i10.ilproj | 16 ++++++++-------- .../tests/src/JIT/jit64/mcc/interop/mcc_i11.ilproj | 18 +++++++++--------- .../tests/src/JIT/jit64/mcc/interop/mcc_i12.ilproj | 18 +++++++++--------- .../tests/src/JIT/jit64/mcc/interop/mcc_i13.ilproj | 16 ++++++++-------- .../tests/src/JIT/jit64/mcc/interop/mcc_i14.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i15.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i16.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i17.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i30.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i31.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i32.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i33.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i34.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i35.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i36.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i37.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i50.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i51.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i52.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i53.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i54.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i55.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i56.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i57.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i60.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i61.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i62.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i63.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i64.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i65.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i66.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i67.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i70.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i71.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i72.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i73.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i74.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i75.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i76.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i77.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i80.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i81.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i82.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i83.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i84.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i85.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i86.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/mcc/interop/mcc_i87.ilproj | 20 +++++++++----------- .../tests/src/JIT/jit64/opt/cg/il/jmp_ret.ilproj | 17 ++++++++--------- .../tests/src/JIT/jit64/opt/cg/il/ldftn_ret.ilproj | 17 ++++++++--------- .../tests/src/JIT/jit64/opt/cprop/cprop002.ilproj | 17 ++++++++--------- .../tests/src/JIT/jit64/opt/inl/inl001.ilproj | 17 ++++++++--------- .../tests/src/JIT/jit64/opt/lim/lim_001.ilproj | 17 ++++++++--------- .../tests/src/JIT/jit64/opt/lur/lur_01.ilproj | 17 ++++++++--------- .../tests/src/JIT/jit64/opt/osr/osr015.ilproj | 17 ++++++++--------- .../src/JIT/jit64/regress/ddb/118414/118414.ilproj | 17 ++++++++--------- .../src/JIT/jit64/regress/ddb/127931/127931.ilproj | 17 ++++++++--------- .../src/JIT/jit64/regress/ndpw/21220/b21220.ilproj | 13 +++++++------ .../src/JIT/jit64/regress/phoenix/62322/test.ilproj | 17 ++++++++--------- .../src/JIT/jit64/regress/vsw/102754/test1.ilproj | 13 +++++++------ .../src/JIT/jit64/regress/vsw/102974/test.ilproj | 17 ++++++++--------- .../src/JIT/jit64/regress/vsw/153682/test.ilproj | 17 ++++++++--------- .../src/JIT/jit64/regress/vsw/266693/test.ilproj | 17 ++++++++--------- .../src/JIT/jit64/regress/vsw/286991/test.ilproj | 17 ++++++++--------- .../src/JIT/jit64/regress/vsw/333007/test1.ilproj | 17 ++++++++--------- .../src/JIT/jit64/regress/vsw/336666/test1.ilproj | 17 ++++++++--------- .../src/JIT/jit64/regress/vsw/404708/test.ilproj | 17 ++++++++--------- .../src/JIT/jit64/regress/vsw/460412/test.ilproj | 17 ++++++++--------- .../src/JIT/jit64/regress/vsw/534486/exchange.ilproj | 17 ++++++++--------- .../src/JIT/jit64/regress/vsw/543645/test.ilproj | 13 +++++++------ .../src/JIT/jit64/regress/vsw/552940/test.ilproj | 13 +++++++------ .../src/JIT/jit64/regress/vsw/575343/test.ilproj | 17 ++++++++--------- .../src/JIT/jit64/regress/vsw/575343/test2.ilproj | 17 ++++++++--------- .../src/JIT/jit64/verif/sniff/fg/ver_fg_13.ilproj | 17 ++++++++--------- 1497 files changed, 11792 insertions(+), 12797 deletions(-) diff --git a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/excepobj/excepobj.ilproj b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/excepobj/excepobj.ilproj index dc5101f..28a69b6 100644 --- a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/excepobj/excepobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/excepobj/excepobj.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/fault/fault.ilproj b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/fault/fault.ilproj index ba2f5e5..27b9046 100644 --- a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/fault/fault.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/fault/fault.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed/mixed.ilproj b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed/mixed.ilproj index 9aa707f..3c13533 100644 --- a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed/mixed.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed/mixed.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed3/mixed3.ilproj b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed3/mixed3.ilproj index 1e68e7f..0eb85f1 100644 --- a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed3/mixed3.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed3/mixed3.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/FaultHandlers/CallOrder/CallOrder.ilproj b/src/coreclr/tests/src/JIT/Directed/FaultHandlers/CallOrder/CallOrder.ilproj index 8802312..d7c4aa1 100644 --- a/src/coreclr/tests/src/JIT/Directed/FaultHandlers/CallOrder/CallOrder.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/FaultHandlers/CallOrder/CallOrder.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Nesting/Nesting.ilproj b/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Nesting/Nesting.ilproj index abf1c8e..a8c7852 100644 --- a/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Nesting/Nesting.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Nesting/Nesting.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Simple/Simple.ilproj b/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Simple/Simple.ilproj index fa9c635..59aa02c 100644 --- a/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Simple/Simple.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Simple/Simple.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/PInvokeTail.ilproj b/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/PInvokeTail.ilproj index ff84708..aacc2c2 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/PInvokeTail.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/PInvokeTail.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/TailWinApi.ilproj b/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/TailWinApi.ilproj index 532d127..a4cbe25 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/TailWinApi.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/TailWinApi.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/JitTailcall2.ilproj b/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/JitTailcall2.ilproj index d2cf457..1e04483 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/JitTailcall2.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/JitTailcall2.ilproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -26,7 +28,7 @@ - true + true @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/jitTailcall1.ilproj b/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/jitTailcall1.ilproj index 80a5375..8c95a44 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/jitTailcall1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/jitTailcall1.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/IL/leave/leave1.ilproj b/src/coreclr/tests/src/JIT/Directed/IL/leave/leave1.ilproj index 6021aa8..b4bd2a5 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/leave/leave1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/leave/leave1.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/IL/mutualrecur-tailcall/MutualRecur-TailCall.ilproj b/src/coreclr/tests/src/JIT/Directed/IL/mutualrecur-tailcall/MutualRecur-TailCall.ilproj index 462249a..c9ca675 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/mutualrecur-tailcall/MutualRecur-TailCall.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/mutualrecur-tailcall/MutualRecur-TailCall.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow1.ilproj b/src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow1.ilproj index 9dd56bc..15f5032 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow1.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow2.ilproj b/src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow2.ilproj index 5152855..767fd88 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow2.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow2.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/BadRegArgs.ilproj b/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/BadRegArgs.ilproj index 3a1fab9..4d69d7b 100644 --- a/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/BadRegArgs.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/BadRegArgs.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/SideEffects.ilproj b/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/SideEffects.ilproj index 16ced7c..1160ae4 100644 --- a/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/SideEffects.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/SideEffects.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/Misc/function_pointer/funcptrtest.ilproj b/src/coreclr/tests/src/JIT/Directed/Misc/function_pointer/funcptrtest.ilproj index 848f584..2f6de7e 100644 --- a/src/coreclr/tests/src/JIT/Directed/Misc/function_pointer/funcptrtest.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/Misc/function_pointer/funcptrtest.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Box_Unbox.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Box_Unbox.ilproj index 17f5fe8..133deeb 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Box_Unbox.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Box_Unbox.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Desktop/add.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Desktop/add.ilproj index 6038771..1b0dbde 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Desktop/add.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Desktop/add.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/arglist.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/arglist.ilproj index fac1589..69aea10 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/arglist.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/arglist.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -38,6 +38,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/array_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/array_tests.ilproj index 728d48b..af1fba4 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/array_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/array_tests.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpblk.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpblk.ilproj index e029b51..ebb0344 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpblk.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpblk.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpobj.ilproj index a936ae2f..b1f6258 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpobj.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/field_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/field_tests.ilproj index 6e50394..e755aa4 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/field_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/field_tests.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/fielda_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/fielda_tests.ilproj index d698613..fccc0da 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/fielda_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/fielda_tests.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initblk.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initblk.ilproj index 4f47047..272969b 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initblk.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initblk.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initobj.ilproj index 4907c7c..e0da2cb 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initobj.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldind_stind.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldind_stind.ilproj index 0d66c87..7604cb3 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldind_stind.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldind_stind.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldloca.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldloca.ilproj index 5283e08..bf5faee 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldloca.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldloca.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldobj.ilproj index d914f68..316cdce 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldobj.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/localloc.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/localloc.ilproj index b249d83..2046f092 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/localloc.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/localloc.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/Box_Unbox.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/Box_Unbox.ilproj index 17f5fe8..133deeb 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/Box_Unbox.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/Box_Unbox.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/add.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/add.ilproj index 6038771..1b0dbde 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/add.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/add.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/arglist.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/arglist.ilproj index fac1589..69aea10 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/arglist.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/arglist.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -38,6 +38,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/array_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/array_tests.ilproj index 728d48b..af1fba4 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/array_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/array_tests.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpblk.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpblk.ilproj index e029b51..ebb0344 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpblk.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpblk.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpobj.ilproj index 61762bd..be72ac5 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpobj.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/field_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/field_tests.ilproj index 6e50394..e755aa4 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/field_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/field_tests.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/fielda_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/fielda_tests.ilproj index d698613..fccc0da 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/fielda_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/fielda_tests.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initblk.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initblk.ilproj index 4f47047..272969b 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initblk.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initblk.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initobj.ilproj index 4907c7c..e0da2cb 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initobj.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldind_stind.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldind_stind.ilproj index 0d66c87..7604cb3 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldind_stind.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldind_stind.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldloca.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldloca.ilproj index 5283e08..bf5faee 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldloca.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldloca.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldobj.ilproj index f569434..6946944 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldobj.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/localloc.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/localloc.ilproj index 5603a37..4c0411e 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/localloc.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/localloc.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Box_Unbox.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Box_Unbox.ilproj index 17f5fe8..133deeb 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Box_Unbox.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Box_Unbox.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Desktop/add.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Desktop/add.ilproj index 6038771..1b0dbde 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Desktop/add.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Desktop/add.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/arglist.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/arglist.ilproj index fac1589..69aea10 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/arglist.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/arglist.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -38,6 +38,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/array_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/array_tests.ilproj index 728d48b..af1fba4 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/array_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/array_tests.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpblk.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpblk.ilproj index e029b51..ebb0344 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpblk.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpblk.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpobj.ilproj index a936ae2f..b1f6258 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpobj.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/field_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/field_tests.ilproj index 6e50394..e755aa4 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/field_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/field_tests.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/fielda_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/fielda_tests.ilproj index d698613..fccc0da 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/fielda_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/fielda_tests.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initblk.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initblk.ilproj index 4f47047..272969b 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initblk.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initblk.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initobj.ilproj index 4907c7c..e0da2cb 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initobj.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldind_stind.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldind_stind.ilproj index 0d66c87..7604cb3 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldind_stind.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldind_stind.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldloca.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldloca.ilproj index 5283e08..bf5faee 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldloca.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldloca.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldobj.ilproj index d914f68..316cdce 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldobj.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/localloc.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/localloc.ilproj index b249d83..2046f092 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/localloc.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/localloc.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Box_Unbox.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Box_Unbox.ilproj index 17f5fe8..133deeb 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Box_Unbox.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Box_Unbox.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Desktop/add.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Desktop/add.ilproj index 6038771..1b0dbde 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Desktop/add.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Desktop/add.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/arglist.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/arglist.ilproj index fac1589..69aea10 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/arglist.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/arglist.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -38,6 +38,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/array_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/array_tests.ilproj index 728d48b..af1fba4 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/array_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/array_tests.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpblk.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpblk.ilproj index e029b51..ebb0344 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpblk.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpblk.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpobj.ilproj index a936ae2f..b1f6258 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpobj.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/field_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/field_tests.ilproj index 6e50394..e755aa4 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/field_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/field_tests.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/fielda_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/fielda_tests.ilproj index d698613..fccc0da 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/fielda_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/fielda_tests.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initblk.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initblk.ilproj index 4f47047..272969b 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initblk.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initblk.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initobj.ilproj index 4907c7c..e0da2cb 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initobj.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldind_stind.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldind_stind.ilproj index 0d66c87..7604cb3 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldind_stind.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldind_stind.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldloca.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldloca.ilproj index 5283e08..bf5faee 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldloca.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldloca.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldobj.ilproj index d914f68..316cdce 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldobj.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/localloc.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/localloc.ilproj index b249d83..2046f092 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/localloc.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/localloc.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/extended.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/extended.ilproj index d77e9d3..00f733d 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/extended.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/extended.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref1.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref1.ilproj index fac69be..7f25ede 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref1.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref2.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref2.ilproj index eca9de6..18c8b86 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref2.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref2.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/nested.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/nested.ilproj index e35aa41..9601306 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/nested.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/nested.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/oddsize.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/oddsize.ilproj index e1403f3..f210f3b 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/oddsize.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/oddsize.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/overlap.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/overlap.ilproj index c05d4a0..eb37bbf 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/overlap.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/overlap.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/simple.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/simple.ilproj index c8ce252..380916f4 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/simple.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/simple.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.csproj b/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.csproj index 83ba92e..c2c4ea6 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.csproj @@ -1,4 +1,4 @@ - + @@ -15,9 +15,11 @@ ..\..\ - - - + + + + PdbOnly + True @@ -26,7 +28,6 @@ - @@ -35,4 +36,4 @@ - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/TypedReference/TypedReference.csproj b/src/coreclr/tests/src/JIT/Directed/TypedReference/TypedReference.csproj index 3f4d1e3..5091a27 100644 --- a/src/coreclr/tests/src/JIT/Directed/TypedReference/TypedReference.csproj +++ b/src/coreclr/tests/src/JIT/Directed/TypedReference/TypedReference.csproj @@ -18,9 +18,11 @@ true - - - + + + + PdbOnly + True diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop3_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop3_il_r.ilproj index 173fb77..623c069 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop3_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop3_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/array-il/_Arrayscomplex3.ilproj b/src/coreclr/tests/src/JIT/Directed/array-il/_Arrayscomplex3.ilproj index b68ed32..641d1e9 100644 --- a/src/coreclr/tests/src/JIT/Directed/array-il/_Arrayscomplex3.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/array-il/_Arrayscomplex3.ilproj @@ -1,4 +1,4 @@ - + @@ -18,18 +18,18 @@ true - - - + + + + PdbOnly + True False - - - + @@ -41,6 +41,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/array-il/_Arrayssimple3.ilproj b/src/coreclr/tests/src/JIT/Directed/array-il/_Arrayssimple3.ilproj index c48f389..10f04f0 100644 --- a/src/coreclr/tests/src/JIT/Directed/array-il/_Arrayssimple3.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/array-il/_Arrayssimple3.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/compiler/FilterToHandler.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/compiler/FilterToHandler.ilproj index 8865920..6f21850 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/compiler/FilterToHandler.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/compiler/FilterToHandler.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badendfinally_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badendfinally_il_r.ilproj index 2088900..8f1a7fa 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badendfinally_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badendfinally_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badldsfld_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badldsfld_il_r.ilproj index 17b7f72..ca342ae 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badldsfld_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badldsfld_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badtailcall_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badtailcall_il_r.ilproj index 7d6db85..9ce1bf1 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badtailcall_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badtailcall_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/bleref_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/bleref_il_r.ilproj index 6323d53..b8662c8 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/bleref_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/bleref_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/byrefsubbyref1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/byrefsubbyref1_il_r.ilproj index e229904..e49a12c 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/byrefsubbyref1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/byrefsubbyref1_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/calli2_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/calli2_il_r.ilproj index 588b319..2bb4dcc 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/calli2_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/calli2_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ceeillegal_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ceeillegal_il_r.ilproj index 890e3f6..0f2cea0 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ceeillegal_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ceeillegal_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr1_il_r.ilproj index f054901..6e2cd74 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr1_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr2_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr2_il_r.ilproj index 3e86d36..a1acb15 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr2_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr2_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldr4_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldr4_il_r.ilproj index a22f629..16eec75 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldr4_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldr4_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldstatic1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldstatic1_il_r.ilproj index cf92bbf..33aec60 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldstatic1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldstatic1_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldunboxedvt_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldunboxedvt_il_r.ilproj index 161c759..07395f7 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldunboxedvt_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldunboxedvt_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldvirtftnsideeffect_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldvirtftnsideeffect_il_r.ilproj index 9a059c2..5fc12a6 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldvirtftnsideeffect_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldvirtftnsideeffect_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nonrefsdarr_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nonrefsdarr_il_r.ilproj index 1fabcc6..60e343d 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nonrefsdarr_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nonrefsdarr_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nullsdarr_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nullsdarr_il_r.ilproj index 0947193..2fd39ab 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nullsdarr_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nullsdarr_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/refanytype1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/refanytype1_il_r.ilproj index 9caa203..e96e873 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/refanytype1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/refanytype1_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/stfldstatic1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/stfldstatic1_il_r.ilproj index 63073e0..4d3f00a 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/stfldstatic1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/stfldstatic1_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/subovfun1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/subovfun1_il_r.ilproj index f91eaa8..2199732 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/subovfun1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/subovfun1_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilldind_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilldind_il_r.ilproj index 0dcdfc0..9fc7ab8 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilldind_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilldind_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilstind_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilstind_il_r.ilproj index 5bc6b27..63f2dc6 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilstind_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilstind_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/Desktop/callipinvoke_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/Desktop/callipinvoke_il_r.ilproj index 6940a15..3f2530b 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/Desktop/callipinvoke_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/Desktop/callipinvoke_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/arrgetlen_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/arrgetlen_il_r.ilproj index 2613311..d6326994d 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/arrgetlen_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/arrgetlen_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lcliimpl_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lcliimpl_il_r.ilproj index c3fd889..fca2ffe 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lcliimpl_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lcliimpl_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldfldstatic_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldfldstatic_il_r.ilproj index f0a2ca5..3b7badd 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldfldstatic_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldfldstatic_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldsshrstsfld_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldsshrstsfld_il_r.ilproj index 5c382c3..6a0bfdc 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldsshrstsfld_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldsshrstsfld_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -13,22 +13,21 @@ {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages ..\..\ - 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -36,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldvirtftncalli_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldvirtftncalli_il_r.ilproj index 2473fdd..079857c 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldvirtftncalli_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldvirtftncalli_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv1_il_r.ilproj index 8f5f943..2055267 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv1_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv2_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv2_il_r.ilproj index 6d03359..a816993 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv2_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv2_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem1_il_r.ilproj index 463c697..eacc129 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem1_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem2_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem2_il_r.ilproj index 8b3d025..62e9a31 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem2_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem2_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic1_il_r.ilproj index bc1984f..3d13bc6 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic1_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic2_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic2_il_r.ilproj index 2888d93..6cad975 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic2_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic2_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/subbyref_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/subbyref_il_r.ilproj index 3d19a60..e98aa34 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/subbyref_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/subbyref_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly1_il_r.ilproj index 20e012c..af717a1 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly1_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly2_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly2_il_r.ilproj index c09a34d..3cf2f13 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly2_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly2_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly3_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly3_il_r.ilproj index b514f30..9c4a817 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly3_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly3_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tlstest_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tlstest_il_r.ilproj index 8dc9f69..04067a6 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tlstest_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tlstest_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -44,6 +44,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/trashreg_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/trashreg_il_r.ilproj index 8811618..38348dc 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/trashreg_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/trashreg_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/volatilecpobj_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/volatilecpobj_il_r.ilproj index 0d928ec..d13be19 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/volatilecpobj_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/volatilecpobj_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/zeroinit_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/zeroinit_il_r.ilproj index de8bc5c..aaffc82 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/zeroinit_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/zeroinit_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/leave/catch1_r.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/catch1_r.ilproj index 04c91f7..ab41c57 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/catch1_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/catch1_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/leave/catch2_r.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/catch2_r.ilproj index 1e67b7f..e28a6f2 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/catch2_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/catch2_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/leave/catch3_r.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/catch3_r.ilproj index 3a5fd1e..c5ee28b 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/catch3_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/catch3_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/leave/filter1_r.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/filter1_r.ilproj index 0e0986e..848c8ee 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/filter1_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/filter1_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/leave/filter2_r.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/filter2_r.ilproj index 95d774f..f206070 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/filter2_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/filter2_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/leave/filter3_r.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/filter3_r.ilproj index d17e0c5..e48c313 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/filter3_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/filter3_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/leave/try1_r.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/try1_r.ilproj index 85f0693..e9fad90 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/try1_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/try1_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/leave/try2_r.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/try2_r.ilproj index 27caf67..253958d 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/try2_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/try2_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/leave/try3_r.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/try3_r.ilproj index 12c4bb1..dd13d93 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/try3_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/try3_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv3_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv3_il_r.ilproj index 4c787b6..3d8d934 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv3_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv3_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/identity3_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/identity3_il_r.ilproj index 40fa2e2..573170d 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/identity3_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/identity3_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/pinning/object-pin/object-pin.ilproj b/src/coreclr/tests/src/JIT/Directed/pinning/object-pin/object-pin.ilproj index 7042244..03beaf4 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinning/object-pin/object-pin.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/pinning/object-pin/object-pin.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -30,9 +32,8 @@ - + - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/calli_excep.ilproj b/src/coreclr/tests/src/JIT/Directed/pinvoke/calli_excep.ilproj index 2c5932a..cdd09fa 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/calli_excep.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/calli_excep.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/jump.ilproj b/src/coreclr/tests/src/JIT/Directed/pinvoke/jump.ilproj index 8bd0e4e..de2a225 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/jump.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/jump.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo_il.ilproj b/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo_il.ilproj index d532151..62b2211 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo_il.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo_il.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/tail.ilproj b/src/coreclr/tests/src/JIT/Directed/pinvoke/tail.ilproj index 4788eef..83b9751 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/tail.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/tail.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/refbyref/byref2iu_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/refbyref/byref2iu_il_r.ilproj index 541b6656..f9928a5 100644 --- a/src/coreclr/tests/src/JIT/Directed/refbyref/byref2iu_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/refbyref/byref2iu_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/refbyref/byrefconvert_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/refbyref/byrefconvert_il_r.ilproj index f8e2b4a..4ec3e1a 100644 --- a/src/coreclr/tests/src/JIT/Directed/refbyref/byrefconvert_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/refbyref/byrefconvert_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/refbyref/ref2byref_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/refbyref/ref2byref_il_r.ilproj index 899044d..78ec4e1 100644 --- a/src/coreclr/tests/src/JIT/Directed/refbyref/ref2byref_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/refbyref/ref2byref_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/refbyref/ref2iu_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/refbyref/ref2iu_il_r.ilproj index 40b16b0..7d15be5 100644 --- a/src/coreclr/tests/src/JIT/Directed/refbyref/ref2iu_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/refbyref/ref2iu_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/refbyref/refpinned2iu_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/refbyref/refpinned2iu_il_r.ilproj index 6857229..a07f057 100644 --- a/src/coreclr/tests/src/JIT/Directed/refbyref/refpinned2iu_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/refbyref/refpinned2iu_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic1.ilproj b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic1.ilproj index f4dba81..590e6bd 100644 --- a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic1.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic2.ilproj b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic2.ilproj index 08a76e0..a753483 100644 --- a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic2.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic2.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic3.ilproj b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic3.ilproj index 278c85d..ed0f8b6 100644 --- a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic3.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic3.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic4.ilproj b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic4.ilproj index 619b380..a898d56 100644 --- a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic4.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic4.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic5.ilproj b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic5.ilproj index 3ea10f7..2dc8498 100644 --- a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic5.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic5.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int8_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/shift/int8_il_r.ilproj index 58a4b69..ad0becd 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int8_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int8_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/shift/nativeint_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/shift/nativeint_il_r.ilproj index dd32e0e..a689e7c 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/nativeint_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/nativeint_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/shift/nativeuint_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/shift/nativeuint_il_r.ilproj index ab224ed..4237e7c 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/nativeuint_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/nativeuint_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/tailcall/tailcall.ilproj b/src/coreclr/tests/src/JIT/Directed/tailcall/tailcall.ilproj index d5a73d9..55da0f6 100644 --- a/src/coreclr/tests/src/JIT/Directed/tailcall/tailcall.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/tailcall/tailcall.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/throwbox/fault.ilproj b/src/coreclr/tests/src/JIT/Directed/throwbox/fault.ilproj index ba2f5e5..27b9046 100644 --- a/src/coreclr/tests/src/JIT/Directed/throwbox/fault.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/throwbox/fault.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/throwbox/filter.ilproj b/src/coreclr/tests/src/JIT/Directed/throwbox/filter.ilproj index 33bfd22..0ee03ca 100644 --- a/src/coreclr/tests/src/JIT/Directed/throwbox/filter.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/throwbox/filter.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/throwbox/finally.ilproj b/src/coreclr/tests/src/JIT/Directed/throwbox/finally.ilproj index 9be433d..1c658ef 100644 --- a/src/coreclr/tests/src/JIT/Directed/throwbox/finally.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/throwbox/finally.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/throwbox/rethrow.ilproj b/src/coreclr/tests/src/JIT/Directed/throwbox/rethrow.ilproj index 7e3ed99..de07236 100644 --- a/src/coreclr/tests/src/JIT/Directed/throwbox/rethrow.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/throwbox/rethrow.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/tls/mutualrecurthd-tls.ilproj b/src/coreclr/tests/src/JIT/Directed/tls/mutualrecurthd-tls.ilproj index c7f7549..d905a72 100644 --- a/src/coreclr/tests/src/JIT/Directed/tls/mutualrecurthd-tls.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/tls/mutualrecurthd-tls.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/tls/test-tls.ilproj b/src/coreclr/tests/src/JIT/Directed/tls/test-tls.ilproj index 12e1ed8..aaf8bdb 100644 --- a/src/coreclr/tests/src/JIT/Directed/tls/test-tls.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/tls/test-tls.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/Dev10_863995.ilproj b/src/coreclr/tests/src/JIT/Directed/zeroinit/Dev10_863995.ilproj index 0fc41a7..7c17bd2 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/Dev10_863995.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/Dev10_863995.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_byte.ilproj b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_byte.ilproj index 5be9955..a30ce98 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_byte.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_byte.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int32.ilproj b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int32.ilproj index 315a42c..97f76d7 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int32.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int32.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int64.ilproj b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int64.ilproj index f64bfe2..455c8e5 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int64.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int64.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_struct.ilproj b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_struct.ilproj index d36674f..1e12a67 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_struct.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_struct.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint32.ilproj b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint32.ilproj index e9f58a1..52a90a8 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint32.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint32.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint64.ilproj b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint64.ilproj index 9b6e3d0..393b9a3 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint64.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint64.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/tail.ilproj b/src/coreclr/tests/src/JIT/Directed/zeroinit/tail.ilproj index 04796a4..4e140b6 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/tail.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/tail.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_il_r.ilproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_il_r.ilproj index fcee0e2..73d76fc 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_il_r.ilproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_il_r.ilproj index a9e0e7b..1164587 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_il_r.ilproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_il_r.ilproj index 70180f1..b074734 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_il_r.ilproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_il_r.ilproj index f57e1ff..be468b3 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_il_r.ilproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_il_r.ilproj index 6609b21..2822182 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_il_r.ilproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_il_r.ilproj index bfb0bf4..f9b330e 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Generics/regression/DDB148379/ddb148379.ilproj b/src/coreclr/tests/src/JIT/Generics/regression/DDB148379/ddb148379.ilproj index 378abb7..90837b6 100644 --- a/src/coreclr/tests/src/JIT/Generics/regression/DDB148379/ddb148379.ilproj +++ b/src/coreclr/tests/src/JIT/Generics/regression/DDB148379/ddb148379.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add.ilproj index 6038771..1b0dbde 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add_ovf.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add_ovf.ilproj index 127e284..6e3422f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add_ovf.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add_ovf.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/and.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/and.ilproj index 1032141..b3e0c41 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/and.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/and.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq.ilproj index e12dbf5..922b8fd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq_s.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq_s.ilproj index a44c4d4..d42b6d7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq_s.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq_s.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge.ilproj index da00b3f..9b34109 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge_s.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge_s.ilproj index e276be8..3a2e734 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge_s.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge_s.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt.ilproj index b92fe50..dbda065 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt_s.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt_s.ilproj index 794d4f8..4a247c9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt_s.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt_s.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble.ilproj index 66c7da5..060008b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble_s.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble_s.ilproj index e837ad9..b41e4f1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble_s.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble_s.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt.ilproj index d9d5fab..ca16449 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt_s.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt_s.ilproj index 22ecf64..4fbdd66 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt_s.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt_s.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne.ilproj index d011586..dde9d34 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne_s.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne_s.ilproj index c1d4658..1a1e927 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne_s.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne_s.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br.ilproj index 8d14728..aa0f712 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br_s.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br_s.ilproj index c9c37b7..d239988 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br_s.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br_s.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse.ilproj index 30b24cd..f631a2e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse_s.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse_s.ilproj index e693d22..ce6e939 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse_s.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse_s.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue.ilproj index 5b40f41..c4efc54 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue_s.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue_s.ilproj index 1fbcff9..b82829e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue_s.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue_s.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/call.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/call.ilproj index f6d5419..dec4288 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/call.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/call.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ceq.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ceq.ilproj index 88ae94a..5ba5ccf 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ceq.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ceq.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cgt.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cgt.ilproj index d0dd00c..321d6fa 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cgt.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cgt.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ckfinite.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ckfinite.ilproj index e54b6ff..1b22e04 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ckfinite.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ckfinite.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/clt.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/clt.ilproj index 0f9f61e..2741b98 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/clt.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/clt.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv.ilproj index e7d1ccd..11f9bf8 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv_ovf.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv_ovf.ilproj index 8504a80..6131ecf 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv_ovf.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv_ovf.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cpblk.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cpblk.ilproj index 9d79b70..f7871b4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cpblk.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cpblk.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/div.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/div.ilproj index e685851..49a502d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/div.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/div.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/dup.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/dup.ilproj index 85ad1c3..f25f56b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/dup.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/dup.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/initblk.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/initblk.ilproj index bc00a0d..102bbef 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/initblk.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/initblk.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/jmp.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/jmp.ilproj index bb16f0c..4033236 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/jmp.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/jmp.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_n.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_n.ilproj index 1531b10..32db8d09 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_n.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_n.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_starg.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_starg.ilproj index 7dbfc89..69cfe4e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_starg.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_starg.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldargs_stargs.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldargs_stargs.ilproj index d01fbd2..e5982fb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldargs_stargs.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldargs_stargs.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc.ilproj index aa4d45d..8344229 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc_i4_n.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc_i4_n.ilproj index 92f77bd..2795a54 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc_i4_n.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc_i4_n.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldftn_calli.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldftn_calli.ilproj index 9aa3603..e953275 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldftn_calli.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldftn_calli.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldind_stind.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldind_stind.ilproj index 7ba4a18..ad63374 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldind_stind.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldind_stind.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloc_stloc.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloc_stloc.ilproj index 1f02b76..92b4194 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloc_stloc.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloc_stloc.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloca.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloca.ilproj index 0f34042..82ad887 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloca.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloca.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldnull.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldnull.ilproj index 549df20..de686ed 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldnull.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldnull.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul.ilproj index 10d3b6e..0c784d2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul_ovf.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul_ovf.ilproj index 6bab10d..f57ed75 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul_ovf.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul_ovf.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/neg.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/neg.ilproj index bcd2ffa..4382ff6 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/neg.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/neg.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/nop.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/nop.ilproj index 4b42578..ff2d0e5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/nop.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/nop.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/not.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/not.ilproj index 7ed324b..9da7739 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/not.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/not.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/or.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/or.ilproj index d208772..9c5d2b2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/or.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/or.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/pop.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/pop.ilproj index f23400f..59aedc4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/pop.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/pop.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/rem.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/rem.ilproj index ea8b6d8..0c3f890 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/rem.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/rem.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ret.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ret.ilproj index b9a3045..1752479 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ret.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ret.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shl.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shl.ilproj index c2b1f7d..3928a60 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shl.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shl.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shr.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shr.ilproj index cb6926a..3026e7f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shr.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shr.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub.ilproj index e2a094e..020c1b4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub_ovf.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub_ovf.ilproj index 37e5cdf..4b021bb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub_ovf.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub_ovf.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/switch.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/switch.ilproj index eb2b6fc..59d6fd3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/switch.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/switch.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/tailcall.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/tailcall.ilproj index 070422c..5c25947 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/tailcall.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/tailcall.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/unaligned.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/unaligned.ilproj index 17a9b01..fa98991 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/unaligned.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/unaligned.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/volatile.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/volatile.ilproj index b480394..7737990 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/volatile.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/volatile.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/xor.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/xor.ilproj index da04e94..18d7006 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/xor.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/xor.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I4.ilproj index bb65e70..f4e4931 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I8.ilproj index 1c40c44..ee3f4f1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_R4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_R4.ilproj index e8e26c1..0736af1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_R4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_R4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_I4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_I4.ilproj index a896da8..00ff671 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_I4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_I4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i.ilproj index accdfcf..e604fad 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i8.ilproj index 883b782..1037bb3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i1.ilproj index e3d4e99..7d635c7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i1.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i2.ilproj index e12a71e..1a0d030 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i2.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i4.ilproj index dc85ad3..3364f6c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i8.ilproj index 6bde8b5..6a79931 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u1.ilproj index d170e81..d67b20c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u1.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u2.ilproj index fa62b6c..1276c0d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u2.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u4.ilproj index dd57421..a7e87ca 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u8.ilproj index c9de6a8..6b44e1e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r4.ilproj index 16d9f54..32dd25f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r8.ilproj index 40b49b9..fc80c89 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u4.ilproj index 1730d1c..c184e7f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u8.ilproj index d465db5..4706984 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i.ilproj index a3c7da4..2034c1f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i4.ilproj index 9d69309..24feccf 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i8.ilproj index bdf92ba..67d4c4b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r4.ilproj index 41eee80..ff17b7c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r8.ilproj index 7ed138a..eea6d25 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i4.ilproj index 41d50d4..44a03f0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i8.ilproj index fa02f6b..35444d3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r4.ilproj index aa55f8a..52458f3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r8.ilproj index 3040735..b865b68 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_u.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_u.ilproj index d8db18c..ff8224b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_u.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_u.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i4.ilproj index 32f2211..6370369 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i8.ilproj index bfe1333..cc274a6 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r4.ilproj index ca536df..2191a78 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r8.ilproj index eb06d61..34014e3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i4.ilproj index 2a69267..6128aea 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i8.ilproj index f04adcb..f6dc541 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r4.ilproj index 76757b5..a658083 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r8.ilproj index 6c78953..490e029 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u.ilproj index 23fff96..92b7283 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u4.ilproj index 55054fb..0ea838f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u8.ilproj index 2b87706..f14e212 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r4.ilproj index de6d55f..3e9ff74 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r8.ilproj index a026e10..44d92f0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i4.ilproj index 61d8e09..5774e3e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i8.ilproj index 23ed54b..e332843 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r4.ilproj index b19ffa0..2bd8ab2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r8.ilproj index 54c7942..45b786d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u.ilproj index aaf179b..257e266 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u4.ilproj index 077f8ae..9ae4f088 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u8.ilproj index 5a6c977..86080d4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r4.ilproj index 6da734d..6078d95 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r8.ilproj index 694abee..e9f1952 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i4.ilproj index 2b3e481..7ddee84 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i8.ilproj index c14830d..2c0c87e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r4.ilproj index f81db88..787988c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r8.ilproj index 1ca8b8c..5470103 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u.ilproj index fefcb1a..91cfc14 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u4.ilproj index f3f1974..5bf8fb4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u8.ilproj index b556f81..7606d29 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r4.ilproj index 578feaf..5b7ed1b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r8.ilproj index 6d02015..b6faa46 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u.ilproj index f902964..21a58bc 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u4.ilproj index e30f86c..e8b79df 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u8.ilproj index edbe4da..a56d5a4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r4.ilproj index 17ba234..c960711 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r8.ilproj index 826ab7f..6745e5d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/br.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/br.ilproj index 8d14728..aa0f712 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/br.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/br.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brfalse.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brfalse.ilproj index 30b24cd..f631a2e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brfalse.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brfalse.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brtrue.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brtrue.ilproj index 5b40f41..c4efc54 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brtrue.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brtrue.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_br.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_br.ilproj index 7f39c65..934365e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_br.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_br.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brfalse.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brfalse.ilproj index ffe8ab2..39e803e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brfalse.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brfalse.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brtrue.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brtrue.ilproj index 58bb799..c420f8d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brtrue.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brtrue.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_call.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_call.ilproj index 7a62310..678aac8 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_call.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_call.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_cpblk.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_cpblk.ilproj index 491852d..33f6731 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_cpblk.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_cpblk.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_initblk.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_initblk.ilproj index 06d4693..80af525 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_initblk.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_initblk.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ldvirtftn.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ldvirtftn.ilproj index 3d4210e..7867d95 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ldvirtftn.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ldvirtftn.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_localloc.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_localloc.ilproj index 1582270..8c1aebc 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_localloc.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_localloc.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_nop.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_nop.ilproj index ee5f824..8ddd775 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_nop.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_nop.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ret.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ret.ilproj index d2f5dbc..63f445a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ret.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ret.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_switch.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_switch.ilproj index f124a52..9a6deee 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_switch.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_switch.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/call.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/call.ilproj index f6d5419..dec4288 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/call.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/call.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i.ilproj index 4065b07..f844462 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i4.ilproj index 56f19e0..3487fcc 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i8.ilproj index 92779e1..4374324 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r4.ilproj index fdae4a7..4a4415d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r8.ilproj index 6939a6d..9ff68a3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i4.ilproj index 293364f..700e00c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i8.ilproj index ca1f164..2daf8f3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r4.ilproj index 7ffb6f5..963dcc5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r8.ilproj index 43d631c..fb1864d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u.ilproj index b2c242a..dcb942a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u4.ilproj index 7225700..ce9200d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u8.ilproj index 0ada8d3..a6bd27d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r4.ilproj index 9506b83..7b073a3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r8.ilproj index d8cbc8b..0e2600f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r4.ilproj index 21d7e81..5617612 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r8.ilproj index 976cadc..3d3357b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i4.ilproj index 726fb31..7f12da5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i8.ilproj index 22abbe1..8526b9b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r4.ilproj index efa6476..5ed9d0f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r8.ilproj index ceb69ad..96dde55 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u.ilproj index 634572c..4e2e52b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u4.ilproj index 1a596af..807fbe3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u8.ilproj index f0873bd..8274392 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r4.ilproj index 65128ff..05c2799 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r8.ilproj index 1160426..8e139ec 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i1_un.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i1_un.ilproj index ef3d3d6..65d7ede 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i1_un.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i1_un.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i1.ilproj index 7e88bcc..669822f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i1.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i2.ilproj index a7a7c49..0c9ce63 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i2.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_u4.ilproj index af44135..323828c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i.ilproj index c8a6e15..f3666b4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i.ilproj @@ -18,9 +18,11 @@ true - - - + + + + PdbOnly + True @@ -34,6 +36,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i4.ilproj index c6e329e..11ffca2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_u8.ilproj index 364e76c..16a8f41 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_u8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i.ilproj index 0e523dd..683fb5f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i4.ilproj index 7d1b273..3a3d31c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i8.ilproj index cf607f2..20a2b5d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i.ilproj index 19da7eb..d1e9b782 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i4.ilproj index 46c2558..509bf13 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u1.ilproj index 2f79ddb..737635e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u1.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u2.ilproj index a49438f..8e3e4cd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u2.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_i8.ilproj index 8f47026..89fb64c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_u4.ilproj index feecfea..71a7a42 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cpblk.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cpblk.ilproj index 9d79b70..f7871b4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cpblk.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cpblk.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i4.ilproj index 31a4926..fb8eac8 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i8.ilproj index 829ee8e..fa55c0c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r4.ilproj index 855bc2e..f6d2812 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r8.ilproj index a98a835..2e17ba8 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u4.ilproj index cdfc8d3..d719387 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u8.ilproj index 4d1b684..09aff72 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup4.ilproj index 33fcaf7..2ab47e4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup8.ilproj index 052011c..06258e4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dupi.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dupi.ilproj index 20fc6ac..3c7483e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dupi.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dupi.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/initblk.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/initblk.ilproj index bc00a0d..102bbef 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/initblk.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/initblk.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i.ilproj index 6d9e72d..e6ea296 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i4.ilproj index 51dff42..7ecec1f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i8.ilproj index 0c265fd..e88a9d2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r4.ilproj index e3131da..da80396 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r8.ilproj index 9bc172c..d44dd65 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_ref.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_ref.ilproj index 0d00812..0ced838 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_ref.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_ref.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i.ilproj index 96242e7..d5d20d6 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i4.ilproj index 6c11e0d..9c9a63b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i8.ilproj index 66e285a..2147ead 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r4.ilproj index a92b697..46ca86f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r8.ilproj index d5d97d0..fcd81cd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_ref.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_ref.ilproj index 6d7216b..c4dde0a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_ref.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_ref.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i1.ilproj index a9c12ab..1592b74 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i1.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i2.ilproj index ced88ae..3067a85 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i2.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i4.ilproj index fb674e1..10d0be2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i8.ilproj index cd1bd96..3d2909e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u1.ilproj index 2ae8ad3..03b8670 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u1.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u2.ilproj index 2ee1560..209852d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u2.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u4.ilproj index a7c2a04..b388607 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u8.ilproj index 6338d59..498ddda 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u8.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_cpblk.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_cpblk.ilproj index 37b8727..50c42fb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_cpblk.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_cpblk.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_initblk.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_initblk.ilproj index 217cf41..d2f8715 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_initblk.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_initblk.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_nop.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_nop.ilproj index 837c166..742c108 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_nop.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_nop.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_ret.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_ret.ilproj index 731da59..b52869a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_ret.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_ret.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_switch.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_switch.ilproj index cd222ba..247fd12 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_switch.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_switch.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r4.ilproj index 17f2550..d73ccf8 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r8.ilproj index 5430388..7659f37 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i4.ilproj index 5f34bec..ddc7ee9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i8.ilproj index 5b65c94..035ac503 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i1.ilproj index bb12193..6e8e29d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i1.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i2.ilproj index 979322c..30946dd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i2.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i4.ilproj index 792bcfe..c2d3f95 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i8.ilproj index e29d2d7..43ee3f0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u1.ilproj index 8dec9a8..9ddeaac 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u1.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u2.ilproj index aacd6cd..8774f9f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u2.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u4.ilproj index 4ae51d8..b506ddf 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u8.ilproj index f8becf4..2ad88e0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u8.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r4.ilproj index 4c07ec9..39dad0a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r8.ilproj index bf0fdd5..414d354 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldftn.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldftn.ilproj index d5cda54..17a411e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldftn.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldftn.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i.ilproj index 71d9573..ebebbc8 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i1.ilproj index e229851..dd0d2d8 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i1.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i2.ilproj index 43a0a16..c931b64 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i2.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i4.ilproj index 9f88335..10d5564 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i8.ilproj index 9024055..77cb625 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r4.ilproj index 237ad00..36be655 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r8.ilproj index 548779f..22a8e235 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_ref.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_ref.ilproj index cb925cd..13cb64f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_ref.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_ref.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u1.ilproj index 59289ce..4c6b197 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u1.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u2.ilproj index c683952..a9c4cef 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u2.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u4.ilproj index 25f1df6..4ebc3c9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i.ilproj index 391f235..2e4c5e5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i4.ilproj index 82a25c5..ae6e078 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i8.ilproj index 4fa9251..3c949f9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r4.ilproj index 48bb98e..9beb785 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r8.ilproj index 258be35..e784749 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_ref.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_ref.ilproj index a450edc..00466b7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_ref.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_ref.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_i.ilproj index e794f3a..8d0c863 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_i.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_ref.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_ref.ilproj index 7e0e838..4acccd3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_ref.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_ref.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldvirtftn.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldvirtftn.ilproj index b3ba2c0..3db1fcb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldvirtftn.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldvirtftn.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/localloc.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/localloc.ilproj index b249d83..2046f092 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/localloc.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/localloc.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i4.ilproj index 73fa229..49279bc 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i8.ilproj index 1412887..612045b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i1.ilproj index bd0bf43..d745e5e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i1.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i2.ilproj index 6b793cf..c2d9771 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i2.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i4.ilproj index f49ad82..ab7f2c95 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i8.ilproj index 1ebd0a9..16a8c1f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u1.ilproj index a00d328..edacf16 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u1.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u2.ilproj index cb98f67..d236cbf 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u2.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u4.ilproj index dcc23ab..050e9f0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u8.ilproj index 898c87a..6469a87 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r4.ilproj index 3f8c974..4235756 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r8.ilproj index a9961c9..06a54fc 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i4.ilproj index c718acd..386e48e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i8.ilproj index 6e37197..71f6ffd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r4.ilproj index b101d2b..918323a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r8.ilproj index 68d1968..8732497 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/nop.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/nop.ilproj index 4b42578..ff2d0e5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/nop.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/nop.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u4.ilproj index 1a65be3..c343d11 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u8.ilproj index aa04149..f85c08e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u4.ilproj index c1fed57..c9b346a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u8.ilproj index 35f49c9..1e1e451 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop4.ilproj index 8590da2..2058158 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop8.ilproj index 8180ac8..2d3a31c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/popi.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/popi.ilproj index 28a7194..63bb4aa 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/popi.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/popi.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/refs.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/refs.ilproj index d9c23ea..3cb6885 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/refs.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/refs.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i4.ilproj index e9f07a0..4901b32 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i8.ilproj index d69fe6c..d5b32e9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r4.ilproj index df9e5bb..ba0423d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r4.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r8.ilproj index 2abfc95..78e9aea 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u4.ilproj index ed01578..e6fa2d0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u8.ilproj index 0e13424..3eb42dd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret.ilproj index b9a3045..1752479 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i.ilproj index a88598e..5cab81e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i4.ilproj index 7925c93..9ab6233 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i8.ilproj index 936f3c0..f7c876b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r4.ilproj index 23c15e2..cae688d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r8.ilproj index 685aac5..7972a90 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_ref.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_ref.ilproj index 351795a..818732a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_ref.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_ref.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u4.ilproj index 4462444..c3ca795 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u8.ilproj index c81160e..a886905 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i4.ilproj index 770aea5..29b870f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i8.ilproj index 1fba176..528bc7e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u4.ilproj index 4716fc6..655abdb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u8.ilproj index e7cf12a..e3c16d0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sizeof.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sizeof.ilproj index 4759772..f032ed1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sizeof.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sizeof.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i.ilproj index aa06463..bb8311c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i4.ilproj index cef93e3..935a552 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i8.ilproj index dc80ab1..7b9aafd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r4.ilproj index 5029bc4..205cdf3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r8.ilproj index 3d3d961..85a256c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_ref.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_ref.ilproj index 9203b72..13fcb1e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_ref.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_ref.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i1.ilproj index 4a9683e..6dcd635 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i1.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i2.ilproj index edfb9b9..32fcb91 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i2.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i4.ilproj index 66571d8..a20d54b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i8.ilproj index 0a35dfd..0d3b42e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_r8.ilproj index 8fc017d..cd5e1c9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_ref.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_ref.ilproj index cdd25a1..48c77ba 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_ref.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_ref.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i.ilproj index 8ecb91a..b3efd32 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i4.ilproj index ba00bad..58179b1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i8.ilproj index 4c305d5..d209f42 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r4.ilproj index 98635df..4aa0313 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r8.ilproj index 926d56f..e7caafe 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_ref.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_ref.ilproj index 5d21997..2efbb24 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_ref.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_ref.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i.ilproj index 4561aed..2d21330 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i4.ilproj index f347d3f..1420b58 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i8.ilproj index 0e188a3..82025ed 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i1.ilproj index 5bb3073..22244f0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i1.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i2.ilproj index 2ea3ab8..011279e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i2.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i4.ilproj index 37d9f88..711edc0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i8.ilproj index 872d137..37e6cfb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u1.ilproj index c5eada6..2009c19 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u1.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u2.ilproj index 09c3f17..0e6313e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u2.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u4.ilproj index 2fc4691..a911a6e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u8.ilproj index 224dcf6..e4d50e6 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r4.ilproj index d50d0b7..ef442c1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r8.ilproj index 65c72af..855e020 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/switch.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/switch.ilproj index eb2b6fc..59d6fd3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/switch.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/switch.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u4.ilproj index 62e9d75..2cf53fe 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u8.ilproj index 07095b7..c64aa4f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/AutoInit.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/AutoInit.ilproj index cb1c5b5..dd1cb34 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/AutoInit.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/AutoInit.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/heap_ovf.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/heap_ovf.ilproj index 0abb53f..a081c13 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/heap_ovf.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/heap_ovf.ilproj @@ -1,4 +1,4 @@ - + @@ -18,18 +18,18 @@ true - - - + + + + PdbOnly + True False - - - + @@ -41,6 +41,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i1.ilproj index 4d9b9df..f98fde9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i1.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i2.ilproj index b7db963..ad15e9f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i2.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i4.ilproj index e49c747..c7a7c15 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i8.ilproj index 8946960..8849e98 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r4.ilproj index f966fed..d5deaad 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r8.ilproj index d8c656a..2400968 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i1.ilproj index 1e0a5b0..9692a08 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i1.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i2.ilproj index 4ec1c23..82a6560 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i2.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i4.ilproj index bf9d1bc..7018270 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i8.ilproj index 4b82897..fab3ce9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r4.ilproj index 7c9c8cc..bf0ca48 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r8.ilproj index 7a40fe8..9798be5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i1.ilproj index 377855b..2f07a30 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i1.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i2.ilproj index 4c7e5ce..61dc12b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i2.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i4.ilproj index 1a7a0bf..f5b9d06 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i8.ilproj index 92b83bb..c0ff2ab 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r4.ilproj index acfe4b5..13caa16 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r4.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r8.ilproj index 0061be1..04eada2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r8.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/Box_Unbox.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/Box_Unbox.ilproj index 2167aff4..8fa4d0b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/Box_Unbox.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/Box_Unbox.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/array_tests.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/array_tests.ilproj index bdfa900..7b59f54 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/array_tests.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/array_tests.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callintf.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callintf.ilproj index a938ecf..5553d86 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callintf.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callintf.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callnonvirt.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callnonvirt.ilproj index 1125a5a..ed55ce2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callnonvirt.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callnonvirt.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callstatic.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callstatic.ilproj index 3901c91..83b9973 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callstatic.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callstatic.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callsuper.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callsuper.ilproj index 5b4dfe4..f6f1cfb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callsuper.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callsuper.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callvirt.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callvirt.ilproj index 9c815ca..a0a25be 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callvirt.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callvirt.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/castclass.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/castclass.ilproj index 7f7d497..a06d300 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/castclass.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/castclass.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/cpobj.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/cpobj.ilproj index a936ae2f..b1f6258 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/cpobj.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/cpobj.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/field_tests.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/field_tests.ilproj index a72bdce..9e4515f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/field_tests.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/field_tests.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/fielda_tests.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/fielda_tests.ilproj index 9bfe1ec..7279e19 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/fielda_tests.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/fielda_tests.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/initobj.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/initobj.ilproj index 9ee7556..b1749ba 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/initobj.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/initobj.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/isinst.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/isinst.ilproj index 4cb8830..65c94fe 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/isinst.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/isinst.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldlen.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldlen.ilproj index 102a301..029ff2d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldlen.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldlen.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldobj.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldobj.ilproj index d914f68..316cdce 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldobj.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldobj.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldstr.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldstr.ilproj index a267077..4a41c1e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldstr.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldstr.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldtoken.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldtoken.ilproj index ef826ea..4a79755 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldtoken.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldtoken.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldvirtftn.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldvirtftn.ilproj index b3ba2c0..3db1fcb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldvirtftn.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldvirtftn.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/localloc.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/localloc.ilproj index b249d83..2046f092 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/localloc.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/localloc.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/newobj.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/newobj.ilproj index 4e70615..709a01f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/newobj.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/newobj.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/seh_tests.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/seh_tests.ilproj index f0c9fe5..0229a7d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/seh_tests.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/seh_tests.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/throw.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/throw.ilproj index 1e31591..12f847c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/throw.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/throw.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relinitializearray.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relinitializearray.ilproj index 28aedb6..c1b0423 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relinitializearray.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relinitializearray.ilproj @@ -1,4 +1,4 @@ - + @@ -13,6 +13,10 @@ 7a9bfb7d true + + PdbOnly + True + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfault.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfault.ilproj index 61d2d26..2d3d95e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfault.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfault.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfilter.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfilter.ilproj index fd8c5ce..50f77fa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfilter.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfilter.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_reltry_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_reltry_il.ilproj index dfbb305..3a17e54 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_reltry_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_reltry_il.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_il_cs.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_il_cs.ilproj index 4af670c..cceca0f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_il_cs.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_il_cs.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_il_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_il_il.ilproj index 13b9c34..aedd3d2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_il_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_il_il.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_il_cs.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_il_cs.ilproj index 4af670c..cceca0f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_il_cs.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_il_cs.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_il_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_il_il.ilproj index 13b9c34..aedd3d2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_il_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_il_il.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4d_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4d_il_r.ilproj index 703bbca..bcacc96 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4d_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4d_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8d_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8d_il_r.ilproj index 9dc6f46..41f0cf7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8d_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8d_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convx_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convx_il_r.ilproj index b40279a..79fcf9f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convx_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convx_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1b_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1b_il_r.ilproj index 81b25d8..bbd6b55 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1b_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1b_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1c_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1c_il_r.ilproj index a944ed6..2e7fb76 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1c_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1c_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2b_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2b_il_r.ilproj index f17a7c0..5512150 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2b_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2b_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2c_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2c_il_r.ilproj index 518000f..cfde822 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2c_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2c_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3b_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3b_il_r.ilproj index e96debe..b04a52b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3b_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3b_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3c_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3c_il_r.ilproj index 839ebbf..7dc0530 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3c_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3c_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25paramMixed_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25paramMixed_il_r.ilproj index 74bcdfa..dd5dfd6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25paramMixed_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25paramMixed_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/comp32_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/NaN/comp32_il_r.ilproj index f75e390..af12825 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/comp32_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/comp32_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/comp64_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/NaN/comp64_il_r.ilproj index 4a4aa6e..99383f1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/comp64_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/comp64_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/cond32_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/NaN/cond32_il_r.ilproj index 3238239..1b330ee 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/cond32_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/cond32_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/cond64_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/NaN/cond64_il_r.ilproj index 7c464f6..bb52836 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/cond64_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/cond64_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_nonf_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_nonf_il_r.ilproj index 5349f95..a88c4b4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_nonf_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_nonf_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4nanconv_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4nanconv_il_r.ilproj index 1d80137..c4b351c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4nanconv_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4nanconv_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8nanconv_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8nanconv_il_r.ilproj index 81f1d2b..4185db1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8nanconv_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8nanconv_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/deadlock_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/deadlock_il_r.ilproj index e963003..9530a9b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/deadlock_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/deadlock_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/global_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/global_il_r.ilproj index be43af7..fb4580b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/global_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/global_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/Desktop/prefldinit3_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/Desktop/prefldinit3_il_r.ilproj index cc4a471..e410211 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/Desktop/prefldinit3_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/Desktop/prefldinit3_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit1_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit1_il_r.ilproj index 5e08445..c01aa61 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit1_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit2_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit2_il_r.ilproj index 0a6393b..2332ede 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit2_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit2_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit4_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit4_il_r.ilproj index b57adaa..70bedf8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit4_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit4_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/delegate/_simpleoddpower_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/delegate/_simpleoddpower_il_r.ilproj index da4299c..512a705 100644 --- a/src/coreclr/tests/src/JIT/Methodical/delegate/_simpleoddpower_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/delegate/_simpleoddpower_il_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/emptyfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/emptyfinally_r.ilproj index 8b73c9d..ae44924 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/emptyfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/emptyfinally_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinexcept_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinexcept_r.ilproj index 42fb06d..7b9facb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinexcept_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinexcept_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfault_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfault_r.ilproj index c1a6958..f138202d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfault_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfault_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfilter_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfilter_r.ilproj index db329a7..479f83e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfilter_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfilter_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter1_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter1_r.ilproj index 219b194..347d394 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter1_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter1_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter2_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter2_r.ilproj index 9efaccd..f7fe379 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter2_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter2_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter3_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter3_r.ilproj index c5393cc..7e7787a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter3_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter3_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwisfirstinstruction_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwisfirstinstruction_r.ilproj index b2e3696..444a1bf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwisfirstinstruction_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwisfirstinstruction_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryexcept_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryexcept_r.ilproj index 4d4b27b..885304f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryexcept_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryexcept_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfault_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfault_r.ilproj index 565627c..bb897b7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfault_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfault_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch_r.ilproj index 688884a..0c4cde2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatchfn_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatchfn_r.ilproj index b436dba..9da513e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatchfn_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatchfn_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2endfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2endfinally_r.ilproj index 77015cb..2fb19c0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2endfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2endfinally_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2reachableendfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2reachableendfinally_r.ilproj index dadcbaf..d6c6930 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2reachableendfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2reachableendfinally_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowexcept_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowexcept_r.ilproj index 1012666..7a9926b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowexcept_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowexcept_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftercatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftercatch_r.ilproj index 906ac95..d6195df 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftercatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftercatch_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfault_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfault_r.ilproj index b2952a2..7c7f53a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfault_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfault_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfilter_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfilter_r.ilproj index ca86431..f454bcd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfilter_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfilter_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfinally_r.ilproj index 90bf8ef..6159ea6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfinally_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftertry_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftertry_r.ilproj index d739d5e..d9004ba 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftertry_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftertry_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeinsidefinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeinsidefinally_r.ilproj index 201dc7f..2a79c5d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeinsidefinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeinsidefinally_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/branchoverendfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/branchoverendfinally_r.ilproj index 6be4240..48592e2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/branchoverendfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/branchoverendfinally_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadEHregionacrossBB_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadEHregionacrossBB_r.ilproj index 34ec5b0..22e4cfd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadEHregionacrossBB_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadEHregionacrossBB_r.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadcodeincatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadcodeincatch_r.ilproj index 6fff83e..11426b1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadcodeincatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadcodeincatch_r.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadnonlocalexit_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadnonlocalexit_r.ilproj index 87e7fb0..57611dc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadnonlocalexit_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadnonlocalexit_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerror_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerror_r.ilproj index a13ee58..a9ad9ae 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerror_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerror_r.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerrorinfunclet_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerrorinfunclet_r.ilproj index 79d9e30..ef3a447 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerrorinfunclet_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerrorinfunclet_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadrgninfunclet_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadrgninfunclet_r.ilproj index 89af351..d89ec13 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadrgninfunclet_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadrgninfunclet_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtrycatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtrycatch_r.ilproj index bba14ce..651f071 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtrycatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtrycatch_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinally_r.ilproj index 9122e3c..3199acd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinally_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinallythrow_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinallythrow_r.ilproj index c382f31..deff533 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinallythrow_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinallythrow_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/endfinallyinloop_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/endfinallyinloop_r.ilproj index 6076e61..4832ea8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/endfinallyinloop_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/endfinallyinloop_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severaldeadehregions_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severaldeadehregions_r.ilproj index 1c2638e..8e0051b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severaldeadehregions_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severaldeadehregions_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severalnesteddeadehregions_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severalnesteddeadehregions_r.ilproj index 8fb2e8f..aa20652 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severalnesteddeadehregions_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severalnesteddeadehregions_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/simpledeadehregion_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/simpledeadehregion_r.ilproj index d6397e4..79103f9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/simpledeadehregion_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/simpledeadehregion_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/backwardleave_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/backwardleave_r.ilproj index dbf0e39..faf6921 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/backwardleave_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/backwardleave_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchbeforetrybody_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchbeforetrybody_r.ilproj index 6bb51d7..7f2538f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchbeforetrybody_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchbeforetrybody_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchtryintryfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchtryintryfinally_r.ilproj index 937a903..6e21542 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchtryintryfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchtryintryfinally_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/faultbeforetrybody_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/faultbeforetrybody_r.ilproj index 3ee54f6..7db245e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/faultbeforetrybody_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/faultbeforetrybody_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallybeforetrybody_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallybeforetrybody_r.ilproj index a843579..cf96689 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallybeforetrybody_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallybeforetrybody_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallytryintryfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallytryintryfinally_r.ilproj index 9af58c4..7abce28 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallytryintryfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallytryintryfinally_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedhandlers_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedhandlers_r.ilproj index 90df3e0..1559d55 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedhandlers_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedhandlers_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedtryblock_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedtryblock_r.ilproj index afc2741..91ab818 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedtryblock_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedtryblock_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/sehhandlerbeforetry_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/sehhandlerbeforetry_r.ilproj index bc459f0..41dad73 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/sehhandlerbeforetry_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/sehhandlerbeforetry_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/testeit_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/testeit_r.ilproj index 92433dd..5a076e7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/testeit_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/testeit_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/trybodyinbetweencatchhandlers_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/trybodyinbetweencatchhandlers_r.ilproj index c45bd8e..52118cb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/trybodyinbetweencatchhandlers_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/trybodyinbetweencatchhandlers_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nestedfinallycall_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nestedfinallycall_r.ilproj index fd56cc4..2e09ac8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nestedfinallycall_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nestedfinallycall_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittonestedsibling_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittonestedsibling_r.ilproj index fd881cf..7e5f198 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittonestedsibling_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittonestedsibling_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw1dimarray_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw1dimarray_r.ilproj index 9e885d8..297d9eb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw1dimarray_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw1dimarray_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw2dimarray_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw2dimarray_r.ilproj index 6fc6eb9..419bfc8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw2dimarray_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw2dimarray_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/2branchesoutoftry_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/2branchesoutoftry_r.ilproj index 1bfd8be..e6cd649 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/2branchesoutoftry_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/2branchesoutoftry_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/backwardleaveincatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/backwardleaveincatch_r.ilproj index 9559705..b100225 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/backwardleaveincatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/backwardleaveincatch_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithcatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithcatch_r.ilproj index d37c93f..1bd5c1e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithcatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithcatch_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithfinally_r.ilproj index 7b0e7f4..11c6c43 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithfinally_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutofnestedtryfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutofnestedtryfinally_r.ilproj index be3d539..c4067c6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutofnestedtryfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutofnestedtryfinally_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutoftryfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutoftryfinally_r.ilproj index 86d77dc..8354d05 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutoftryfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutoftryfinally_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/forwardleaveincatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/forwardleaveincatch_r.ilproj index 486e0d1..e83dd91 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/forwardleaveincatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/forwardleaveincatch_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeforefinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeforefinally_r.ilproj index ff7128f..dc73013 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeforefinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeforefinally_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeginningfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeginningfinally_r.ilproj index b60a657..7091a17 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeginningfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeginningfinally_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveinsameregion_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveinsameregion_r.ilproj index fdab756..13f2c45 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveinsameregion_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveinsameregion_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveintotrybody_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveintotrybody_r.ilproj index dc0dfb7..f601534 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveintotrybody_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveintotrybody_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyintrycatchwithleaveintotry_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyintrycatchwithleaveintotry_r.ilproj index 43efc95..34de919 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyintrycatchwithleaveintotry_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyintrycatchwithleaveintotry_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/catchfiltercatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/catchfiltercatch_r.ilproj index 0197fe5..68964f0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/catchfiltercatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/catchfiltercatch_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch_r.ilproj index 7d8f3ab..1c5e700 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedcatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedcatch_r.ilproj index fb866d5..34f0a7c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedcatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedcatch_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedexcept_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedexcept_r.ilproj index 53e8ae9..f7d302e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedexcept_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedexcept_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatch_r.ilproj index 6535f78..e9a648d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatch_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatchnofin_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatchnofin_r.ilproj index 27f6f0b..055719b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatchnofin_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatchnofin_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexcept_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexcept_r.ilproj index 10250aa..a68752d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexcept_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexcept_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexceptnofin_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexceptnofin_r.ilproj index 6ba7f54..21214a7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexceptnofin_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexceptnofin_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/localvarincatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/localvarincatch_r.ilproj index cbe9d65..75987dd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/localvarincatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/localvarincatch_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedcatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedcatch_r.ilproj index 4365b3c..8f64f51 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedcatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedcatch_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtrycatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtrycatch_r.ilproj index bca0558..dfcc2e9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtrycatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtrycatch_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryexcept_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryexcept_r.ilproj index 1d421eb..ff3c560 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryexcept_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryexcept_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfault_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfault_r.ilproj index 157aabb..7502cac 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfault_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfault_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfinally_r.ilproj index 311a789..bd7ae99 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfinally_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtrycatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtrycatch_r.ilproj index fb0b0d8..7e23cb8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtrycatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtrycatch_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryexcept_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryexcept_r.ilproj index eb1149f..f5771e7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryexcept_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryexcept_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfault_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfault_r.ilproj index 9057879..bf47b306 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfault_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfault_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfinally_r.ilproj index e5129ee..bb94095 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfinally_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyinsidecatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyinsidecatch_r.ilproj index bfa252f..9bccac5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyinsidecatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyinsidecatch_r.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_gc_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_gc_r.ilproj index b844cc7..4119d8c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_gc_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_gc_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_val_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_val_r.ilproj index 17c58dc..06f8117 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_val_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_val_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_gc_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_gc_r.ilproj index 4c6a8e3..c7d467a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_gc_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_gc_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_val_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_val_r.ilproj index 81182c6..931ad9c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_val_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_val_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys_il.ilproj index fecd93a..73c195d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys_il.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/localloc/zeroinit/zeroInit01_large.ilproj b/src/coreclr/tests/src/JIT/Methodical/localloc/zeroinit/zeroInit01_large.ilproj index 25d4343..4b1d5b7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/localloc/zeroinit/zeroInit01_large.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/localloc/zeroinit/zeroInit01_large.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic_r.ilproj index 79ea0181..63391e8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic_r.ilproj @@ -1,4 +1,4 @@ - + @@ -17,9 +17,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -27,7 +29,6 @@ - True @@ -41,6 +42,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate_r.ilproj index 05d7bfc..a078219 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate_r.ilproj @@ -1,4 +1,4 @@ - + @@ -17,9 +17,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -27,7 +29,6 @@ - True @@ -41,6 +42,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2_r.ilproj index 754baec..376bf62 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -26,7 +28,6 @@ - True @@ -36,6 +37,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics_r.ilproj index 2a35df7..7ddd6a6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics_r.ilproj @@ -1,4 +1,4 @@ - + @@ -17,9 +17,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -27,7 +29,6 @@ - True @@ -41,6 +42,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall_r.ilproj index 58e9109..19ae5d0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -26,7 +28,6 @@ - True @@ -36,6 +37,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype_r.ilproj index c0e2761..6af8624 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + False @@ -26,7 +28,6 @@ - True @@ -36,6 +37,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structinregs.csproj b/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structinregs.csproj index 8b58ce1..454642e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structinregs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structinregs.csproj @@ -1,4 +1,4 @@ - + @@ -11,9 +11,11 @@ 512 - - - + + + + PdbOnly + True @@ -25,4 +27,4 @@ - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/structs/valuetuple.csproj b/src/coreclr/tests/src/JIT/Methodical/structs/valuetuple.csproj index 486744b..29e21c5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/structs/valuetuple.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/structs/valuetuple.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,11 @@ true - - - + + + + PdbOnly + True @@ -36,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch1.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch1.ilproj index 2fa6604..5416bd3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch1.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch10.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch10.ilproj index 6b82dc2..86c1b99 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch10.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch10.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch11.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch11.ilproj index 9263134..383fcef 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch11.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch11.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch2.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch2.ilproj index 79ecff3..480513e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch2.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch3.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch3.ilproj index 454bb9e..0580915 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch3.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch3.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch4.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch4.ilproj index af85f65..4b964ec 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch4.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch5.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch5.ilproj index fa79cf6..4e0448e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch5.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch5.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch6.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch6.ilproj index 4237dcf..3632ae2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch6.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch6.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch7.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch7.ilproj index d745ebd..57cd945 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch7.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch7.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch8.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch8.ilproj index 1d7cd3e..118cfde 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch8.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch9.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch9.ilproj index 5bbb17e..7875714 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch9.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch9.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/xxblk/cpblk3_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxblk/cpblk3_il_r.ilproj index 15ce8ab..48dadae 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxblk/cpblk3_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxblk/cpblk3_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/xxblk/initblk3_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxblk/initblk3_il_r.ilproj index 1f5f18f..ae2e0da 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxblk/initblk3_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxblk/initblk3_il_r.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + False False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b16935/b16935.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b16935/b16935.ilproj index 8a47dc7..0bc1f37 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b16935/b16935.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b16935/b16935.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b44018/b44018.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b44018/b44018.ilproj index 6b45d2d..c8e8bb8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b44018/b44018.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b44018/b44018.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45046/b45046.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45046/b45046.ilproj index b88e668..6ae03ca 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45046/b45046.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45046/b45046.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b26323/b26323.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b26323/b26323.ilproj index 59d9636..bc99936 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b26323/b26323.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b26323/b26323.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b35455/b35455.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b35455/b35455.ilproj index 51624ce..ed4644f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b35455/b35455.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b35455/b35455.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b47392/b47392.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b47392/b47392.ilproj index 920d525..585b337 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b47392/b47392.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b47392/b47392.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b07847/b07847.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b07847/b07847.ilproj index bf3c437..05587eb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b07847/b07847.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b07847/b07847.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440a.ilproj index 88e1fce..6b6275c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440a.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440b.ilproj index 06e52bc..0e4fbf4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440b.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440c.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440c.ilproj index 5319ada..ca04c9d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440c.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440c.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b07341/b07341.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b07341/b07341.ilproj index 523812e..75ed2f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b07341/b07341.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b07341/b07341.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b09495/b09495.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b09495/b09495.ilproj index d505b04..1cf6cb7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b09495/b09495.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b09495/b09495.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10665/b10665.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10665/b10665.ilproj index 88ce871..d350ab3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10665/b10665.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10665/b10665.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10666/b10666.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10666/b10666.ilproj index e78f748..987cc49 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10666/b10666.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10666/b10666.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10894/b10894.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10894/b10894.ilproj index 8fee2a8..3b234d4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10894/b10894.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10894/b10894.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10897/b10897.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10897/b10897.ilproj index ca7f8c3..ae035e5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10897/b10897.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10897/b10897.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10939/b10939.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10939/b10939.ilproj index 5a95d89..e2d0958 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10939/b10939.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10939/b10939.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940a.ilproj index c19adfa..855cef3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940a.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940b.ilproj index 651e8e4..5211c35 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940b.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11021/b11021.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11021/b11021.ilproj index 12f2479..340e372 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11021/b11021.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11021/b11021.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11413/b11413.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11413/b11413.ilproj index b517201..0f2f5c7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11413/b11413.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11413/b11413.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11949/b11949.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11949/b11949.ilproj index adb1d2a..02bae37 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11949/b11949.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11949/b11949.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12274/b12274.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12274/b12274.ilproj index cd23200..c53b932 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12274/b12274.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12274/b12274.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12487/b12487.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12487/b12487.ilproj index ab23d3b..4282006 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12487/b12487.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12487/b12487.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13509/b13509.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13509/b13509.ilproj index 85f4f26..62bfa74 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13509/b13509.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13509/b13509.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13522/b13522.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13522/b13522.ilproj index d3fc48f..7d325a9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13522/b13522.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13522/b13522.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13586/b13586.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13586/b13586.ilproj index b5ddb7c..4a7b3c1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13586/b13586.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13586/b13586.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13738/b13738.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13738/b13738.ilproj index 6281d28..2c75b58 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13738/b13738.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13738/b13738.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067a.ilproj index e4cde58..4fd7f38 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067a.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067b.ilproj index 169e50c..d4926bc 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067b.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14068/b14068.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14068/b14068.ilproj index 8aa8130..e86e595 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14068/b14068.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14068/b14068.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14070/b14070.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14070/b14070.ilproj index 12ff126..a370dc0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14070/b14070.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14070/b14070.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14135/b14135.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14135/b14135.ilproj index 4170355..01d8441 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14135/b14135.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14135/b14135.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14197/b14197.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14197/b14197.ilproj index c57dcb6..1a5a0ea 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14197/b14197.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14197/b14197.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14199/b14199.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14199/b14199.ilproj index 61da7c2..678ef48 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14199/b14199.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14199/b14199.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14202/b14202.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14202/b14202.ilproj index 852aea9..9bb781d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14202/b14202.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14202/b14202.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14264/b14264.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14264/b14264.ilproj index 3aec552..23326fe 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14264/b14264.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14264/b14264.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14294/b14294.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14294/b14294.ilproj index c72f148..583804d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14294/b14294.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14294/b14294.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14325/b14325.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14325/b14325.ilproj index 07bf13b..5c044ba 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14325/b14325.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14325/b14325.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14326/b14326.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14326/b14326.ilproj index 20d6006..9b5e264 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14326/b14326.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14326/b14326.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14329/b14329.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14329/b14329.ilproj index e47303b..407c514 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14329/b14329.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14329/b14329.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14350/b14350.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14350/b14350.ilproj index 27b6059..0ceff56 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14350/b14350.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14350/b14350.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14431/b14431.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14431/b14431.ilproj index eb30d38..118e2b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14431/b14431.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14431/b14431.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14591/b14591.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14591/b14591.ilproj index da426f3..0e54a02 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14591/b14591.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14591/b14591.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14769/b14769.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14769/b14769.ilproj index ad035d8..35de542 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14769/b14769.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14769/b14769.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14770/b14770.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14770/b14770.ilproj index b5bebc7..4d9cbe3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14770/b14770.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14770/b14770.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14777/b14777.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14777/b14777.ilproj index 3aa0936..33fe7dc 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14777/b14777.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14777/b14777.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14927/b14927.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14927/b14927.ilproj index b428094..35e4e43 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14927/b14927.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14927/b14927.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14928/b14928.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14928/b14928.ilproj index 84fc474..98854ca 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14928/b14928.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14928/b14928.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15222/b15222.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15222/b15222.ilproj index 929b9ee..1baec0e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15222/b15222.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15222/b15222.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15244/b15244.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15244/b15244.ilproj index c5c472a..e941227 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15244/b15244.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15244/b15244.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15299/b15299.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15299/b15299.ilproj index cc53e6b..f54290e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15299/b15299.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15299/b15299.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16039/b16039.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16039/b16039.ilproj index 5a9c609..3882dfc 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16039/b16039.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16039/b16039.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16049/b16049.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16049/b16049.ilproj index 4eabf51..4165f75 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16049/b16049.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16049/b16049.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16071/b16071.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16071/b16071.ilproj index c0eda6a..e6e562e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16071/b16071.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16071/b16071.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16295/b16295.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16295/b16295.ilproj index d535284..2e786fa 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16295/b16295.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16295/b16295.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16498/b16498.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16498/b16498.ilproj index 19a850e..96a8781 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16498/b16498.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16498/b16498.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499a.ilproj index 2305d0f..f659c28 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499a.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499b.ilproj index 2872339..f685b9e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499b.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16500/b16500.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16500/b16500.ilproj index 068e3b0..e4d282e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16500/b16500.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16500/b16500.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16503/b16503.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16503/b16503.ilproj index 66daa24..8485757 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16503/b16503.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16503/b16503.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16554/b16554.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16554/b16554.ilproj index 09390da..bbcef63 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16554/b16554.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16554/b16554.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881a.ilproj index d7e79ee..300bf5c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881a.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881b.ilproj index 7956882..11e67ab 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881b.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16886/b16886.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16886/b16886.ilproj index c4f12ec..9806dca 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16886/b16886.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16886/b16886.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16895/b16895.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16895/b16895.ilproj index ac56124..f632a08 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16895/b16895.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16895/b16895.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16896/b16896.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16896/b16896.ilproj index a4aca43..72ec1e2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16896/b16896.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16896/b16896.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16922/b16922.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16922/b16922.ilproj index 63fdd0f..2d30398 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16922/b16922.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16922/b16922.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16928/b16928.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16928/b16928.ilproj index 32a38bb..aa5de20 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16928/b16928.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16928/b16928.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b18852/b18852.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b18852/b18852.ilproj index f012204..211bd4a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b18852/b18852.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b18852/b18852.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20079/b20079.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20079/b20079.ilproj index beff948..63e31a4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20079/b20079.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20079/b20079.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20217/b20217.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20217/b20217.ilproj index afa6066..3de7aec 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20217/b20217.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20217/b20217.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20249/b20249.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20249/b20249.ilproj index 88e7d56..bb8737b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20249/b20249.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20249/b20249.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25458/b25458.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25458/b25458.ilproj index 43e0407..8fcfd01 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25458/b25458.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25458/b25458.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25459/b25459.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25459/b25459.ilproj index 708e272..c63b9b0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25459/b25459.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25459/b25459.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25463/b25463.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25463/b25463.ilproj index f065b3f..3933c7d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25463/b25463.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25463/b25463.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25468/b25468.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25468/b25468.ilproj index 2dce18e..b011afa 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25468/b25468.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25468/b25468.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25474/b25474.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25474/b25474.ilproj index 0b155fc..f275b4a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25474/b25474.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25474/b25474.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25491/b25491.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25491/b25491.ilproj index 7b86073..069b72f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25491/b25491.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25491/b25491.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25507/b25507.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25507/b25507.ilproj index 007f68e..3f12d0e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25507/b25507.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25507/b25507.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25701/b25701.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25701/b25701.ilproj index 1384e5a..deeca63 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25701/b25701.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25701/b25701.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25739/b25739.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25739/b25739.ilproj index f22af22..8e86316 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25739/b25739.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25739/b25739.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25813/b25813.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25813/b25813.ilproj index 8a5d8fb..927fa19 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25813/b25813.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25813/b25813.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25815/b25815.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25815/b25815.ilproj index f524b7e..fb60012 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25815/b25815.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25815/b25815.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25833/b25833.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25833/b25833.ilproj index ad68f5f..06d117d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25833/b25833.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25833/b25833.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25835/b25835.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25835/b25835.ilproj index fc3c53a..0877c37 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25835/b25835.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25835/b25835.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26020/b26020.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26020/b26020.ilproj index 17e8e14..7b8c762 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26020/b26020.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26020/b26020.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26153/b26153.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26153/b26153.ilproj index bad9a0c..620e30a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26153/b26153.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26153/b26153.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26155/b26155.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26155/b26155.ilproj index 98a64e1..33ca087 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26155/b26155.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26155/b26155.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324a.ilproj index 07a7a19..7770141 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324a.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324b.ilproj index 60c3499..4f4e122 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324b.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26332/b26332.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26332/b26332.ilproj index 32e35e1..dff52cf 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26332/b26332.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26332/b26332.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26512/b26512.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26512/b26512.ilproj index d89c8d4..42ca394 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26512/b26512.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26512/b26512.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26748/b26748.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26748/b26748.ilproj index 9290f820..eab8256 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26748/b26748.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26748/b26748.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26888/b26888.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26888/b26888.ilproj index b185786..37a8c41 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26888/b26888.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26888/b26888.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26957/b26957.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26957/b26957.ilproj index dedcd35..31404ca 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26957/b26957.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26957/b26957.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27535/b27535.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27535/b27535.ilproj index effc74e..ca34859 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27535/b27535.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27535/b27535.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27538/b27538.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27538/b27538.ilproj index 02ea304..cbbfd4c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27538/b27538.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27538/b27538.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27564/b27564.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27564/b27564.ilproj index 6e7f4b9..8a02b27 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27564/b27564.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27564/b27564.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27657/b27657.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27657/b27657.ilproj index d4e291b..eb3e90f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27657/b27657.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27657/b27657.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27658/b27658.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27658/b27658.ilproj index 8406c61..000e4dd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27658/b27658.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27658/b27658.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27880/b27880.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27880/b27880.ilproj index b168fd0..b59d2cf 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27880/b27880.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27880/b27880.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27883/b27883.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27883/b27883.ilproj index 88dd2f0..b9dc72d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27883/b27883.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27883/b27883.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27917/b27917.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27917/b27917.ilproj index 33a2255..9b9824a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27917/b27917.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27917/b27917.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28080/b28080.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28080/b28080.ilproj index 3c514f3..c17e65c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28080/b28080.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28080/b28080.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28522/b28522.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28522/b28522.ilproj index 819551e..668adc5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28522/b28522.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28522/b28522.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28594/b28594.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28594/b28594.ilproj index 4cb9822..2f877d3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28594/b28594.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28594/b28594.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28595/b28595.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28595/b28595.ilproj index 1e1ddfa..4f2c6d8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28595/b28595.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28595/b28595.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28596/b28596.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28596/b28596.ilproj index df1373d..79e660c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28596/b28596.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28596/b28596.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28597/b28597.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28597/b28597.ilproj index 6a5d773..a4a5fb7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28597/b28597.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28597/b28597.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28805/b28805.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28805/b28805.ilproj index 812765d..32154b0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28805/b28805.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28805/b28805.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28806/b28806.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28806/b28806.ilproj index 39cb461..f9c663b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28806/b28806.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28806/b28806.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28901/b28901.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28901/b28901.ilproj index 1472e1d..d3d820b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28901/b28901.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28901/b28901.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28927/b28927.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28927/b28927.ilproj index 7b24c55..3aee754 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28927/b28927.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28927/b28927.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29583/b29583.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29583/b29583.ilproj index 20116d6..a74c956 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29583/b29583.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29583/b29583.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30125/b30125.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30125/b30125.ilproj index 69f009f..6e523fe 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30125/b30125.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30125/b30125.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30792/b30792.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30792/b30792.ilproj index b30238b..1a433ca 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30792/b30792.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30792/b30792.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30799/b30799.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30799/b30799.ilproj index 345d8ec..6494c87 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30799/b30799.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30799/b30799.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30838/b30838.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30838/b30838.ilproj index f475ceb..5de8748 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30838/b30838.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30838/b30838.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30862/b30862.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30862/b30862.ilproj index 38306b3..e8d991f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30862/b30862.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30862/b30862.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30864/b30864.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30864/b30864.ilproj index abb4a75..5d1a829 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30864/b30864.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30864/b30864.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30869/b30869.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30869/b30869.ilproj index 03989d6..7cca312 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30869/b30869.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30869/b30869.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30892/b30892.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30892/b30892.ilproj index fbec20e..1fce07d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30892/b30892.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30892/b30892.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30905/b30905.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30905/b30905.ilproj index 9b238b1..443d441 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30905/b30905.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30905/b30905.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31102/b31102.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31102/b31102.ilproj index e2ac5f8..724a340 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31102/b31102.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31102/b31102.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31273/b31273.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31273/b31273.ilproj index 84a1129..79f37c3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31273/b31273.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31273/b31273.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31321/b31321.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31321/b31321.ilproj index f0ef4e4..d77b4fb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31321/b31321.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31321/b31321.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31343/b31343.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31343/b31343.ilproj index a009ade..c1e0062 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31343/b31343.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31343/b31343.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31448/b31448.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31448/b31448.ilproj index cf9f28a..77025de 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31448/b31448.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31448/b31448.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32093/b32093.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32093/b32093.ilproj index 358df28..07e278c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32093/b32093.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32093/b32093.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32374/b32374.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32374/b32374.ilproj index 41b4f4b..692a21f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32374/b32374.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32374/b32374.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551a.ilproj index a73ffcf..74d8a47 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551a.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551b.ilproj index 2ba3c5c..1a30aa9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551b.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32879/b32879.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32879/b32879.ilproj index a173f1f..960a819 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32879/b32879.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32879/b32879.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b34423/b34423.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b34423/b34423.ilproj index 0f6393f..25aac32 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b34423/b34423.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b34423/b34423.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16054/b16054.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16054/b16054.ilproj index 8bf2819..d61d387 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16054/b16054.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16054/b16054.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02043/b02043.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02043/b02043.ilproj index ce35fd0..6f93cc6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02043/b02043.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02043/b02043.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02062/b02062.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02062/b02062.ilproj index 4d085e4..9e72401 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02062/b02062.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02062/b02062.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b03995/b03995.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b03995/b03995.ilproj index bbd58c1..765aa14 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b03995/b03995.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b03995/b03995.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04083/b04083.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04083/b04083.ilproj index fde2451..9e0fa31 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04083/b04083.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04083/b04083.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04250/b04250.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04250/b04250.ilproj index 3d5c69d..a815feb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04250/b04250.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04250/b04250.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04257/b04257.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04257/b04257.ilproj index 625a12f..5f7379f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04257/b04257.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04257/b04257.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04306/b04306.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04306/b04306.ilproj index 8db210d..986c126 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04306/b04306.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04306/b04306.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04345/B04345.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04345/B04345.ilproj index 730b02b..ebb0515 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04345/B04345.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04345/B04345.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04384/b04384.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04384/b04384.ilproj index afa6bc5..692d6de 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04384/b04384.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04384/b04384.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04538/b04538.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04538/b04538.ilproj index 23a8004..2c92f13 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04538/b04538.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04538/b04538.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04574/b04574.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04574/b04574.ilproj index 4bfbe9c..00263f1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04574/b04574.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04574/b04574.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04583/b04583.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04583/b04583.ilproj index e9f7634..8c330d9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04583/b04583.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04583/b04583.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04612/b04612.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04612/b04612.ilproj index 6600fc0..bd11971 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04612/b04612.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04612/b04612.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04639/b04639.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04639/b04639.ilproj index 3d2b6e9..a6d76bd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04639/b04639.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04639/b04639.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04726/b04726.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04726/b04726.ilproj index e4c582b..a29ec43 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04726/b04726.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04726/b04726.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05214/b05214.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05214/b05214.ilproj index 413902b..57a8acf 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05214/b05214.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05214/b05214.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05617/b05617.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05617/b05617.ilproj index 6471d59..1871d22 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05617/b05617.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05617/b05617.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05619/b05619.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05619/b05619.ilproj index ff4da05..f5e987f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05619/b05619.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05619/b05619.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05621/b05621.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05621/b05621.ilproj index 2890e0f..4ecf777 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05621/b05621.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05621/b05621.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05622/b05622.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05622/b05622.ilproj index e8b67ff..da0a7a0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05622/b05622.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05622/b05622.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05637/b05637.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05637/b05637.ilproj index 77743c2..08d0a4b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05637/b05637.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05637/b05637.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05639/b05639.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05639/b05639.ilproj index 9e24847..1fd81c1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05639/b05639.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05639/b05639.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05737/b05737.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05737/b05737.ilproj index ec5ed8d..e171f31 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05737/b05737.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05737/b05737.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05740/b05740.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05740/b05740.ilproj index 7b08235..9adc6a5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05740/b05740.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05740/b05740.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05773/b05773.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05773/b05773.ilproj index 493ac7a..8fe2a24 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05773/b05773.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05773/b05773.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05780/b05780.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05780/b05780.ilproj index 73febbd..cbc94a7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05780/b05780.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05780/b05780.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05784/b05784.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05784/b05784.ilproj index 5db98b9..6d40d2d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05784/b05784.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05784/b05784.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05933/b05933.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05933/b05933.ilproj index 92d5c9b..faf123e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05933/b05933.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05933/b05933.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06436/b06436.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06436/b06436.ilproj index c4d9e39..062f233 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06436/b06436.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06436/b06436.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06595/b06595.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06595/b06595.ilproj index 9250e0c..56e80b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06595/b06595.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06595/b06595.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06730/b06730.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06730/b06730.ilproj index ef77295..43ce618 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06730/b06730.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06730/b06730.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06754/b06754.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06754/b06754.ilproj index 24db9c8..7bc9b70 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06754/b06754.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06754/b06754.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07082/b07082.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07082/b07082.ilproj index d9d4dce..c169a44 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07082/b07082.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07082/b07082.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07411/b07411.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07411/b07411.ilproj index 1ae8787..b7b352e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07411/b07411.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07411/b07411.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07458/b07458.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07458/b07458.ilproj index e845c6a..94fb3d8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07458/b07458.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07458/b07458.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07704/b07704.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07704/b07704.ilproj index 24872ff..62d45a2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07704/b07704.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07704/b07704.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08109/b08109.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08109/b08109.ilproj index 03c995a..f498d9c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08109/b08109.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08109/b08109.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08672/b08672.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08672/b08672.ilproj index 9ff4d17..a808f56 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08672/b08672.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08672/b08672.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08797/b08797.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08797/b08797.ilproj index 8181773..682f911 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08797/b08797.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08797/b08797.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09254/b09254.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09254/b09254.ilproj index 52547ed..2b5a2de 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09254/b09254.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09254/b09254.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b27873/b27873.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b27873/b27873.ilproj index 0b696b4..4b5e013 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b27873/b27873.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b27873/b27873.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b29351/b29351.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b29351/b29351.ilproj index 673b258..2e09949 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b29351/b29351.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b29351/b29351.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33759/b33759.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33759/b33759.ilproj index e3f8c88..8a48a61 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33759/b33759.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33759/b33759.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33792/b33792.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33792/b33792.ilproj index 9b41f8f..f9aac23 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33792/b33792.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33792/b33792.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33888/b33888.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33888/b33888.ilproj index 945822b..38dd935 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33888/b33888.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33888/b33888.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33922/b33922.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33922/b33922.ilproj index f876f84..0c54b89 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33922/b33922.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33922/b33922.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33928/b33928.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33928/b33928.ilproj index f5f54f1..1471607 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33928/b33928.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33928/b33928.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b35784/b35784.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b35784/b35784.ilproj index 9dbec84..385f058 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b35784/b35784.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b35784/b35784.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36030/b36030.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36030/b36030.ilproj index 9d3c75d..1e709ec 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36030/b36030.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36030/b36030.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39381/b39381.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39381/b39381.ilproj index f3716e9..81ae8fc 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39381/b39381.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39381/b39381.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39397/b39397.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39397/b39397.ilproj index 2304f8b..6ebb877 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39397/b39397.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39397/b39397.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39417/b39417.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39417/b39417.ilproj index 7926157..a0b453b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39417/b39417.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39417/b39417.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39455/b39455.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39455/b39455.ilproj index 4154c10..e490092 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39455/b39455.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39455/b39455.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39946/b39946.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39946/b39946.ilproj index bcf72a3..6e8dd04 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39946/b39946.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39946/b39946.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40174/b40174.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40174/b40174.ilproj index ee3dacc9..22dd879 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40174/b40174.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40174/b40174.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40199/b40199.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40199/b40199.ilproj index 1c1140d..b49924b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40199/b40199.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40199/b40199.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40269/b40269.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40269/b40269.ilproj index 7cae76d..ca46d5f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40269/b40269.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40269/b40269.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40347/b40347.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40347/b40347.ilproj index 1a392d9..8f92cff 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40347/b40347.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40347/b40347.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40380/b40380.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40380/b40380.ilproj index 35d48cb..8ca2514 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40380/b40380.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40380/b40380.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40411/b40411.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40411/b40411.ilproj index 7046bf8..cb008e0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40411/b40411.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40411/b40411.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40721/b40721.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40721/b40721.ilproj index 8acaa5e..4e100bf 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40721/b40721.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40721/b40721.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40725/b40725.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40725/b40725.ilproj index 4d57def..cd09386 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40725/b40725.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40725/b40725.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41002/b41002.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41002/b41002.ilproj index df2b983..42fd888 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41002/b41002.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41002/b41002.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41126/b41126.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41126/b41126.ilproj index b774a96..d6206a5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41126/b41126.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41126/b41126.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41129/b41129.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41129/b41129.ilproj index 1b0eb6d..3499754 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41129/b41129.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41129/b41129.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41149/b41149.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41149/b41149.ilproj index 01f0e9e..1c081d3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41149/b41149.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41149/b41149.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41164/b41164.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41164/b41164.ilproj index f9e1aae..c5a5cf5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41164/b41164.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41164/b41164.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41262/b41262.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41262/b41262.ilproj index 87123d8..50f4972 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41262/b41262.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41262/b41262.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41278/b41278.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41278/b41278.ilproj index 0cc8af1..ca68b39 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41278/b41278.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41278/b41278.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41627/b41627.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41627/b41627.ilproj index 98fe828..94a3778 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41627/b41627.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41627/b41627.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42387/b42387.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42387/b42387.ilproj index 835d0ee..3828349 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42387/b42387.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42387/b42387.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42732/b42732.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42732/b42732.ilproj index cbd58c8..abb5b97 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42732/b42732.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42732/b42732.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43033/b43033.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43033/b43033.ilproj index a015822..ef719bb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43033/b43033.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43033/b43033.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43040/b43040.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43040/b43040.ilproj index db7f42b..eee3149 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43040/b43040.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43040/b43040.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43069/b43069.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43069/b43069.ilproj index e4092c8..db00500 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43069/b43069.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43069/b43069.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43115/b43115.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43115/b43115.ilproj index ab5867d..5aee5c9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43115/b43115.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43115/b43115.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43121/b43121.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43121/b43121.ilproj index d08e213..c30c32d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43121/b43121.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43121/b43121.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43160/b43160.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43160/b43160.ilproj index 39c9bb9..53c503f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43160/b43160.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43160/b43160.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43378/b43378.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43378/b43378.ilproj index 6407fa9..a4b60d6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43378/b43378.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43378/b43378.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43714/b43714.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43714/b43714.ilproj index 09c0a1c..618ee4b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43714/b43714.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43714/b43714.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43963/b43963.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43963/b43963.ilproj index f40fd68..040bb1f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43963/b43963.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43963/b43963.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43994/b43994.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43994/b43994.ilproj index 98168b0..2526ba2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43994/b43994.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43994/b43994.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44020/b44020.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44020/b44020.ilproj index 2dd77fc..3ff2141 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44020/b44020.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44020/b44020.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44204/b44204.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44204/b44204.ilproj index 441fa25..db026a2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44204/b44204.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44204/b44204.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44224/b44224.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44224/b44224.ilproj index 002fe58..f581e3f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44224/b44224.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44224/b44224.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44657/b44657.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44657/b44657.ilproj index 67abfb3..fada051 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44657/b44657.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44657/b44657.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44723/b44723.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44723/b44723.ilproj index 01e4b0e..7f6a6ec 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44723/b44723.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44723/b44723.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44724/b44724.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44724/b44724.ilproj index 7611aa4..cd5e528 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44724/b44724.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44724/b44724.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44861/b44861.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44861/b44861.ilproj index af58361..a1d116d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44861/b44861.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44861/b44861.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44879/b44879.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44879/b44879.ilproj index d65ff0e..9bc5b6b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44879/b44879.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44879/b44879.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44946/b44946.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44946/b44946.ilproj index 50ac7f3..ced391a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44946/b44946.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44946/b44946.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44983/b44983.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44983/b44983.ilproj index 420fd4c..d266f508 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44983/b44983.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44983/b44983.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44984/b44984.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44984/b44984.ilproj index 20637e3..f055010 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44984/b44984.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44984/b44984.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44985/b44985.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44985/b44985.ilproj index 7c876fe..3b468e7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44985/b44985.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44985/b44985.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45439/b45439.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45439/b45439.ilproj index b6e24f2..3a766f0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45439/b45439.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45439/b45439.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45541/b45541.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45541/b45541.ilproj index bc6a6c5..7f4679e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45541/b45541.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45541/b45541.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45956/b45956.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45956/b45956.ilproj index 6537bea..44783fc 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45956/b45956.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45956/b45956.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45984/b45984.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45984/b45984.ilproj index 0404fdb..1267f8d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45984/b45984.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45984/b45984.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45985/b45985.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45985/b45985.ilproj index 2ba8704..975b8d5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45985/b45985.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45985/b45985.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46292/b46292.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46292/b46292.ilproj index 37550f3..99d043b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46292/b46292.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46292/b46292.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46569/b46569.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46569/b46569.ilproj index c957ba6..d01ca80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46569/b46569.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46569/b46569.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46576/b46576.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46576/b46576.ilproj index 8ed9974..a4316be 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46576/b46576.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46576/b46576.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46583/b46583.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46583/b46583.ilproj index 009a998..6cc7a25 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46583/b46583.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46583/b46583.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46897/b46897.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46897/b46897.ilproj index 96c6479..4ab128e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46897/b46897.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46897/b46897.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47022/b47022.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47022/b47022.ilproj index 3dcd54b..a01342a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47022/b47022.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47022/b47022.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47080/b47080.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47080/b47080.ilproj index ddc1121..25f4b11 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47080/b47080.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47080/b47080.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47093/b47093.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47093/b47093.ilproj index 0adfeb0..7836f4c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47093/b47093.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47093/b47093.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47610/b47610.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47610/b47610.ilproj index c1fbc8e..71120be 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47610/b47610.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47610/b47610.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47885/b47885.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47885/b47885.ilproj index a255aaf..c751e8d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47885/b47885.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47885/b47885.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47906/b47906.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47906/b47906.ilproj index 61a4fbd..d0723e5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47906/b47906.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47906/b47906.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48350/b48350.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48350/b48350.ilproj index 69af84f..b5c5a63 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48350/b48350.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48350/b48350.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554a.ilproj index 678e774..bd7610b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554a.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554b.ilproj index 1ddc4e8..4f5460b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554b.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48614/b48614.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48614/b48614.ilproj index ed9edc7..6e04baa 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48614/b48614.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48614/b48614.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49101/b49101.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49101/b49101.ilproj index 9afaabe..5d152aa 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49101/b49101.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49101/b49101.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49644/b49644.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49644/b49644.ilproj index 09b66a0..a781225 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49644/b49644.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49644/b49644.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49984/b49984.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49984/b49984.ilproj index 8ca8c33..3583c86 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49984/b49984.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49984/b49984.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b16122/b16122.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b16122/b16122.ilproj index aa165cc..323672d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b16122/b16122.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b16122/b16122.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b18857/b18857.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b18857/b18857.ilproj index b25862bc..3890e39 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b18857/b18857.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b18857/b18857.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b28598/b28598.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b28598/b28598.ilproj index 48b5e2c..412611b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b28598/b28598.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b28598/b28598.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b30868/b30868.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b30868/b30868.ilproj index c339ca3..47b46bd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b30868/b30868.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b30868/b30868.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31283/b31283.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31283/b31283.ilproj index 852756a..659bc54 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31283/b31283.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31283/b31283.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31289/b31289.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31289/b31289.ilproj index 9f6b57d..0a8061e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31289/b31289.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31289/b31289.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31292/b31292.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31292/b31292.ilproj index 8fdbe37..69043b1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31292/b31292.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31292/b31292.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31423/b31423.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31423/b31423.ilproj index 3586a63..a2a48cd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31423/b31423.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31423/b31423.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31452/b31452.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31452/b31452.ilproj index 5ca1923..a679aae 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31452/b31452.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31452/b31452.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31493/b31493.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31493/b31493.ilproj index 323e2a7..4db0ce4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31493/b31493.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31493/b31493.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31547/b31547.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31547/b31547.ilproj index 9f9fe13..5d90829 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31547/b31547.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31547/b31547.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31780/b31780.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31780/b31780.ilproj index 091d9ab..57f3e7e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31780/b31780.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31780/b31780.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31784/b31784.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31784/b31784.ilproj index 401ad1f..afceacb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31784/b31784.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31784/b31784.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32613/b32613.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32613/b32613.ilproj index 6a8a01e..aaf2073 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32613/b32613.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32613/b32613.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32614/b32614.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32614/b32614.ilproj index 616abe4..5e1e9e5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32614/b32614.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32614/b32614.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33125/b33125.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33125/b33125.ilproj index a6583f0..d18e279 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33125/b33125.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33125/b33125.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33131/b33131.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33131/b33131.ilproj index 225cc8f..abdb6fb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33131/b33131.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33131/b33131.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33135/b33135.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33135/b33135.ilproj index a7251a0..d329d85 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33135/b33135.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33135/b33135.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33335/b33335.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33335/b33335.ilproj index 983b7e8..2c5a442 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33335/b33335.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33335/b33335.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33361/b33361.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33361/b33361.ilproj index 1001ee3..6886783 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33361/b33361.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33361/b33361.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33362/b33362.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33362/b33362.ilproj index e83b5e4..bd18ea8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33362/b33362.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33362/b33362.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33388/b33388.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33388/b33388.ilproj index 4886601..141e077 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33388/b33388.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33388/b33388.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33585/b33585.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33585/b33585.ilproj index 0bcb8ea..08c7dd7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33585/b33585.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33585/b33585.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33586/b33586.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33586/b33586.ilproj index 58035d7..e75147a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33586/b33586.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33586/b33586.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34951/b34951.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34951/b34951.ilproj index 2e04246..b547cd7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34951/b34951.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34951/b34951.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34952/b34952.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34952/b34952.ilproj index 2cfcac2..8f144ed 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34952/b34952.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34952/b34952.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34953/b34953.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34953/b34953.ilproj index f4ae77c..cbb46d7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34953/b34953.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34953/b34953.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35315/b35315.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35315/b35315.ilproj index 2acb75a..bf57298 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35315/b35315.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35315/b35315.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35344/b35344.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35344/b35344.ilproj index 9dea33c..b9aafa9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35344/b35344.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35344/b35344.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35348/b35348.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35348/b35348.ilproj index c1bf1b5..5147da4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35348/b35348.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35348/b35348.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35351/b35351.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35351/b35351.ilproj index 2908c30..ce7fa5f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35351/b35351.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35351/b35351.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35354/b35354.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35354/b35354.ilproj index 6ba7d28..4286fea 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35354/b35354.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35354/b35354.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35366/b35366.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35366/b35366.ilproj index a78586b..c55af90 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35366/b35366.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35366/b35366.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35486/b35486.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35486/b35486.ilproj index 3aac200..f99a476 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35486/b35486.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35486/b35486.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35635/b35635.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35635/b35635.ilproj index 20d19b2..599879f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35635/b35635.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35635/b35635.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35779/b35779.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35779/b35779.ilproj index 439c068..87d6ed2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35779/b35779.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35779/b35779.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36301/b36301.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36301/b36301.ilproj index c480d80..b662a61 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36301/b36301.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36301/b36301.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36302/b36302.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36302/b36302.ilproj index 299f590..49cef9b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36302/b36302.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36302/b36302.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36304/b36304.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36304/b36304.ilproj index e0a30e3..c0ad447 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36304/b36304.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36304/b36304.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36975/b36975.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36975/b36975.ilproj index e7fb492..1225ef9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36975/b36975.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36975/b36975.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37214/b37214.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37214/b37214.ilproj index 3027784..4ca5867 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37214/b37214.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37214/b37214.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37215/b37215.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37215/b37215.ilproj index 1f4e432..3486804 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37215/b37215.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37215/b37215.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37238/b37238.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37238/b37238.ilproj index 0b591cb..07eab1c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37238/b37238.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37238/b37238.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37256/b37256.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37256/b37256.ilproj index 0de2695..85b0265 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37256/b37256.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37256/b37256.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37578/b37578.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37578/b37578.ilproj index 61609b7..a6f48f1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37578/b37578.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37578/b37578.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37830/b37830.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37830/b37830.ilproj index 7e58089..8444f14 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37830/b37830.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37830/b37830.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40006/b40006.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40006/b40006.ilproj index 23ed0a6..cee628a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40006/b40006.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40006/b40006.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40347/b40347.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40347/b40347.ilproj index 1a392d9..8f92cff 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40347/b40347.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40347/b40347.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43693/b43693.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43693/b43693.ilproj index 7df5b90..2639e39 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43693/b43693.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43693/b43693.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43694/b43694.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43694/b43694.ilproj index db8dc9d..4d8d4bb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43694/b43694.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43694/b43694.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b46566/b46566.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b46566/b46566.ilproj index abdc672..b59ceee 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b46566/b46566.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b46566/b46566.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47471/b47471.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47471/b47471.ilproj index 8c8694b..ef7125e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47471/b47471.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47471/b47471.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47886/b47886.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47886/b47886.ilproj index dd47c6b..fe27fdb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47886/b47886.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47886/b47886.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49104/b49104.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49104/b49104.ilproj index 5089591..336c376 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49104/b49104.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49104/b49104.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49142/b49142.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49142/b49142.ilproj index 19260ff..13c8f8f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49142/b49142.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49142/b49142.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49335/b49335.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49335/b49335.ilproj index 535d910..edef694 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49335/b49335.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49335/b49335.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49435/b49435.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49435/b49435.ilproj index d16ba16..57ac6db 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49435/b49435.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49435/b49435.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50026/b50026.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50026/b50026.ilproj index 083361f..5080275 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50026/b50026.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50026/b50026.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50027/b50027.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50027/b50027.ilproj index 2094ff6..a6276e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50027/b50027.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50027/b50027.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50033/b50033.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50033/b50033.ilproj index f17c4dd..7af77b5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50033/b50033.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50033/b50033.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51420/b51420.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51420/b51420.ilproj index 2e2764f..b7e4733 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51420/b51420.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51420/b51420.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51515/b51515.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51515/b51515.ilproj index 3739568..563cd94 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51515/b51515.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51515/b51515.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51575/b51575.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51575/b51575.ilproj index e4cc743..e97a937 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51575/b51575.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51575/b51575.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53650/b53650.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53650/b53650.ilproj index 9bb0027..3d7cc9a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53650/b53650.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53650/b53650.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53662/b53662.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53662/b53662.ilproj index 6f10a25..c830fee 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53662/b53662.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53662/b53662.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53878/b53878.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53878/b53878.ilproj index 4cac22a..728f607 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53878/b53878.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53878/b53878.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53884/b53884.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53884/b53884.ilproj index 7fdd581..cecc36a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53884/b53884.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53884/b53884.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942a.ilproj index 917eb8b..3f87aac 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942a.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942b.ilproj index 583a9f6..068ca80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942b.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53958/b53958.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53958/b53958.ilproj index b5a474c..ab89e12 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53958/b53958.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53958/b53958.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53977/b53977.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53977/b53977.ilproj index 65ca699..354571c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53977/b53977.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53977/b53977.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53980/b53980.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53980/b53980.ilproj index 5fb19cd..de13a62 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53980/b53980.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53980/b53980.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53994/b53994.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53994/b53994.ilproj index ffd0cf9..0655443 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53994/b53994.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53994/b53994.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53995/b53995.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53995/b53995.ilproj index 4fbbd57..db9bc47 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53995/b53995.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53995/b53995.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54006/b54006.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54006/b54006.ilproj index d1ae854..3a11126 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54006/b54006.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54006/b54006.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54565/b54565.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54565/b54565.ilproj index c576dee..767a45c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54565/b54565.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54565/b54565.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54566/b54566.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54566/b54566.ilproj index a4269a3..febc5db 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54566/b54566.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54566/b54566.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54611/b54611.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54611/b54611.ilproj index b9e44cc..c4c804e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54611/b54611.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54611/b54611.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54971/b54971.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54971/b54971.ilproj index 290dac8..85954c7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54971/b54971.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54971/b54971.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55216/b55216.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55216/b55216.ilproj index 2109fe4..e715719 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55216/b55216.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55216/b55216.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55875/b55875.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55875/b55875.ilproj index a5b3d99..664a050 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55875/b55875.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55875/b55875.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55923/b55923.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55923/b55923.ilproj index 35d7d46..39fcc07 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55923/b55923.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55923/b55923.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56066/b56066.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56066/b56066.ilproj index 3873def..801cc41 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56066/b56066.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56066/b56066.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56068/b56068.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56068/b56068.ilproj index ec02f54..2df6766 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56068/b56068.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56068/b56068.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56174/b56174.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56174/b56174.ilproj index 77b155b..c0ccea9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56174/b56174.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56174/b56174.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56349/b56349.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56349/b56349.ilproj index dc33e82..7069600 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56349/b56349.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56349/b56349.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56780/b56780.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56780/b56780.ilproj index a90c6e8..ddbc074 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56780/b56780.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56780/b56780.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57492/b57492.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57492/b57492.ilproj index 37b07bc..61c1628 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57492/b57492.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57492/b57492.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57493/b57493.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57493/b57493.ilproj index be5552f..7423d89 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57493/b57493.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57493/b57493.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57516/b57516.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57516/b57516.ilproj index ebbd331e..3287cb9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57516/b57516.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57516/b57516.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57518/b57518.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57518/b57518.ilproj index cda214c..af238b0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57518/b57518.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57518/b57518.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57952/b57952.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57952/b57952.ilproj index 9a20a82..5631747 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57952/b57952.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57952/b57952.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58358/b58358.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58358/b58358.ilproj index 709255d..aa5ab68 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58358/b58358.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58358/b58358.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58360/b58360.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58360/b58360.ilproj index 0d33b1b..ed16dec 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58360/b58360.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58360/b58360.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58689/b58689.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58689/b58689.ilproj index 2cebdd8..ff3cd7a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58689/b58689.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58689/b58689.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58690/b58690.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58690/b58690.ilproj index f8ba429..e2ac13e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58690/b58690.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58690/b58690.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58866/b58866.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58866/b58866.ilproj index bb76a97..1e0ae4d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58866/b58866.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58866/b58866.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59319/b59319.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59319/b59319.ilproj index bfd3bdd..a873b3d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59319/b59319.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59319/b59319.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59320/b59320.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59320/b59320.ilproj index 6a99905..16a421f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59320/b59320.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59320/b59320.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59337/b59337.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59337/b59337.ilproj index 92fd272..c4c28e5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59337/b59337.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59337/b59337.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59477/b59477.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59477/b59477.ilproj index 15a06d8..cbc9a3d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59477/b59477.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59477/b59477.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59478/b59478.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59478/b59478.ilproj index 4647248..89aa976 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59478/b59478.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59478/b59478.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59508/b59508.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59508/b59508.ilproj index 58289af..b56611e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59508/b59508.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59508/b59508.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59546/b59546.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59546/b59546.ilproj index bdb0aa2..06a9f70 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59546/b59546.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59546/b59546.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59554/b59554.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59554/b59554.ilproj index 80d1872..aaee71e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59554/b59554.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59554/b59554.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59647/b59647.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59647/b59647.ilproj index 2d1d37c..7a6d87e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59647/b59647.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59647/b59647.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59678/b59678.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59678/b59678.ilproj index d3981d1..44fc7d9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59678/b59678.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59678/b59678.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59782/b59782.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59782/b59782.ilproj index 3e367b5..49ff015 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59782/b59782.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59782/b59782.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59822/b59822.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59822/b59822.ilproj index cb64eeb..5215ddf 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59822/b59822.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59822/b59822.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59857/b59857.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59857/b59857.ilproj index 321161a..ad57603 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59857/b59857.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59857/b59857.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59858/b59858.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59858/b59858.ilproj index 4b68e63..17495f7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59858/b59858.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59858/b59858.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59947/b59947.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59947/b59947.ilproj index 76f59b7..d6ccbb6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59947/b59947.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59947/b59947.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59948/b59948.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59948/b59948.ilproj index f041206..b03a4ef 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59948/b59948.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59948/b59948.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59949/b59949.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59949/b59949.ilproj index 53908a5..afc2def 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59949/b59949.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59949/b59949.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59952/b59952.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59952/b59952.ilproj index 7142045..66520dc 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59952/b59952.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59952/b59952.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59953/b59953.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59953/b59953.ilproj index 7ecd91a..dd23a1c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59953/b59953.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59953/b59953.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60127/b60127.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60127/b60127.ilproj index 622547b4..16d7593 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60127/b60127.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60127/b60127.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60142/b60142.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60142/b60142.ilproj index 8e0b7a8..f070b86 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60142/b60142.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60142/b60142.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60194/b60194.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60194/b60194.ilproj index 815b32a..27fbd80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60194/b60194.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60194/b60194.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61025/b61025.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61025/b61025.ilproj index 9b60856..a7b63ab 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61025/b61025.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61025/b61025.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61185/b61185.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61185/b61185.ilproj index 77055c5..52f1100 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61185/b61185.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61185/b61185.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61215/b61215.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61215/b61215.ilproj index 6339fc0..ef2c0e1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61215/b61215.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61215/b61215.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62145/b62145.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62145/b62145.ilproj index d404e15..f49e78a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62145/b62145.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62145/b62145.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63552/b63552.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63552/b63552.ilproj index afd1fd2..d54223f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63552/b63552.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63552/b63552.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63725/b63725.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63725/b63725.ilproj index 13f8a0e..3d2e5f0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63725/b63725.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63725/b63725.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63726/b63726.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63726/b63726.ilproj index 10a285a..45acf6d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63726/b63726.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63726/b63726.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63730/b63730.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63730/b63730.ilproj index 617ef2d..995c86b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63730/b63730.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63730/b63730.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63732/b63732.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63732/b63732.ilproj index 62bd4da..a7f26e4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63732/b63732.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63732/b63732.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63743/b63743.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63743/b63743.ilproj index 7da04c9..e54568c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63743/b63743.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63743/b63743.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63823/b63823.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63823/b63823.ilproj index a7e0a38..d5732c6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63823/b63823.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63823/b63823.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64026/b64026.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64026/b64026.ilproj index edc729a..2a8f77f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64026/b64026.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64026/b64026.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64560/b64560.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64560/b64560.ilproj index 5b1e719..601ec9e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64560/b64560.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64560/b64560.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65087/b65087.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65087/b65087.ilproj index 345df95..217e460 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65087/b65087.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65087/b65087.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65176/b65176.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65176/b65176.ilproj index 47e5b14..a1ed3ae 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65176/b65176.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65176/b65176.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65407/b65407.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65407/b65407.ilproj index e1c6381..e8977e1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65407/b65407.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65407/b65407.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65423/b65423.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65423/b65423.ilproj index aec6083..91408f2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65423/b65423.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65423/b65423.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66226/b66226.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66226/b66226.ilproj index 7ddba30..f47b5fd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66226/b66226.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66226/b66226.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66425/b66425.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66425/b66425.ilproj index c3da4c0..77daf5f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66425/b66425.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66425/b66425.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66583/b66583.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66583/b66583.ilproj index be04010..569fed9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66583/b66583.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66583/b66583.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66620/b66620.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66620/b66620.ilproj index dbdd1a9..2b34cb9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66620/b66620.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66620/b66620.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66679/b66679.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66679/b66679.ilproj index cae2871..f216237 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66679/b66679.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66679/b66679.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67351/b67351.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67351/b67351.ilproj index 8e3fa0e..8beb479 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67351/b67351.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67351/b67351.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67744/b67744.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67744/b67744.ilproj index 263fe61..40ea6d5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67744/b67744.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67744/b67744.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67819/b67819.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67819/b67819.ilproj index b3cee19..f50b4f2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67819/b67819.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67819/b67819.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67987/b67987.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67987/b67987.ilproj index de8a964..75e5c0f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67987/b67987.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67987/b67987.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68028/b68028.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68028/b68028.ilproj index d18cf41..afc05b7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68028/b68028.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68028/b68028.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68045/b68045.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68045/b68045.ilproj index 774923d..7e62a5b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68045/b68045.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68045/b68045.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68757/b68757.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68757/b68757.ilproj index cdd670c..fd3cb70 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68757/b68757.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68757/b68757.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68872/b68872.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68872/b68872.ilproj index b44c86f..65c3697 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68872/b68872.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68872/b68872.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69225/b69225.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69225/b69225.ilproj index d51ac0a..3a31341 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69225/b69225.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69225/b69225.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69227/b69227.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69227/b69227.ilproj index ccdb654..76a6082 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69227/b69227.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69227/b69227.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69512/b69512.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69512/b69512.ilproj index e39d63b..da30177 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69512/b69512.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69512/b69512.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69528/b69528.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69528/b69528.ilproj index 0eeed73..3058fbf 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69528/b69528.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69528/b69528.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69848/b69848.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69848/b69848.ilproj index 6992c9a..4832cef 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69848/b69848.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69848/b69848.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70267/b70267.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70267/b70267.ilproj index 4237bf0..a2b0f24 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70267/b70267.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70267/b70267.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70289/b70289.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70289/b70289.ilproj index a00853b..164551c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70289/b70289.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70289/b70289.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70335/b70335.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70335/b70335.ilproj index ffc880f..383f698 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70335/b70335.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70335/b70335.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70354/b70354.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70354/b70354.ilproj index 82b6931..0c6c4d7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70354/b70354.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70354/b70354.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70808/b70808.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70808/b70808.ilproj index 92c0833..36ee21c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70808/b70808.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70808/b70808.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70909/b70909.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70909/b70909.ilproj index 92520bc..fbd9a31 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70909/b70909.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70909/b70909.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70964/b70964.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70964/b70964.ilproj index bd0ccb0..bd38585 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70964/b70964.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70964/b70964.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70967/b70967.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70967/b70967.ilproj index 29c83e2..ce022ea 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70967/b70967.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70967/b70967.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70992/b70992.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70992/b70992.ilproj index e3fa3e8..ab71ece 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70992/b70992.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70992/b70992.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70994/b70994.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70994/b70994.ilproj index 831b927..0770cae 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70994/b70994.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70994/b70994.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71003/b71003.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71003/b71003.ilproj index ddac874..4edd180 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71003/b71003.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71003/b71003.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71179/b71179.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71179/b71179.ilproj index f8d569d..1bf0847 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71179/b71179.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71179/b71179.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71318/b71318.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71318/b71318.ilproj index 58673a6..56bec33 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71318/b71318.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71318/b71318.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71722/b71722.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71722/b71722.ilproj index b328d65..41c7a83 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71722/b71722.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71722/b71722.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71831/b71831.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71831/b71831.ilproj index fb85f4e..7dd9a79 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71831/b71831.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71831/b71831.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71869/b71869.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71869/b71869.ilproj index d78e210..7a64562 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71869/b71869.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71869/b71869.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71999/b71999.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71999/b71999.ilproj index 526acf3..fd17dfd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71999/b71999.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71999/b71999.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72160/b72160.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72160/b72160.ilproj index 4525643..0290bd8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72160/b72160.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72160/b72160.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72161/b72161.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72161/b72161.ilproj index 96eabaf..4bd825c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72161/b72161.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72161/b72161.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72518/b72518.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72518/b72518.ilproj index 9891ce2..a68db20 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72518/b72518.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72518/b72518.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72522/b72522.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72522/b72522.ilproj index 2208262..9d32306 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72522/b72522.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72522/b72522.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72699/b72699.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72699/b72699.ilproj index a27b060..0052208 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72699/b72699.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72699/b72699.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72828/b72828.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72828/b72828.ilproj index a9771ed..594cb1c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72828/b72828.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72828/b72828.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73079/b73079.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73079/b73079.ilproj index 59c7d14..5475ab0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73079/b73079.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73079/b73079.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73207/b73207.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73207/b73207.ilproj index 00089f3..45266cd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73207/b73207.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73207/b73207.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73283/b73283.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73283/b73283.ilproj index 6d10322..d98b7c5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73283/b73283.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73283/b73283.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73786/b73786.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73786/b73786.ilproj index 04208c0..a1fb260 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73786/b73786.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73786/b73786.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74608/b74608.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74608/b74608.ilproj index 228f98f..b2ba49a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74608/b74608.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74608/b74608.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74937/b74937.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74937/b74937.ilproj index 48668be..4eb4ff0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74937/b74937.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74937/b74937.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74939/b74939.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74939/b74939.ilproj index db64d84..c32ec0c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74939/b74939.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74939/b74939.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74976/b74976.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74976/b74976.ilproj index c834ad0..862184a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74976/b74976.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74976/b74976.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75888/b75888.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75888/b75888.ilproj index c224780..17b3f5e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75888/b75888.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75888/b75888.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75890/b75890.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75890/b75890.ilproj index 9b00603..41080fa 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75890/b75890.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75890/b75890.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75944/b75944.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75944/b75944.ilproj index fed4bca..10f0418 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75944/b75944.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75944/b75944.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75945/b75945.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75945/b75945.ilproj index 15ee015..393b3be 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75945/b75945.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75945/b75945.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75988/b75988.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75988/b75988.ilproj index b5684ea..aab2750 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75988/b75988.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75988/b75988.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77304/b77304.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77304/b77304.ilproj index 6a4c09f..5f241bc 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77304/b77304.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77304/b77304.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77806/b77806.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77806/b77806.ilproj index 602c012..b90b723 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77806/b77806.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77806/b77806.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77950/b77950.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77950/b77950.ilproj index 565df05..8f85653 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77950/b77950.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77950/b77950.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79250/b79250.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79250/b79250.ilproj index 4ebbfa3..2a53078 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79250/b79250.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79250/b79250.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80043/b80043.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80043/b80043.ilproj index 21057d3..6ed0d83 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80043/b80043.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80043/b80043.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80824/b80824.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80824/b80824.ilproj index e3506c5..e25d9ed 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80824/b80824.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80824/b80824.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81938/b81938.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81938/b81938.ilproj index a7e2627..c9bf1f7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81938/b81938.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81938/b81938.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82160/b82160.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82160/b82160.ilproj index 2520b8e..ef1a1ee 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82160/b82160.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82160/b82160.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82247/b82247.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82247/b82247.ilproj index 25fec66..4662db1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82247/b82247.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82247/b82247.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82249/b82249.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82249/b82249.ilproj index 73dc0ef..71ec957 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82249/b82249.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82249/b82249.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82715/b82715.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82715/b82715.ilproj index e64e265..27d4e8e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82715/b82715.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82715/b82715.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84909/b84909.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84909/b84909.ilproj index eee9a9c..559c76a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84909/b84909.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84909/b84909.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84916/b84916.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84916/b84916.ilproj index a7b682f..d434d72 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84916/b84916.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84916/b84916.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84971/b84971.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84971/b84971.ilproj index 89b926f..ce58d5b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84971/b84971.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84971/b84971.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b85316/b85316.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b85316/b85316.ilproj index 3361042..3d50dd12 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b85316/b85316.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b85316/b85316.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b101147/b101147.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b101147/b101147.ilproj index 910cedf..95473b5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b101147/b101147.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b101147/b101147.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b85477/b85477.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b85477/b85477.ilproj index f88ddd3..5ef32d1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b85477/b85477.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b85477/b85477.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b86139/b86139.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b86139/b86139.ilproj index 22e42c0..445d429 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b86139/b86139.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b86139/b86139.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89409/b89409.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89409/b89409.ilproj index ddf82ff..6413f5e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89409/b89409.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89409/b89409.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89546/b89546.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89546/b89546.ilproj index 84c2adb..968e278 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89546/b89546.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89546/b89546.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b90129/b90129.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b90129/b90129.ilproj index 658fc30..da493f3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b90129/b90129.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b90129/b90129.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91021/b91021.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91021/b91021.ilproj index d3c73f2..4a286c7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91021/b91021.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91021/b91021.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91203/b91203.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91203/b91203.ilproj index f1f9d11..372eba4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91203/b91203.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91203/b91203.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91223/b91223.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91223/b91223.ilproj index 4bc58cf..74f2a84 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91223/b91223.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91223/b91223.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91359/b91359.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91359/b91359.ilproj index 1daf0b0..6e3ad03 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91359/b91359.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91359/b91359.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92066/b92066.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92066/b92066.ilproj index dbdd4e2..0946a7f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92066/b92066.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92066/b92066.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92073/b92073.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92073/b92073.ilproj index edfa945..6194248 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92073/b92073.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92073/b92073.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92289/b92289.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92289/b92289.ilproj index 08700d4..c3a7329 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92289/b92289.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92289/b92289.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92736/b92736.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92736/b92736.ilproj index f5166a0..5000c7a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92736/b92736.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92736/b92736.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93635/b93635.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93635/b93635.ilproj index ff20daf..e251748 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93635/b93635.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93635/b93635.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b94306/b94306.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b94306/b94306.ilproj index 0265f71..d7aa0ce 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b94306/b94306.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b94306/b94306.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b98958/b98958.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b98958/b98958.ilproj index e44a70a..83fec05 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b98958/b98958.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b98958/b98958.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99667/b99667.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99667/b99667.ilproj index 9f4a0fc..004e047 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99667/b99667.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99667/b99667.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147814/b147814_il.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147814/b147814_il.ilproj index ca282e9..5d708e1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147814/b147814_il.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147814/b147814_il.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147816/b147816.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147816/b147816.ilproj index 85d7a11..235448b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147816/b147816.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147816/b147816.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-mixed.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-mixed.ilproj index a08cca6..f66461f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-mixed.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-mixed.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-none.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-none.ilproj index 084b351..28b0f7d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-none.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-none.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-object.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-object.ilproj index 46e3f6c..2ab3d23 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-object.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-object.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-value.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-value.ilproj index 7e5515f..f04535a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-value.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-value.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-varargs.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-varargs.ilproj index 61c2a64..32d7571 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-varargs.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-varargs.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-mixed.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-mixed.ilproj index 0a294ee..e8aea41 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-mixed.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-mixed.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-none.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-none.ilproj index bd8c296..82fa4a5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-none.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-none.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-object.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-object.ilproj index 5fec47a..c465bcd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-object.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-object.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-ref.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-ref.ilproj index 4f3a2ef..0548da1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-ref.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-ref.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b139895/b139895.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b139895/b139895.ilproj index cecb3f8..d2636ee 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b139895/b139895.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b139895/b139895.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140118/b140118.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140118/b140118.ilproj index 90349c3..f9782f9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140118/b140118.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140118/b140118.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b143840/b143840.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b143840/b143840.ilproj index d54d4c9..92a2ee7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b143840/b143840.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b143840/b143840.ilproj @@ -17,9 +17,11 @@ true - - - + + + + PdbOnly + True @@ -33,6 +35,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102637/b102637.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102637/b102637.ilproj index 96a06cb..6bb0b2d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102637/b102637.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102637/b102637.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147147/b147147.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147147/b147147.ilproj index daf0f4f..65b697a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147147/b147147.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147147/b147147.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147924/b147924.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147924/b147924.ilproj index 585adec..c88fb2f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147924/b147924.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147924/b147924.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/b180381b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/b180381b.ilproj index 7fcfb5f..39dc500 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/b180381b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/b180381b.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/b213516.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/b213516.ilproj index 8fa51d9..13244a3 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/b213516.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/b213516.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,9 +34,8 @@ - + - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/lib-219037.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/lib-219037.ilproj index 12abd95..a18e9b0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/lib-219037.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/lib-219037.ilproj @@ -15,12 +15,14 @@ ..\..\ 7a9bfb7d BuildOnly - false + false - - - + + + + PdbOnly + True @@ -34,6 +36,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b220968/b220968.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b220968/b220968.ilproj index a36d992..1b64fd8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b220968/b220968.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b220968/b220968.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223924/b223924.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223924/b223924.ilproj index 417a192..2f53f85 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223924/b223924.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223924/b223924.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223932/b223932.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223932/b223932.ilproj index f6a83f0..abd88b6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223932/b223932.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223932/b223932.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223936/b223936.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223936/b223936.ilproj index 899816a..8292d8b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223936/b223936.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223936/b223936.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00722/b00722.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00722/b00722.ilproj index 89b8d68..93cfc83 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00722/b00722.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00722/b00722.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b03689/b03689.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b03689/b03689.ilproj index f50d084..8e7afdf 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b03689/b03689.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b03689/b03689.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b04319/b04319.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b04319/b04319.ilproj index da8a8fd..cfe4c9d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b04319/b04319.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b04319/b04319.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b06020/b06020.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b06020/b06020.ilproj index 5b3d7b9..6acd10e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b06020/b06020.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b06020/b06020.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07369/b07369.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07369/b07369.ilproj index 1d28dec..6cd3c1a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07369/b07369.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07369/b07369.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07383/b07383.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07383/b07383.ilproj index af2e738..4409116 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07383/b07383.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07383/b07383.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07947/b07947.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07947/b07947.ilproj index 08bb05a..b1d5535 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07947/b07947.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07947/b07947.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08046/b08046.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08046/b08046.ilproj index b01684a..a79dc43 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08046/b08046.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08046/b08046.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b13452/b13452.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b13452/b13452.ilproj index cae6d81..f74b813 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b13452/b13452.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b13452/b13452.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b14617/b14617.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b14617/b14617.ilproj index b12647c..89c841a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b14617/b14617.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b14617/b14617.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b15617/b15617.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b15617/b15617.ilproj index 2037ae7..26f1fc0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b15617/b15617.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b15617/b15617.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16378/b16378.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16378/b16378.ilproj index 6660363..1777dab 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16378/b16378.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16378/b16378.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16382/b16382.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16382/b16382.ilproj index 9ad32ed..54e58ee 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16382/b16382.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16382/b16382.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16473/b16473.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16473/b16473.ilproj index 4722276..727a140 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16473/b16473.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16473/b16473.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b18049/b18049.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b18049/b18049.ilproj index 730e077..196ca9d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b18049/b18049.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b18049/b18049.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962a.ilproj index 3bea633..e1b99e5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962a.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962b.ilproj index 5aae266..8d6e3d9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962b.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962c.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962c.ilproj index 4fe424c..ec7f261 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962c.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962c.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/b115932a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/b115932a.ilproj index 3bea633..e1b99e5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/b115932a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/b115932a.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/b115932b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/b115932b.ilproj index 4cc205e..82fc15a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/b115932b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/b115932b.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b118260/b118260.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b118260/b118260.ilproj index 68cd3fb..c9352a0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b118260/b118260.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b118260/b118260.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b138117/b138117.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b138117/b138117.ilproj index 45a04dc..ad27fda 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b138117/b138117.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b138117/b138117.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b091942/b091942.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b091942/b091942.ilproj index 96e10f9..3b2da3b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b091942/b091942.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b091942/b091942.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b125091/b125091.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b125091/b125091.ilproj index 2c3994a..b6ada98 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b125091/b125091.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b125091/b125091.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b309555/b309555.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b309555/b309555.ilproj index f227056..02a10a2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b309555/b309555.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b309555/b309555.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b353858/b353858.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b353858/b353858.ilproj index 249526e..1617299 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b353858/b353858.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b353858/b353858.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b359564/b359564.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b359564/b359564.ilproj index 7ce0db6..5174a06 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b359564/b359564.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b359564/b359564.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b374944/b374944.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b374944/b374944.ilproj index 8b28446..01b665a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b374944/b374944.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b374944/b374944.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409617/b409617.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409617/b409617.ilproj index 0460c68..547a595 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409617/b409617.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409617/b409617.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b415164/b415164.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b415164/b415164.ilproj index 2b7c5f3..11d0982 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b415164/b415164.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b415164/b415164.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423755/Desktop/b423755.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423755/Desktop/b423755.ilproj index f405838..2cffe92 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423755/Desktop/b423755.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423755/Desktop/b423755.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b441487/b441487.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b441487/b441487.ilproj index 920edb7..b77c00f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b441487/b441487.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b441487/b441487.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b448208/Desktop/b448208.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b448208/Desktop/b448208.csproj index 745485a..156c306 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b448208/Desktop/b448208.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b448208/Desktop/b448208.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -36,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b471305/b471305.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b471305/b471305.ilproj index 4468683..4a4d387 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b471305/b471305.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b471305/b471305.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487364/b487364.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487364/b487364.ilproj index 203eefe..fdb91cd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487364/b487364.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487364/b487364.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487372/b487372.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487372/b487372.ilproj index bf95eb8..6725797 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487372/b487372.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487372/b487372.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b489329/b489329.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b489329/b489329.ilproj index e890176..ac6482d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b489329/b489329.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b489329/b489329.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b518440/b518440.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b518440/b518440.ilproj index 7a2984a..f105b2d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b518440/b518440.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b518440/b518440.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b530694/b530694.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b530694/b530694.ilproj index 67dd710..92da94a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b530694/b530694.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b530694/b530694.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test.ilproj index 7ea9dfa..c295d4f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test2.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test2.ilproj index f2c0e99..071abc0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test2.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test2.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b404051/b404051.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b404051/b404051.ilproj index 01eb549..7ac7e52 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b404051/b404051.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b404051/b404051.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b440158/b440158.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b440158/b440158.ilproj index 96ecb11..7f39a4e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b440158/b440158.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b440158/b440158.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b464149/b464149.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b464149/b464149.ilproj index 04fbfb9..a34aad5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b464149/b464149.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b464149/b464149.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362_il.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362_il.ilproj index 3a152a6..8658015 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362_il.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362_il.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b174294/b174294.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b174294/b174294.ilproj index 5401226..c8fa54c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b174294/b174294.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b174294/b174294.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b175679/b175679.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b175679/b175679.ilproj index 5a6c05e..6ded226 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b175679/b175679.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b175679/b175679.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b176032/b176032.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b176032/b176032.ilproj index 5e684af..4a64a81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b176032/b176032.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b176032/b176032.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b173313/b173313.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b173313/b173313.ilproj index fe827cf..fad15b7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b173313/b173313.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b173313/b173313.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b48850/b48850.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b48850/b48850.ilproj index 973e25d..ade231a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b48850/b48850.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b48850/b48850.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609988/Desktop/b609988.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609988/Desktop/b609988.ilproj index 745b119..9f8d473 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609988/Desktop/b609988.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609988/Desktop/b609988.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/b429039/b429039.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/b429039/b429039.ilproj index 6d258b7..a10caae 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/b429039/b429039.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/b429039/b429039.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Reordered.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Reordered.ilproj index ee76b58..e71eebc 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Reordered.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Reordered.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131.ilproj index a9454f2..1fedc5a 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_fld.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_fld.ilproj index 6b658b5..e3a78a9 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_fld.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_fld.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_intptr.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_intptr.ilproj index 4b7d94c..2d48529 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_intptr.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_intptr.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_struct.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_struct.ilproj index c2fc452..3db3a3f 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_struct.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_struct.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_11321/DevDiv2_11321.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_11321/DevDiv2_11321.ilproj index 289f86b..36e6eb7 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_11321/DevDiv2_11321.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_11321/DevDiv2_11321.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_14131/VectorForwarder.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_14131/VectorForwarder.ilproj index eb482bb..ba2f891 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_14131/VectorForwarder.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_14131/VectorForwarder.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_90434/UseUnalignedDouble.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_90434/UseUnalignedDouble.ilproj index 67a2bd3..ec5ad52 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_90434/UseUnalignedDouble.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_90434/UseUnalignedDouble.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_13748/ReflectOnField.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_13748/ReflectOnField.ilproj index 258c4ed..bca9494 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_13748/ReflectOnField.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_13748/ReflectOnField.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/dev10_865840/dev10_865840.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/dev10_865840/dev10_865840.ilproj index b6021de..c20fab2 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/dev10_865840/dev10_865840.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/dev10_865840/dev10_865840.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8231/GitHub_8231.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8231/GitHub_8231.csproj index 844638f..abd7b89 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8231/GitHub_8231.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8231/GitHub_8231.csproj @@ -14,9 +14,11 @@ ..\..\ - - - + + + + PdbOnly + True @@ -34,6 +36,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815941/devdiv_815941.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815941/devdiv_815941.ilproj index 76a670a..740c556 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815941/devdiv_815941.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815941/devdiv_815941.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815942/devdiv_815942.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815942/devdiv_815942.ilproj index dc0fbff..c020f4d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815942/devdiv_815942.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815942/devdiv_815942.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_902271/DevDiv_902271.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_902271/DevDiv_902271.ilproj index c98119b..26f0d9f 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_902271/DevDiv_902271.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_902271/DevDiv_902271.ilproj @@ -1,4 +1,4 @@ - + @@ -17,9 +17,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -40,6 +42,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102759/b102759.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102759/b102759.ilproj index f917265..deac5b9 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102759/b102759.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102759/b102759.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102870/b102870.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102870/b102870.ilproj index 2e6a6c9..54a5cdc 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102870/b102870.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102870/b102870.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103838/b103838.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103838/b103838.ilproj index 85a9aab..9c91b0f 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103838/b103838.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103838/b103838.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b106158/b106158.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b106158/b106158.ilproj index 2d10373..02b41a0 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b106158/b106158.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b106158/b106158.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108366/b108366.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108366/b108366.ilproj index 04da16f..6a8fbc8 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108366/b108366.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108366/b108366.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108908/b108908.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108908/b108908.ilproj index ce940ff..4d0ad93 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108908/b108908.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108908/b108908.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109721/b109721.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109721/b109721.ilproj index 04da16f..6a8fbc8 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109721/b109721.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109721/b109721.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109878/b109878.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109878/b109878.ilproj index 7c73037..f0283a3 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109878/b109878.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109878/b109878.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112348/b112348.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112348/b112348.ilproj index 209d1f4..3ee6dbd 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112348/b112348.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112348/b112348.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112982/b112982.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112982/b112982.ilproj index 717089c..3a58a2e 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112982/b112982.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112982/b112982.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b113286/b113286.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b113286/b113286.ilproj index 667b5c8..7eec804 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b113286/b113286.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b113286/b113286.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b114628/b114628.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b114628/b114628.ilproj index 667b5c8..7eec804 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b114628/b114628.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b114628/b114628.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115103/b115103.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115103/b115103.ilproj index 3abe0fa..e430fcd 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115103/b115103.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115103/b115103.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141062/b141062.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141062/b141062.ilproj index 79b30c8..b11ad6b 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141062/b141062.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141062/b141062.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79852/b79852.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79852/b79852.ilproj index 5356fb0..92d9423 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79852/b79852.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79852/b79852.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79858/b79858.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79858/b79858.ilproj index 7c7caae..c01a1bd 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79858/b79858.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79858/b79858.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80365/b80365.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80365/b80365.ilproj index 40a3e5b..5f7aa38 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80365/b80365.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80365/b80365.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80373/b80373.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80373/b80373.ilproj index 7d1a8a1..675fdc4 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80373/b80373.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80373/b80373.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80737/b80737.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80737/b80737.ilproj index 161fb3c..90ec0eb 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80737/b80737.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80737/b80737.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80738/b80738.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80738/b80738.ilproj index 8b95ae8..cb09499 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80738/b80738.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80738/b80738.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81763/b81763.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81763/b81763.ilproj index 7243fd1..d58d1ee 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81763/b81763.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81763/b81763.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81764/b81764.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81764/b81764.ilproj index 5b3036b..0514e13 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81764/b81764.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81764/b81764.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81766/b81766.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81766/b81766.ilproj index b2234b7..b4faee3 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81766/b81766.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81766/b81766.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84128/b84128.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84128/b84128.ilproj index 6360500..217b2b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84128/b84128.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84128/b84128.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84129/b84129.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84129/b84129.ilproj index 0851af7..a56bac1 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84129/b84129.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84129/b84129.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84131/b84131.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84131/b84131.ilproj index 8e7d78e..782fbb7 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84131/b84131.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84131/b84131.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84136/b84136.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84136/b84136.ilproj index 5a73530..a4428a0 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84136/b84136.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84136/b84136.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84586/b84586.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84586/b84586.ilproj index d634eef..ae7c017 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84586/b84586.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84586/b84586.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84590/b84590.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84590/b84590.ilproj index 090cb63..cc18545 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84590/b84590.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84590/b84590.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84592/b84592.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84592/b84592.ilproj index 5d13dc5..45f543a 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84592/b84592.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84592/b84592.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84957/b84957.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84957/b84957.ilproj index b4442c1..18f58b3 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84957/b84957.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84957/b84957.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84958/b84958.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84958/b84958.ilproj index a6940cb..fff9266 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84958/b84958.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84958/b84958.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84961/b84961.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84961/b84961.ilproj index 50d72cf..39d00dd 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84961/b84961.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84961/b84961.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84962/b84962.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84962/b84962.ilproj index 6f31987..61bcbc4 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84962/b84962.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84962/b84962.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85314/b85314.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85314/b85314.ilproj index eecdff9..673b539 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85314/b85314.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85314/b85314.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85315/b85315.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85315/b85315.ilproj index 8adc93d..3657cc6 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85315/b85315.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85315/b85315.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85316/b85316.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85316/b85316.ilproj index 83af28c..e1cffa8 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85316/b85316.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85316/b85316.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85317/b85317.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85317/b85317.ilproj index 4dadaf7..673b9f0 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85317/b85317.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85317/b85317.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85564/b85564.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85564/b85564.ilproj index 5e6db34..b8f862f 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85564/b85564.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85564/b85564.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85565/b85565.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85565/b85565.ilproj index 7d20480..afbc482 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85565/b85565.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85565/b85565.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85566/b85566.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85566/b85566.ilproj index c5d2746..25b839c 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85566/b85566.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85566/b85566.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92713/b92713.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92713/b92713.ilproj index df543ce..bf848ca 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92713/b92713.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92713/b92713.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92726/b92726.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92726/b92726.ilproj index a13d04c..b84d5db 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92726/b92726.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92726/b92726.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b98431/b98431.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b98431/b98431.ilproj index 118efc0..1f6dce8 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b98431/b98431.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b98431/b98431.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99403/b99403.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99403/b99403.ilproj index 855b528..fb84304 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99403/b99403.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99403/b99403.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b126221/b126221.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b126221/b126221.ilproj index b95ff37..7eea630 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b126221/b126221.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b126221/b126221.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b142473/b142473.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b142473/b142473.ilproj index d90a240..5d71e96 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b142473/b142473.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b142473/b142473.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b223862/b223862.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b223862/b223862.ilproj index 7f69cfa..5855870 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b223862/b223862.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b223862/b223862.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91953/b91953.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91953/b91953.ilproj index 6c3b221..a8285d6 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91953/b91953.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91953/b91953.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10802/b10802.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10802/b10802.ilproj index 3847fb8..1355130 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10802/b10802.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10802/b10802.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10841/b10841.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10841/b10841.ilproj index 5eaa9c2..bd1e17d 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10841/b10841.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10841/b10841.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10852/b10852.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10852/b10852.ilproj index 9f68319..79e5f9e 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10852/b10852.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10852/b10852.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11131/b11131.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11131/b11131.ilproj index 417a192..2f53f85 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11131/b11131.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11131/b11131.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11878/b11878.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11878/b11878.ilproj index e0dbc02..8c112a3 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11878/b11878.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11878/b11878.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12022/b12022.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12022/b12022.ilproj index 7799311..03c4af7 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12022/b12022.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12022/b12022.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12263/b12263.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12263/b12263.ilproj index 96e10f9..3b2da3b 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12263/b12263.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12263/b12263.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12343/b12343.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12343/b12343.ilproj index 93e44c8..2bf541b 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12343/b12343.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12343/b12343.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12390/b12390.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12390/b12390.ilproj index 93e44c8..2bf541b 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12390/b12390.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12390/b12390.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12425/b12425.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12425/b12425.ilproj index 38b9afe..d6902a2 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12425/b12425.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12425/b12425.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b13691/b13691.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b13691/b13691.ilproj index 5be9955..a30ce98 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b13691/b13691.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b13691/b13691.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b14324/b14324.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b14324/b14324.ilproj index ecf01cd..6c2b64e 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b14324/b14324.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b14324/b14324.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102518/b102518.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102518/b102518.ilproj index 93d5c1d..a269665 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102518/b102518.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102518/b102518.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102844/b102844.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102844/b102844.ilproj index 8e0c504..0af0716 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102844/b102844.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102844/b102844.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b12011/b12011.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b12011/b12011.ilproj index b846999..30f29de 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b12011/b12011.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b12011/b12011.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14355/b14355.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14355/b14355.ilproj index caddb34..5e14c0f 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14355/b14355.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14355/b14355.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14364/b14364.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14364/b14364.ilproj index 26cf145..a6d3ffa 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14364/b14364.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14364/b14364.ilproj @@ -17,9 +17,11 @@ true - - - + + + + PdbOnly + True @@ -33,6 +35,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14366/b14366.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14366/b14366.ilproj index 417a192..2f53f85 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14366/b14366.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14366/b14366.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14368/b14368.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14368/b14368.ilproj index 899816a..8292d8b 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14368/b14368.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14368/b14368.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14369/b14369.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14369/b14369.ilproj index abdb8e8..0b3e744 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14369/b14369.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14369/b14369.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16198/b16198.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16198/b16198.ilproj index 70f4643..d9c6fe9 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16198/b16198.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16198/b16198.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16224/b16224.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16224/b16224.ilproj index 20dc344..32c60ac 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16224/b16224.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16224/b16224.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17023/b17023.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17023/b17023.ilproj index 82b23fe..57af5b2 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17023/b17023.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17023/b17023.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17751/b17751.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17751/b17751.ilproj index 899816a..8292d8b 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17751/b17751.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17751/b17751.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17904/b17904.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17904/b17904.ilproj index 7ea9dfa..c295d4f 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17904/b17904.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17904/b17904.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19101/b19101.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19101/b19101.ilproj index ae70c30..0c0cbfb 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19101/b19101.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19101/b19101.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19289/b19289.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19289/b19289.ilproj index 0557f4f..d778818 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19289/b19289.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19289/b19289.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22521/b22521.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22521/b22521.ilproj index 84c44cd..e11ce5d 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22521/b22521.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22521/b22521.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22680/b22680.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22680/b22680.ilproj index a36d992..1b64fd8 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22680/b22680.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22680/b22680.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27077/b27077.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27077/b27077.ilproj index f76ccda..d124960 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27077/b27077.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27077/b27077.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/b28158.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/b28158.ilproj index 7ea9dfa..c295d4f 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/b28158.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/b28158.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/b28158_64.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/b28158_64.ilproj index ca59789..5409953 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/b28158_64.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/b28158_64.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29727/b29727.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29727/b29727.ilproj index 6c3b221..a8285d6 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29727/b29727.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29727/b29727.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309576/b309576.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309576/b309576.ilproj index 417a192..2f53f85 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309576/b309576.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309576/b309576.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b333008/b333008.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b333008/b333008.ilproj index a06170f..f8da0a2 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b333008/b333008.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b333008/b333008.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b356258/b356258.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b356258/b356258.ilproj index ff523d1..8e4d7f6 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b356258/b356258.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b356258/b356258.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b410474/b410474.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b410474/b410474.ilproj index 015ceb1..a5cc4af 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b410474/b410474.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b410474/b410474.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b431098/b431098.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b431098/b431098.ilproj index bbeee09..9a2c2f5 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b431098/b431098.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b431098/b431098.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b450688/b450688.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b450688/b450688.ilproj index 07e0fe8..23976e6 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b450688/b450688.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b450688/b450688.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b286991/b286991.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b286991/b286991.ilproj index 0781a41..a76a2a9 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b286991/b286991.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b286991/b286991.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b460385/b460385.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b460385/b460385.ilproj index 262232f..c435926 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b460385/b460385.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b460385/b460385.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b173569/b173569.ilproj b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b173569/b173569.ilproj index 2047c51..2c3dcb7 100644 --- a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b173569/b173569.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b173569/b173569.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/b602182/b602182.ilproj b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/b602182/b602182.ilproj index 928b560..48bceb9 100644 --- a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/b602182/b602182.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/b602182/b602182.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Regression/v4/dev10_804810/dev10_804810.ilproj b/src/coreclr/tests/src/JIT/Regression/v4/dev10_804810/dev10_804810.ilproj index c201438..0b9de2e 100644 --- a/src/coreclr/tests/src/JIT/Regression/v4/dev10_804810/dev10_804810.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/v4/dev10_804810/dev10_804810.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/RyuJIT/DoWhileBndChk.csproj b/src/coreclr/tests/src/JIT/RyuJIT/DoWhileBndChk.csproj index bb41960..8c08507 100644 --- a/src/coreclr/tests/src/JIT/RyuJIT/DoWhileBndChk.csproj +++ b/src/coreclr/tests/src/JIT/RyuJIT/DoWhileBndChk.csproj @@ -1,4 +1,4 @@ - + @@ -36,6 +36,9 @@ $(JitPackagesConfigFileDirectory)empty\project.lock.json - - - + + + PdbOnly + True + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitincatch.ilproj b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitincatch.ilproj index ea7ea17..b264f0b 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitincatch.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitincatch.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinfinally.ilproj b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinfinally.ilproj index 1f0c5d6..3f800f3 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinfinally.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinfinally.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinhandler.ilproj b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinhandler.ilproj index 27d80b3..318d6ea 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinhandler.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinhandler.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinroot.ilproj b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinroot.ilproj index 84ed99c..1b57453 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinroot.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinroot.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitintry.ilproj b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitintry.ilproj index a9f9c16..ba301ba 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitintry.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitintry.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter1.ilproj b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter1.ilproj index 219b194..1662ec9 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter1.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter1.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter2.ilproj b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter2.ilproj index 9efaccd..457a319 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter2.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter2.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter3.ilproj b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter3.ilproj index c5393cc..3c43332 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter3.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter3.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwisfirstinstruction.ilproj b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwisfirstinstruction.ilproj index b2e3696..1059454 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwisfirstinstruction.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwisfirstinstruction.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_dynamic.ilproj index 3ce65d7..23fc875 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_dynamic.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_large.ilproj index eee1ea7..66e1e88 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_large.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_small.ilproj index 8288227..72efbf6d5 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_small.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_dynamic.ilproj index 1a117d9..6ec2c57 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_dynamic.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_large.ilproj index a3b47bc..dd8f993 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_large.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_small.ilproj index 4cdd33e..5dea26f 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_small.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_dynamic.ilproj index 63e9f31..e7cdfa6 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_dynamic.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_large.ilproj index 3d625f5..06a9485 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_large.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_small.ilproj index c7e7c27..37d06ca 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_small.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_dynamic.ilproj index 18acb6c..d0fbaed 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_dynamic.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_large.ilproj index 8502d63..1ffad06 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_large.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_small.ilproj index 2bbc76b..f83ad1d 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_small.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call07_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call07_dynamic.ilproj index 01b1606..a31ca0b 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call07_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call07_dynamic.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call07_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call07_small.ilproj index 4bcd5ea..631adc2 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call07_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call07_small.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_dynamic.ilproj index c903953..7b74058 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_dynamic.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_large.ilproj index d037001..071a801 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_large.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_small.ilproj index f5c50ed..56d9950 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_small.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_dynamic.ilproj index 7da8b30..21ff6cf 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_dynamic.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_large.ilproj index 3f2e359..4d718d2 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_large.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_small.ilproj index 1f4c79f..c975c92 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_small.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_dynamic.ilproj index 3b13109..01aa1ac 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_dynamic.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_large.ilproj index 3cf8200..334772f 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_large.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_small.ilproj index 3db2487..5519833 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_small.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_dynamic.ilproj index 340b969..2a05292 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_dynamic.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_large.ilproj index 23edfea..25783e2 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_large.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_small.ilproj index aed356c..7f25dbf 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_small.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_dynamic.ilproj index 345fa12..179dcfe 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_dynamic.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_large.ilproj index 35ae3d60..fb21514 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_large.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_small.ilproj index b6d02aa..fecdd70 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_small.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_dynamic.ilproj index 2394b8d..c5aebf6 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_dynamic.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_large.ilproj index 31c346d..f607c8b 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_large.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_small.ilproj index 48b2b1e..61d7afd 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_small.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_dynamic.ilproj index bd47541..5bf009f 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_dynamic.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_large.ilproj index d785a35..beb0ff7 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_large.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_small.ilproj index 824208a..4d28251 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_small.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_dynamic.ilproj index c66674b..5e1ab4a 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_dynamic.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_large.ilproj index 8411c5a..f92c21d 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_large.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_small.ilproj index 0f499c3..0bf968f 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_small.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_dynamic.ilproj index 0e3783f..f2700e3 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_dynamic.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_large.ilproj index dfda9ac..9763773 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_large.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_small.ilproj index e324037..6d56445 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_small.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -43,6 +43,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_dynamic.ilproj index ca393e4..8a5657e 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_dynamic.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_large.ilproj index 0304c54..2e133e0 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_large.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_small.ilproj index 81d0c7c..b1967f1 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_small.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_dynamic.ilproj index 33b3a6b..20a1b0f 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_dynamic.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_large.ilproj index eca5e56..ed76bd8 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_large.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_small.ilproj index f5c9c19..0b23420 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_small.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_dynamic.ilproj index fd0cd0e..15bd254 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_dynamic.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_large.ilproj index 8bfe8cb..0bc8528 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_large.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_small.ilproj index 25ef5ee..e55fa94 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_small.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_dynamic.ilproj index d9a5e79..57b1ecf 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_dynamic.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_large.ilproj index 612df0e..a5be1cc 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_large.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_small.ilproj index 84c4a8d..730acf2 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_small.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/zeroinit/zeroInit01_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/zeroinit/zeroInit01_small.ilproj index 25af47f..72ab334 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/zeroinit/zeroInit01_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/zeroinit/zeroInit01_small.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i00.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i00.ilproj index 0f75f4e..12d9caf 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i00.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i00.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i01.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i01.ilproj index a76c21f..5695813 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i01.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i01.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i02.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i02.ilproj index 361128f..cb18f05 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i02.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i02.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i03.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i03.ilproj index d33d688..1fd54ad 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i03.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i03.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i04.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i04.ilproj index a7db425..dfe4a8f 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i04.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i04.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i05.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i05.ilproj index 712214e..ebfdb6b 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i05.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i05.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i06.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i06.ilproj index 6e33fbb..2ea1943 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i06.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i06.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i07.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i07.ilproj index 7f472ef..c33a79b 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i07.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i07.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i10.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i10.ilproj index 024ef02..3714bb4 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i10.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i10.ilproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -26,10 +28,9 @@ - False - + @@ -39,6 +40,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i11.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i11.ilproj index 0056ef8..c9502b0 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i11.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i11.ilproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -26,11 +28,10 @@ - False - - + + @@ -39,6 +40,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i12.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i12.ilproj index f46a345..ab80f97 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i12.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i12.ilproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -26,11 +28,10 @@ - False - - + + @@ -39,6 +40,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i13.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i13.ilproj index dea744f..02b7be1 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i13.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i13.ilproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -26,10 +28,9 @@ - False - + @@ -39,6 +40,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i14.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i14.ilproj index e97990c..d27de77 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i14.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i14.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i15.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i15.ilproj index 1341be9..b603905 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i15.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i15.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i16.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i16.ilproj index cb1b8a0..d3ae179 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i16.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i16.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i17.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i17.ilproj index c3a29f9..6e71078 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i17.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i17.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i30.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i30.ilproj index 059bd69..46bf3d4 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i30.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i30.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i31.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i31.ilproj index c0c7559..825e8c2 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i31.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i31.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i32.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i32.ilproj index 99e9b2d..9ca4da5 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i32.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i32.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i33.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i33.ilproj index 30b1e1d..ac2f7de 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i33.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i33.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i34.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i34.ilproj index f34a1ee..1b6f9bf 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i34.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i34.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i35.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i35.ilproj index 66433db..14e7c73 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i35.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i35.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i36.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i36.ilproj index b12365c..5c43554 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i36.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i36.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i37.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i37.ilproj index 61cb2bf..cfc0304 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i37.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i37.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i50.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i50.ilproj index 1cb0fdb..42bbd7f 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i50.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i50.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i51.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i51.ilproj index 38b25f3..5489057 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i51.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i51.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i52.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i52.ilproj index b90239e..f502130 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i52.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i52.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i53.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i53.ilproj index 2a6e333..aadc5fa 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i53.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i53.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i54.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i54.ilproj index 26c5c58..af48f01 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i54.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i54.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i55.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i55.ilproj index 67de2d6..c5a275d 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i55.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i55.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i56.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i56.ilproj index 0080b48..27475e4 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i56.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i56.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i57.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i57.ilproj index e6001748..a84c1bd 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i57.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i57.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i60.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i60.ilproj index 92ce67a..6db0b24 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i60.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i60.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i61.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i61.ilproj index 4a08ee6..302669a 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i61.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i61.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i62.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i62.ilproj index 52c4788..ef24f9f 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i62.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i62.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i63.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i63.ilproj index d888b8d..2bb215b 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i63.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i63.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i64.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i64.ilproj index 68935f9..211ca72 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i64.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i64.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i65.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i65.ilproj index 7d3b2c1..235bdee 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i65.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i65.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i66.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i66.ilproj index 02597b9..4124c61 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i66.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i66.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i67.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i67.ilproj index 5d81f8b..92ddd13 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i67.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i67.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i70.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i70.ilproj index 9c2197a..8a52b8a 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i70.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i70.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i71.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i71.ilproj index a49796d..43bdd07 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i71.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i71.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i72.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i72.ilproj index a26c8f9..cdc0eb5 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i72.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i72.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i73.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i73.ilproj index c37a244..0b08f51 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i73.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i73.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i74.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i74.ilproj index 0cfbe22..9971fe8 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i74.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i74.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i75.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i75.ilproj index 23b5db2..b9af4e3 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i75.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i75.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i76.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i76.ilproj index a1bd38c..3341e20 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i76.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i76.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i77.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i77.ilproj index b987955..2e8a3cb 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i77.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i77.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i80.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i80.ilproj index 6d29540..40a8716 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i80.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i80.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i81.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i81.ilproj index 98e90af..fac3434 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i81.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i81.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i82.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i82.ilproj index b2c5f3a..1f5e08d 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i82.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i82.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i83.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i83.ilproj index d1fcff5..3807b95 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i83.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i83.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i84.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i84.ilproj index 6336a19..524e7df 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i84.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i84.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i85.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i85.ilproj index fddd95d..0ad2489 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i85.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i85.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i86.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i86.ilproj index 2dd49cc..79b9e82 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i86.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i86.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i87.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i87.ilproj index 21903b8..610ba4b 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i87.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i87.ilproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,19 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - - - + + @@ -39,6 +38,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_ret.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_ret.ilproj index 19788bd..ba56186 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_ret.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_ret.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_ret.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_ret.ilproj index 7a49622..a246630 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_ret.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_ret.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop002.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop002.ilproj index 0cd002b..8d6f88b 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop002.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop002.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/opt/inl/inl001.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/inl/inl001.ilproj index 523b4fe..c61f324 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/inl/inl001.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/inl/inl001.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/opt/lim/lim_001.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/lim/lim_001.ilproj index afb8944..33bec5d 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/lim/lim_001.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/lim/lim_001.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/opt/lur/lur_01.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/lur/lur_01.ilproj index c56070d..c7d88ec 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/lur/lur_01.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/lur/lur_01.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/opt/osr/osr015.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/osr/osr015.ilproj index 54cd7dd..31396f7 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/osr/osr015.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/osr/osr015.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/regress/ddb/118414/118414.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/ddb/118414/118414.ilproj index 2f5c2f2..825f8cb 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ddb/118414/118414.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/ddb/118414/118414.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/regress/ddb/127931/127931.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/ddb/127931/127931.ilproj index 1b20d58..3393ffe 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ddb/127931/127931.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/ddb/127931/127931.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/regress/ndpw/21220/b21220.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/ndpw/21220/b21220.ilproj index 0351481..777ffc6 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ndpw/21220/b21220.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/ndpw/21220/b21220.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/regress/phoenix/62322/test.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/phoenix/62322/test.ilproj index 7ea9dfa..c295d4f 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/phoenix/62322/test.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/phoenix/62322/test.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/102754/test1.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/102754/test1.ilproj index 5d218ae..6a896d5 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/102754/test1.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/102754/test1.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -35,6 +37,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/102974/test.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/102974/test.ilproj index 7ea9dfa..c295d4f 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/102974/test.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/102974/test.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/153682/test.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/153682/test.ilproj index 7ea9dfa..c295d4f 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/153682/test.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/153682/test.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/266693/test.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/266693/test.ilproj index 7ea9dfa..c295d4f 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/266693/test.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/266693/test.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/286991/test.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/286991/test.ilproj index d6e0718..7137c6a 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/286991/test.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/286991/test.ilproj @@ -1,4 +1,4 @@ - + @@ -17,18 +17,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -40,6 +40,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/333007/test1.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/333007/test1.ilproj index be82091..e99c36f 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/333007/test1.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/333007/test1.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/336666/test1.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/336666/test1.ilproj index be82091..e99c36f 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/336666/test1.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/336666/test1.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/404708/test.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/404708/test.ilproj index 7ea9dfa..c295d4f 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/404708/test.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/404708/test.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/460412/test.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/460412/test.ilproj index 7ea9dfa..c295d4f 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/460412/test.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/460412/test.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/534486/exchange.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/534486/exchange.ilproj index 943cf23..2e5eb7b 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/534486/exchange.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/534486/exchange.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/543645/test.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/543645/test.ilproj index 9bc857a..000d60e 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/543645/test.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/543645/test.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/552940/test.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/552940/test.ilproj index 9bc857a..000d60e 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/552940/test.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/552940/test.ilproj @@ -16,9 +16,11 @@ 7a9bfb7d - - - + + + + PdbOnly + True @@ -32,6 +34,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test.ilproj index 7ea9dfa..c295d4f 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test2.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test2.ilproj index f2c0e99..071abc0 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test2.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test2.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/verif/sniff/fg/ver_fg_13.ilproj b/src/coreclr/tests/src/JIT/jit64/verif/sniff/fg/ver_fg_13.ilproj index bdd35f8..303e6c2 100644 --- a/src/coreclr/tests/src/JIT/jit64/verif/sniff/fg/ver_fg_13.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/verif/sniff/fg/ver_fg_13.ilproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,18 @@ 7a9bfb7d - - - + + + + PdbOnly + True False - - - + @@ -35,6 +35,5 @@ - - + \ No newline at end of file -- 2.7.4