Porting tests that have references
authorHongtao Yu <Hongtao.Yu@microsoft.com>
Wed, 9 Dec 2015 23:27:40 +0000 (15:27 -0800)
committerHongtao Yu <hoy@microsoft.com>
Fri, 11 Dec 2015 17:32:44 +0000 (09:32 -0800)
commit1a49621bae8f5388a6f1aaa3ed9f8c944e67985f
tree518bd410953e7b2ea0e0dd7289c68ee0c4110113
parent4f116dbee56a20a778c90e50bcb9193436c2f9cd
Porting tests that have references

jit\directed\perffix\primitivevt\callconv2_cs_d.csproj
jit\directed\perffix\primitivevt\callconv2_cs_do.csproj
jit\directed\perffix\primitivevt\callconv2_cs_r.csproj
jit\directed\perffix\primitivevt\callconv2_cs_ro.csproj
jit\methodical\cctor\xassem\xprecise1_cs_d.csproj
jit\methodical\cctor\xassem\xprecise1_cs_do.csproj
jit\methodical\cctor\xassem\xprecise1_cs_r.csproj
jit\methodical\cctor\xassem\xprecise1_cs_ro.csproj
jit\methodical\cctor\xassem\xprecise1b_cs_d.csproj
jit\methodical\cctor\xassem\xprecise1b_cs_do.csproj
jit\methodical\cctor\xassem\xprecise1b_cs_r.csproj
jit\methodical\cctor\xassem\xprecise1b_cs_ro.csproj
jit\methodical\cctor\xassem\xprecise2_cs_d.csproj
jit\methodical\cctor\xassem\xprecise2_cs_do.csproj
jit\methodical\cctor\xassem\xprecise2_cs_r.csproj
jit\methodical\cctor\xassem\xprecise2_cs_ro.csproj
jit\methodical\cctor\xassem\xprecise4_cs_d.csproj
jit\methodical\cctor\xassem\xprecise4_cs_do.csproj
jit\methodical\cctor\xassem\xprecise4_cs_r.csproj
jit\methodical\cctor\xassem\xprecise4_cs_ro.csproj
jit\regression\clr-x86-jit\v2.0-beta2\b423721\b423721.csproj

Remove testing against Type.GetMethod(string) which is not in coreCLR.

jit\jit64\eh\finallyexec\nestedTryRegionsWithSameOffset1.csproj
jit\jit64\eh\finallyexec\nestedTryRegionsWithSameOffset1_o.csproj
jit\jit64\eh\finallyexec\nestedTryRegionsWithSameOffset2.csproj
jit\jit64\eh\finallyexec\nestedTryRegionsWithSameOffset2_o.csproj
jit\jit64\eh\finallyexec\nestedTryRegionsWithSameOffset3.csproj
jit\jit64\eh\finallyexec\nestedTryRegionsWithSameOffset3_o.csproj
jit\jit64\eh\finallyexec\nonlocalgotoinatryblockinahandler.csproj
jit\jit64\eh\leaves\nonlocalexitfromnestedcatch.csproj
jit\methodical\boxing\xlang\_dbgsin_cs_cs.csproj
jit\methodical\boxing\xlang\_odbgsin_cs_cs.csproj
jit\methodical\boxing\xlang\_orelsin_cs_cs.csproj
jit\methodical\boxing\xlang\_relsin_cs_cs.csproj
jit\methodical\eh\basics\multihandler_d.csproj
jit\methodical\eh\basics\multihandler_do.csproj
jit\methodical\eh\basics\multihandler_r.csproj
jit\methodical\eh\basics\multihandler_ro.csproj
jit\methodical\eh\basics\throwincatch_d.csproj
jit\methodical\eh\basics\throwincatch_do.csproj
jit\methodical\eh\basics\throwincatch_r.csproj
jit\methodical\eh\basics\throwincatch_ro.csproj
jit\methodical\eh\basics\throwinclassconstructor_d.csproj
jit\methodical\eh\basics\throwinclassconstructor_do.csproj
jit\methodical\eh\basics\throwinclassconstructor_r.csproj
jit\methodical\eh\basics\throwinclassconstructor_ro.csproj
Porting jit\methodical\eh\basics
Porting jit\methodical\eh\finallyexec
Porting jit\methodical\eh\generics
Porting jit\methodical\eh\interactions
Porting jit\methodical\eh\leaves

