summaryrefslogtreecommitdiff
path: root/tests/src
AgeCommit message (Expand)AuthorFilesLines
2016-07-29Using full versions, update CoreFX dependencies to beta-24328-05.Davis Goodin585-16300/+18679
2016-07-20Fix silent bad codegen in signed comparisonMichelle McDaniel8-0/+316
2016-07-07MarshalAs(UnManaged.ByValArray) overflow.Tijoy Tom Kalathiparambil9-0/+419
2016-07-06Fix incorrect RunBenchmarks help textMike Danes1-1/+1
2016-07-01Merge pull request #6031 from mikedn/x86-float-unspillPat Gavlin3-0/+113
2016-06-30Remove misplaced call to genUnspillRegIfNeededMike Danes3-0/+113
2016-06-30Merge pull request #5958 from jashook/disable_timeouts_under_gcstressJarret Shook26-0/+26
2016-06-29Disable tests that timeout under gcstressjashoo26-0/+26
2016-06-29Remove unittests that contain undefined behaviourHanjoung Lee5-17722/+0
2016-06-27Remove one GCSimulator tests that takes way too longSean Gillespie1-52/+0
2016-06-24Merge pull request #5973 from cmckinsey/DevDiv_216571Chris McKinsey3-0/+111
2016-06-24Fix SBCG in value-numbering constant assertpropChris McKinsey3-0/+111
2016-06-23Merge pull request #5923 from mikedn/x86-store-lclvarChris McKinsey4-0/+170
2016-06-22Fix test runner batch file to provide correct TPA pathRahul Kumar1-2/+2
2016-06-22Add regression testMike Danes4-0/+170
2016-06-22Merge pull request #5871 from mikedn/modoptCarol Eidt8-0/+1484
2016-06-22Disable a test case till issue #5501 is fixedJohn Chen1-0/+1
2016-06-22Add tests for integer div/mod by constMike Danes8-0/+1484
2016-06-21Merge pull request #5900 from jashook/gc_stress_incompatJarret Shook1-0/+1
2016-06-21Merge pull request #5898 from jashook/gcstress_timeout_updateJarret Shook1-0/+2
2016-06-21added a note about the reason why we ignore failures from tests in the stress...Maoni01-0/+2
2016-06-21Set b14364 as gcstress incompatjashoo1-0/+1
2016-06-21Up the default timeout for GCStressjashoo1-0/+2
2016-06-20Fix race condition in Loader regression 523654 testwtgodbe1-1/+1
2016-06-16Fix GC test batch script skip conditions that were behaving unexpectedlySean Gillespie1-4/+4
2016-06-15Merge pull request #5819 from AndyAyersMS/InlineTestsV1Andy Ayers24-0/+10804
2016-06-15Inliner: simple performance testsAndy Ayers24-0/+10804
2016-06-15Modify CrossGen test script to work around cmd.exe bugJohn Chen (CLR)1-6/+7
2016-06-13Keep mutex alive to avoid race condition in openmutexpos4 testwtgodbe1-14/+15
2016-06-10Modify Crypto benchmark so it uses a fixed random seedAndy Ayers1-1/+1
2016-06-10Merge pull request #5621 from swgillespie/buildtest-refactorSean Gillespie4-33/+93
2016-06-10Remove need for longgc and gcsimulator tests to have their own buildSean Gillespie4-33/+93
2016-06-09Merge pull request #5652 from RussKeldorph/5555Russ Keldorph2-2/+14
2016-06-09Merge pull request #5588 from jashook/disable_karJarret Shook1-0/+1
2016-06-09Fix WeakReference tests depending on JIT not extending lifetimesRuss Keldorph2-2/+14
2016-06-08Add support for multi-dimensional array initializationMike Danes3-0/+685
2016-06-07Fixing perf runs on helix (#5102)Deepak Shankargouda5-15/+15
2016-06-07Mark KeepAliveRecur as GCStressIncompatibleJarret Shook1-0/+1
2016-06-07Delegate ABI Test (#5507)papaslavik2-0/+117
2016-06-03Merge pull request #5432 from RussKeldorph/fix5428Russ Keldorph5-270/+2
2016-06-03Fix failing tests on Ubuntu R2R configuration (#5435)Fadi Hanna30-955/+2
2016-06-03Fix readytorun tests asking for user input (#5459)mkborg2-3/+3
2016-06-02Merge pull request #5402 from AndyAyersMS/InlineAllowCpBlkAndy Ayers3-0/+89
2016-06-02Remove unnecessary dependencies from JIT tests causing R2R failuresRuss Keldorph5-270/+2
2016-06-02Merge pull request #5394 from erozenfeld/TailCallBug5164Eugene Rozenfeld3-0/+221
2016-06-02Improvements to System.Math InternalCall code. (#4847)Tanner Gooding25-0/+1486
2016-06-01JIT_TailCall helper has an implicit assumption that all tail call arguments liveEugene Rozenfeld3-0/+221
2016-06-01Add more Ready-to-Run generics tests (#5190)John Chen4-7/+444
2016-06-01Merge pull request #5350 from pgavlin/gh5292and5286Pat Gavlin2-0/+2
2016-05-31Inliner: enable inlining of methods with cpblkAndy Ayers3-0/+89