summaryrefslogtreecommitdiff
path: root/tests/src/JIT/jit64/opt
AgeCommit message (Expand)AuthorFilesLines
2019-06-21Fix test to use mutual waits (#25317)Carol Eidt1-7/+10
2019-01-10Add an exclusion for hugeexpr1 on arm32 under `JitOptimizationSensitive` . (#...Sergey Andreenko1-2/+3
2018-08-24Use runtest.py to run tests for all platforms (#19213)Jarret Shook2-0/+6
2018-06-12Disable HugeArray test in GCStress modesBruce Forstall1-2/+2
2017-08-16Move less valuable tests to priority 1.Pat Gavlin101-662/+477
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas145-580/+0
2017-03-13Pick up new CoreFX packages and abandon old oneswtgodbe112-487/+39
2017-02-21Fix jit test projects to specify debug type and optimization flagsAndy Ayers7-63/+56
2017-01-12Mark a small number of tests heap-verify-incompatible.Pat Gavlin2-2/+10
2017-01-06Disable hugeexpr1 test under JitStress modesRuss Keldorph1-1/+3
2016-10-20Add comments describing why these tests are disabled.Pat Gavlin1-0/+2
2016-10-20Mark tests GCStress-incompatible for x86.Pat Gavlin1-1/+2
2016-08-25Changes made automatically by Visual StudioPetr Onderka105-392/+322
2016-08-23Cosmetic changes, removing unnceseary files and entries in project files.Rama Krishnan Raghupathy159-925/+0
2016-06-29Disable tests that timeout under gcstressjashoo4-0/+4
2016-05-09Update license header in most .il files.Russ Keldorph18-36/+54
2016-03-02Remove RestorePackages = true from all test csproj's.Davis Goodin42-42/+0
2016-01-27Update license headersdotnet-bot51-104/+155
2016-01-11Merge pull request #2400 from pgavlin/FixDebugTypesPat Gavlin43-43/+43
2015-12-28Using ilasm for test populationKyungwoo Lee1-1/+0
2015-12-18Fix DebugType and Optimize values for JIT tests.Pat Gavlin43-43/+43
2015-12-10Import missing JIT tests.Pat Gavlin128-244/+500
2015-12-07Port more C# unit testsRichard L Ford42-0/+2518
2015-09-03Add System.Console references and replace usages with [System.Console]Bruce Forstall16-222/+309
2015-09-03Canonicalize appearance of empty mscorlib assembly references in .il testsBruce Forstall2-6/+2
2015-08-20Turn on C# optimizations on two large testsJan Kotas2-2/+2
2015-07-09Move CoreCLR to the modern build tools and dnxMatt Mitchell103-276/+280
2015-06-30Speed up package resotre of JIT Test buildMatt Ellis83-218/+350
2015-06-24Refactor JIT test projects.Pat Gavlin133-882/+4550
2015-06-10Import the first batch of IL tests.Pat Gavlin46-0/+6078
2015-05-26Import JIT tests.Pat Gavlin49-0/+48702
2015-04-17Add JIT CSE testsBengu Li29-0/+227163