summaryrefslogtreecommitdiff
path: root/tests/src
AgeCommit message (Expand)AuthorFilesLines
2015-08-24Re-enable JIT testJan Kotas1-4/+0
2015-08-20Disable test failing on VS2015Jan Kotas1-0/+4
2015-08-20Turn on C# optimizations on two large testsJan Kotas2-2/+2
2015-08-18Update buildtools version to 00079Jan Kotas1-1/+1
2015-08-12Merge pull request #1329 from AndreyAkinshin/masterMatt Mitchell3-0/+103
2015-08-12Fix a bug with disappeared cast to byte in numeric binary expressionsAndrey Akinshin3-0/+103
2015-08-11Delete unused System.Threading.Timer.dll dependenciesJan Kotas1-41/+1
2015-08-11Disable debug info generation for test with very large methodJan Kotas1-1/+1
2015-08-11Fix VS2015 test build breaksJan Kotas3-11/+12
2015-08-07Removing old System.Threading.Timer tests with the correspondingJonathan Miller2-35/+0
2015-07-28Fix for potential bad tailcall code generationMatt Mitchell3-0/+166
2015-07-09Move CoreCLR to the modern build tools and dnxMatt Mitchell3109-8142/+22740
2015-06-30Speed up package resotre of JIT Test buildMatt Ellis2743-10526/+8169
2015-06-24Refactor JIT test projects.Pat Gavlin4423-64220/+130719
2015-06-17Merge pull request #1107 from krk/masterAndy Ayers1-2/+17
2015-06-10Import the first batch of IL tests.Pat Gavlin3819-7/+796909
2015-06-10Merge pull request #1120 from libengu/RestOfRegressionBengu Li1257-0/+88239
2015-06-09Add support for IL tests.Pat Gavlin2-1/+38
2015-06-09Add all remaining JIT/Regression test cases for JITBengu Li1257-0/+88239
2015-06-08Add JIT/Regression/CLR-x86-JIT/V1-M09 test cases for JITBengu Li120-0/+3381
2015-06-06ObjectDisposedException handled in test wrapper.krk1-2/+17
2015-06-03Add multiple smaller test directories under JIT/RegressionBengu Li101-0/+3105
2015-05-30Fix a bug in implementation of ICastable when CoreCLR throws exception on IL ...Eugene Zemtsov1-0/+5
2015-05-28Update AllTestProjects.sln for Regression testsBengu Li1-122/+722
2015-05-28Add new JIT tests to the test solution file.Pat Gavlin1-36/+1530
2015-05-27Merge pull request #1064 from pgavlin/JITjit64Pat Gavlin151-0/+63444
2015-05-26Import JIT tests.Pat Gavlin151-0/+63444
2015-05-26Add Regression/VS-ia64-JIT test cases for JIT.Bengu Li182-0/+39191
2015-05-22Add all JIT/Generics test casesBengu Li143-3/+21832
2015-05-21Import more JIT tests.Pat Gavlin397-8/+41313
2015-05-21Merge pull request #1028 from mmitche/fix-cmd-exit-codesPat Gavlin5-2795/+0
2015-05-21Disable tests failing at runtime and remove tests failing to compile.Matt Mitchell5-2795/+0
2015-05-20Add simple JIT test for typed references.Andy Ayers5-0/+95
2015-05-19Import JIT tests.Pat Gavlin79-0/+8937
2015-05-08Add Methodical/NaN test cases for JIT.Bengu Li17-0/+11419
2015-04-30Add a test that triggers stack probing.Andy Ayers2-0/+74
2015-04-27Merge pull request #839 from libengu/TestGenericExceptionsBengu Li16-0/+2110
2015-04-27Merge pull request #837 from libengu/TestMDArrayBengu Li17-0/+14197
2015-04-27Add Generic/Exceptions test cases for JITBengu Li16-0/+2110
2015-04-27Add MultiDimensional Array test cases for JITBengu Li17-0/+14197
2015-04-27Test case for store (no-GC) value type to static fieldKyungwoo Lee1-0/+40
2015-04-23Merge pull request #786 from libengu/TestStructPromoteBengu Li16-0/+627
2015-04-22Add Directed/StructPromote test cases for JITBengu Li16-0/+627
2015-04-22Add Generics/Fields test cases for JITBengu Li17-0/+1214
2015-04-22Add Inline test cases for JITBengu Li44-0/+5707
2015-04-21Add Generics/Arrays test cases for JITBengu Li46-0/+3956
2015-04-21Add test cases in directory Directed/cmovBengu Li21-0/+268602
2015-04-20Add CSharp Base/Peer Constructor test casesBengu Li23-0/+875
2015-04-17Add JIT CSE testsBengu Li30-0/+227182
2015-04-10Add JIT GC testsBengu Li92-12/+7907