Porting jit\methodical\eh\rethrow
Porting jit\methodical\eh\nested\general
Porting jit\methodical\eh\nested\nonlocalexit
Porting jit\methodical\eh\regress
Porting more tests
416 files changed:
tests/src/JIT/Directed/PREFIX/PrimitiveVT/app.config [new file with mode: 0644]
tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1.cs [new file with mode: 0644]
tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_d.csproj [new file with mode: 0644]
tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_do.csproj [new file with mode: 0644]
tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_r.csproj [new file with mode: 0644]
tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_ro.csproj [new file with mode: 0644]
tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2.cs [new file with mode: 0644]
tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_d.csproj [new file with mode: 0644]
tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_do.csproj [new file with mode: 0644]
tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_r.csproj [new file with mode: 0644]
tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_ro.csproj [new file with mode: 0644]
tests/src/JIT/Directed/PREFIX/PrimitiveVT/helper.cs [new file with mode: 0644]
tests/src/JIT/Directed/PREFIX/PrimitiveVT/helper.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_cs_cs.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_cs_cs.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/Boxing/xlang/_orelsin_cs_cs.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/Boxing/xlang/_relsin_cs_cs.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/Boxing/xlang/app.config [new file with mode: 0644]
tests/src/JIT/Methodical/Boxing/xlang/sin.cs [new file with mode: 0644]
tests/src/JIT/Methodical/Boxing/xlang/sinlib.cs [new file with mode: 0644]
tests/src/JIT/Methodical/Boxing/xlang/sinlib.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/app.config [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/testlib.cs [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/testlib.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/xprecise1.cs [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/xprecise1b.cs [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/xprecise2.cs [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/xprecise4.cs [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/app.config [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/multihandler.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/multihandler_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/multihandler_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/multihandler_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/multihandler_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwincatch.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwincatch_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwincatch_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwincatch_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwincatch_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwinclassconstructor.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwinfinally.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwinfinally_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwinfinally_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwinfinally_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwinfinally_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwoutside.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwoutside_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwoutside_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwoutside_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/throwoutside_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/trycatch.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/trycatch_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/trycatch_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/trycatch_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/trycatch_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/trycatchtrycatch.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/tryfinally.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/tryfinally_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/tryfinally_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/tryfinally_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/tryfinally_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/trythrowcatch.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/trythrowcatch_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/trythrowcatch_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/trythrowcatch_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/trythrowcatch_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/common/app.config [new file with mode: 0644]
tests/src/JIT/Methodical/eh/common/common.cs
tests/src/JIT/Methodical/eh/common/common.csproj
tests/src/JIT/Methodical/eh/cs/app.config [new file with mode: 0644]
tests/src/JIT/Methodical/eh/cs/unsafe.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/cs/unsafe_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/cs/unsafe_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/cs/unsafe_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/cs/unsafe_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/app.config [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/loopinfinally.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/switchincatch.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/switchincatch_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/switchincatch_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/switchincatch_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/switchincatch_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/generics/app.config [new file with mode: 0644]
tests/src/JIT/Methodical/eh/generics/throwincatch.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/generics/throwincatch_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/generics/throwincatch_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/generics/throwincatch_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/generics/throwincatch_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/generics/trycatchnestedtype.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/generics/trycatchsimpletype.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/interactions/gcincatch.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/interactions/gcincatch_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/interactions/gcincatch_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/interactions/gcincatch_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/interactions/gcincatch_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/interactions/switchinfinally.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/interactions/switchinfinally_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/interactions/switchinfinally_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/interactions/switchinfinally_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/interactions/switchinfinally_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/leaves/app.config [new file with mode: 0644]
tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/leaves/oponerror.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/leaves/oponerror_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/leaves/oponerror_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/leaves/oponerror_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/leaves/oponerror_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/leaves/tryfinallyloop.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/app.config [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/cascadedcatch.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/throwinfinally.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/throwinfinally_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/throwinfinally_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/throwinfinally_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/throwinfinally_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/nonlocalexit/app.config [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/regress/asurt/122239/app.config [new file with mode: 0644]
tests/src/JIT/Methodical/eh/regress/asurt/122239/outermostFinally.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/regress/asurt/122239/outermostFinally.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/regress/asurt/140713/app.config [new file with mode: 0644]
tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/regress/asurt/141358/app.config [new file with mode: 0644]
tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/app.config [new file with mode: 0644]
tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo1.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo1.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/app.config [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/project.json [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/project.lock.json [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/samethrowtwice.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/simplerethrow.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/simplerethrow_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/simplerethrow_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/simplerethrow_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/simplerethrow_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase.cs [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/flowgraph/bug619534/moduleHandleCache.cs [new file with mode: 0644]
tests/src/JIT/Methodical/flowgraph/bug619534/moduleHandleCache.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/flowgraph/bug619534/moduleLibrary.cs [new file with mode: 0644]
tests/src/JIT/Methodical/flowgraph/bug619534/moduleLibrary.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/stringintern/test1-xassem.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/stringintern/test1.cs [new file with mode: 0644]
tests/src/JIT/Methodical/stringintern/test2-xassem.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/stringintern/test2.cs [new file with mode: 0644]
tests/src/JIT/Methodical/stringintern/test4-xassem.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/stringintern/test4.cs [new file with mode: 0644]
tests/src/JIT/Methodical/stringintern/testgenstr.cs [new file with mode: 0644]
tests/src/JIT/Methodical/stringintern/testgenstr.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/stringintern/teststr.cs [new file with mode: 0644]
tests/src/JIT/Methodical/stringintern/teststr.csproj [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/app.config [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/b423721.cs [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/b423721.csproj [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/c1.cs [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/c1.csproj [new file with mode: 0644]
tests/src/JIT/Regression/Dev11/External/Dev11_243742/app.config [new file with mode: 0644]
tests/src/JIT/Regression/Dev11/External/Dev11_243742/app.cs [new file with mode: 0644]
tests/src/JIT/Regression/Dev11/External/Dev11_243742/app.csproj [new file with mode: 0644]
tests/src/JIT/Regression/Dev11/External/Dev11_243742/dll.cs [new file with mode: 0644]
tests/src/JIT/Regression/Dev11/External/Dev11_243742/dll.csproj [new file with mode: 0644]
tests/src/JIT/jit64/eh/Common/app.config [new file with mode: 0644]
tests/src/JIT/jit64/eh/Common/common.cs [new file with mode: 0644]
tests/src/JIT/jit64/eh/Common/common.csproj [new file with mode: 0644]
tests/src/JIT/jit64/eh/FinallyExec/app.config [new file with mode: 0644]
tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1.cs [new file with mode: 0644]
tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1.csproj [new file with mode: 0644]
tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1_o.csproj [new file with mode: 0644]
tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2.cs [new file with mode: 0644]
tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2.csproj [new file with mode: 0644]
tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2_o.csproj [new file with mode: 0644]
tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3.cs [new file with mode: 0644]
tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3.csproj [new file with mode: 0644]
tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3_o.csproj [new file with mode: 0644]
tests/src/JIT/jit64/eh/FinallyExec/nonlocalgotoinatryblockinahandler.cs [new file with mode: 0644]
tests/src/JIT/jit64/eh/FinallyExec/nonlocalgotoinatryblockinahandler.csproj [new file with mode: 0644]
tests/src/JIT/jit64/eh/Leaves/app.config [new file with mode: 0644]
tests/src/JIT/jit64/eh/Leaves/nonlocalexitfromnestedcatch.cs [new file with mode: 0644]
tests/src/JIT/jit64/eh/Leaves/nonlocalexitfromnestedcatch.csproj [new file with mode: 0644]
tests/src/JIT/jit64/gc/regress/vswhidbey/143837.csproj
tests/src/JIT/opt/virtualstubdispatch/manyintf/app.config [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest.cs [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_d.csproj [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_do.csproj [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_r.csproj [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_ro.csproj [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/itest1.cs [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/itest1.csproj [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/itest10.cs [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/itest10.csproj [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/itest2.cs [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/itest2.csproj [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/itest3.cs [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/itest3.csproj [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/itest4.cs [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/itest4.csproj [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/itest5.cs [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/itest5.csproj [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/itest6.cs [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/itest6.csproj [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/itest7.cs [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/itest7.csproj [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/itest8.cs [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/itest8.csproj [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/itest9.cs [new file with mode: 0644]
tests/src/JIT/opt/virtualstubdispatch/manyintf/itest9.csproj [new file with mode: 0644]