Port more JIT tests.
authorPat Gavlin <pagavlin@microsoft.com>
Tue, 5 Jan 2016 00:58:07 +0000 (16:58 -0800)
committerPat Gavlin <pagavlin@microsoft.com>
Tue, 5 Jan 2016 16:58:09 +0000 (08:58 -0800)
commit1e2cb743851c9eb3c87dc071f81e8aa125ca1a4b
tree3f65a4ad05d7951d94c25b49f34e8be4524c3777
parent85f256e9b41cac20834d9695675e3ac8694454f9
Port more JIT tests.

Most of these tests were blocked on unnecessary usage
of SerializableAttribute and Environment.ExitCode.
183 files changed:
tests/src/JIT/Directed/nullabletypes/Desktop/StructDefinitions.cs [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/Desktop/app.config [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype.cs [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype_do.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype_r.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype_ro.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison.cs [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_d.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_do.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_r.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_ro.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/boxunboxenum.cs [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/boxunboxenum_d.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/boxunboxenum_do.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/boxunboxenum_r.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/boxunboxenum_ro.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/boxunboxinterface.cs [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/boxunboxinterface_d.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/boxunboxinterface_do.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/boxunboxinterface_r.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/boxunboxinterface_ro.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/castclassenum.cs [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/castclassenum_d.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/castclassenum_do.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/castclassenum_r.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/castclassenum_ro.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/castclassinterface.cs [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/castclassinterface_d.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/castclassinterface_do.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/castclassinterface_r.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/castclassinterface_ro.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/castclassvaluetype.cs [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/castclassvaluetype_d.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/castclassvaluetype_do.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/castclassvaluetype_r.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/castclassvaluetype_ro.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinst.cs [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinst2.cs [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinst2_d.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinst2_do.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinst2_r.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinst2_ro.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinst_d.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinst_do.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinst_r.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinst_ro.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstboxed.cs [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstboxed_d.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstboxed_do.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstboxed_r.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstboxed_ro.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstenum.cs [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstenum_d.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstenum_do.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstenum_r.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstenum_ro.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstgenerics.cs [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstgenerics_d.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstgenerics_do.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstgenerics_r.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstgenerics_ro.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstinterface.cs [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstinterface_d.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstinterface_do.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstinterface_r.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstinterface_ro.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstvaluetype.cs [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstvaluetype_d.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstvaluetype_do.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstvaluetype_r.csproj [new file with mode: 0644]
tests/src/JIT/Directed/nullabletypes/isinstvaluetype_ro.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate001.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate001.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate002.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate002.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate003.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate003.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate004.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate004.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate005.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate005.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate006.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate006.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate007.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate007.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate008.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate008.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate009.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate009.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate010.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate010.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate011.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate011.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate012.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate012.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate013.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate013.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate014.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate014.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate015.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate015.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate016.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate016.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate017.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate017.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate018.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate018.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate019.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate019.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate020.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate020.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate021.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate021.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate022.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate022.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate023.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate023.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate024.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate024.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate025.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate025.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate026.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate026.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate027.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate027.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate028.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate028.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate029.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate029.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate030.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate030.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate031.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate031.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate032.cs [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/Delegate032.csproj [new file with mode: 0644]
tests/src/JIT/Generics/Instantiation/delegates/app.config [new file with mode: 0644]
tests/src/JIT/Methodical/doublearray/dblarray3.cs [new file with mode: 0644]
tests/src/JIT/Methodical/doublearray/dblarray3_cs_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/doublearray/dblarray3_cs_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/doublearray/dblarray3_cs_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/doublearray/dblarray3_cs_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/stringintern/_Simpletest1.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/stringintern/_Simpletest2.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/stringintern/_Simpletest4.csproj [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15203/app.config [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15203/b15203.cs [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15203/b15203.csproj [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25882/app.config [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25882/b25882.cs [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25882/b25882.csproj [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29068/app.config [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29068/b29068.cs [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29068/b29068.csproj [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02352/app.config [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02352/b02352.cs [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02352/b02352.csproj [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06812/app.config [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06812/b06812.cs [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06812/b06812.csproj [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/v1-m08/b12668/app.config [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/v1-m08/b12668/b12668.cs [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/v1-m08/b12668/b12668.csproj [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b561129/app.config [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b561129/b561129.cs [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b561129/b561129.csproj [new file with mode: 0644]
tests/src/JIT/Regression/VS-ia64-JIT/M00/b111192/app.config [new file with mode: 0644]
tests/src/JIT/Regression/VS-ia64-JIT/M00/b111192/b111192.csproj [new file with mode: 0644]
tests/src/JIT/Regression/VS-ia64-JIT/M00/b111192/strswitch2.cs [new file with mode: 0644]
tests/src/JIT/Regression/VS-ia64-JIT/M00/b113493/app.config [new file with mode: 0644]
tests/src/JIT/Regression/VS-ia64-JIT/M00/b113493/b113493.csproj [new file with mode: 0644]
tests/src/JIT/Regression/VS-ia64-JIT/M00/b113493/bad.cs [new file with mode: 0644]
tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b301479/_rgvk6ax.cs [new file with mode: 0644]
tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b301479/app.config [new file with mode: 0644]
tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b301479/b301479.csproj [new file with mode: 0644]
tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91944/_knu165r.cs [new file with mode: 0644]
tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91944/app.config [new file with mode: 0644]
tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91944/b91944.csproj [new file with mode: 0644]
tests/src/JIT/jit64/regress/ndpw/14888/app.config [new file with mode: 0644]
tests/src/JIT/jit64/regress/ndpw/14888/objectusedonlyinhandler.cs [new file with mode: 0644]
tests/src/JIT/jit64/regress/ndpw/14888/objectusedonlyinhandler.csproj [new file with mode: 0644]
tests/src/JIT/opt/Inline/regression/bug584219/app.config [new file with mode: 0644]
tests/src/JIT/opt/Inline/regression/bug584219/inliningVars.cs [new file with mode: 0644]
tests/src/JIT/opt/Inline/regression/bug584219/inliningVars.csproj [new file with mode: 0644]