Import additional JIT tests.
authorPat Gavlin <pagavlin@microsoft.com>
Mon, 7 Dec 2015 20:07:12 +0000 (12:07 -0800)
committerPat Gavlin <pagavlin@microsoft.com>
Tue, 8 Dec 2015 20:22:58 +0000 (12:22 -0800)
commitd070ca1f4e643c1cb9dc7d750f2476f2aa77efc3
tree71ee6b489d8198d943236ae635db07dc0426b7ed
parent49f5b95ee35535189229525947cdb9af245bb4f9
Import additional JIT tests.

Most of these tests were missed in the first round because they rely on
TypedReference.
104 files changed:
tests/src/JIT/Directed/UnrollLoop/loop6.cs [new file with mode: 0644]
tests/src/JIT/Directed/UnrollLoop/loop6_cs_d.csproj [new file with mode: 0644]
tests/src/JIT/Directed/UnrollLoop/loop6_cs_do.csproj [new file with mode: 0644]
tests/src/JIT/Directed/UnrollLoop/loop6_cs_r.csproj [new file with mode: 0644]
tests/src/JIT/Directed/UnrollLoop/loop6_cs_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/VT/etc/_dbggc_nested.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/VT/etc/_dbgnested.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/VT/etc/_relgc_nested.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/VT/etc/_relnested.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/VT/etc/_speed_dbggc_nested.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/VT/etc/_speed_dbgnested.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/VT/etc/_speed_relgc_nested.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/VT/etc/_speed_relnested.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/doublearray/app.config [new file with mode: 0644]
tests/src/JIT/Methodical/doublearray/dblarray1.cs [new file with mode: 0644]
tests/src/JIT/Methodical/doublearray/dblarray1_cs_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/doublearray/dblarray1_cs_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/doublearray/dblarray1_cs_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/doublearray/dblarray1_cs_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/doublearray/dblarray2.cs [new file with mode: 0644]
tests/src/JIT/Methodical/doublearray/dblarray2_cs_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/doublearray/dblarray2_cs_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/doublearray/dblarray2_cs_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/doublearray/dblarray2_cs_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/doublearray/dblarray4.cs [new file with mode: 0644]
tests/src/JIT/Methodical/doublearray/dblarray4_cs_d.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/doublearray/dblarray4_cs_do.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/doublearray/dblarray4_cs_r.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/doublearray/dblarray4_cs_ro.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/dynamic_methods/app.config [new file with mode: 0644]
tests/src/JIT/Methodical/dynamic_methods/bug_445388.cs [new file with mode: 0644]
tests/src/JIT/Methodical/dynamic_methods/bug_445388.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/dynamic_methods/project.json [new file with mode: 0644]
tests/src/JIT/Methodical/dynamic_methods/project.lock.json [new file with mode: 0644]
tests/src/JIT/Methodical/refany/_dbggcreport.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/refany/_dbgnative.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/refany/_dbgstress1.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/refany/_dbgstress3.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/refany/_dbgvirtcall.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/refany/_relgcreport.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/refany/_relnative.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/refany/_relstress1.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/refany/_relstress3.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/refany/_relvirtcall.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/refany/_speed_dbggcreport.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/refany/_speed_dbgnative.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/refany/_speed_dbgstress1.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/refany/_speed_dbgstress3.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/refany/_speed_dbgvirtcall.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/refany/_speed_relgcreport.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/refany/_speed_relnative.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/refany/_speed_relstress1.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/refany/_speed_relstress3.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/refany/_speed_relvirtcall.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/refany/array2.csproj
tests/src/JIT/Methodical/refany/format.csproj
tests/src/JIT/Methodical/refany/gcreport.csproj
tests/src/JIT/Methodical/refany/lcs.csproj
tests/src/JIT/Methodical/refany/native.csproj
tests/src/JIT/Methodical/refany/stress1.cs [new file with mode: 0644]
tests/src/JIT/Methodical/refany/stress3-64bit.cs [new file with mode: 0644]
tests/src/JIT/Methodical/refany/virtcall.csproj
tests/src/JIT/Methodical/xxobj/operand/_dbgrefanyval.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/xxobj/operand/_relrefanyval.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/xxobj/operand/_speed_dbgrefanyval.csproj [new file with mode: 0644]
tests/src/JIT/Methodical/xxobj/operand/_speed_relrefanyval.csproj [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51817/app.config [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51817/b51817.cs [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51817/b51817.csproj [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52593/app.config [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52593/b52593.cs [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52593/b52593.csproj [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52733/app.config [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52733/b52733.cs [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52733/b52733.csproj [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52840/app.config [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52840/b52840.cs [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52840/b52840.csproj [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/app.config [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226a.cs [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226a.csproj [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226b.cs [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226b.csproj [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66533/app.config [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66533/b66533.cs [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66533/b66533.csproj [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67414/app.config [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67414/b67414.cs [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67414/b67414.csproj [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/app.config [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.cs [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.csproj [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/project.json [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/project.lock.json [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b604247/app.config [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b604247/b604247.cs [new file with mode: 0644]
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b604247/b604247.csproj [new file with mode: 0644]
tests/src/JIT/Regression/Dev11/dev11_76013/Dev11_76013.cs [new file with mode: 0644]
tests/src/JIT/Regression/Dev11/dev11_76013/Dev11_76013.csproj [new file with mode: 0644]
tests/src/JIT/Regression/Dev11/dev11_76013/app.config [new file with mode: 0644]
tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b302509/_5mvazhg.cs [new file with mode: 0644]
tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b302509/app.config [new file with mode: 0644]
tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b302509/b302509.csproj [new file with mode: 0644]
tests/testsFailingOutsideWindows.txt