summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Methodical
AgeCommit message (Expand)AuthorFilesLines
2019-05-22Change timeouts for outerloop job and move one test to longRunningGc. (#24731)Sergey Andreenko1-0/+3
2019-05-17Fix localloc with large out arg space (#24388)Bruce Forstall4-0/+12281
2019-05-13Disable _il_relu_fld under GCStress.Sergey Andreenko1-0/+2
2019-05-12Cleanup some build files (#24539)Aaron Robinson1-5/+13
2019-05-06Handle E_NOTIMPL return from CoInitializeEx. (#24387)Jeremy Koritzinsky6-6/+3
2019-05-02System.GC.AllocateUninitializedArray (#24096)Vladimir Sadov1-1/+1
2019-04-24Disable _il_dbgu_fld under GCStress against #24173Bruce Forstall1-1/+4
2019-04-22Disable _il_relthread-race test under GCStressBruce Forstall1-1/+2
2019-04-16Merge pull request #24037 from BruceForstall/ReduceStackRequirementBruce Forstall1-1/+1
2019-04-16Reduce stack requirements of testBruce Forstall1-1/+1
2019-04-15Fix test for 64-bit platformsBruce Forstall1-1/+1
2019-04-12Fix x86 stack probing (#23881)Bruce Forstall7-0/+353
2019-04-05WIP Fix ARM32/ARM64 large frame stack probingBruce Forstall6-0/+587
2019-03-16Fix typo (#23300)Nikita Potapenko1-1/+1
2019-02-23Removed erroneous use of 'PROCESSOR_ARCHITECTURE' Enviroment variable (#22743)John4-5/+9
2019-02-22More GNUC Fixes (#22687)Sinan Kaya1-6/+6
2019-02-20Fix dblarray tests and reenable for arm32 (#22718)Andy Ayers4-48/+99
2019-02-06Add option to run tests in unloadable context (#22332)Jan Vorlicek5-0/+9
2019-01-04Fixed the broken projects.Jingyu6-18/+0
2018-12-13Suppress warning of obsolete API (#21529)Aaron Robinson1-0/+2
2018-09-13Replace fgMarkAddressExposedLocals (#19621)mikedn1-2/+0
2018-08-24Use runtest.py to run tests for all platforms (#19213)Jarret Shook74-0/+286
2018-08-13disable tests\src\JIT\Methodical\fp\exgen\10w5d_cs_do (#19465)Sergey Andreenko1-0/+2
2018-08-03Fix MSBuild warnigs caused by double reference to different frameworksJacek Blaszczynski2-7/+1
2018-08-01build-test - fix ilasm warnings caused by missing/incorrect extern assembly d...Jacek Blaszczynski24-344/+334
2018-06-20Merge pull request #18573 from CarolEidt/ExplicitLayoutTestCarol Eidt2-0/+93
2018-06-20Add another test for #17971Carol Eidt2-0/+93
2018-06-18Typo (#18520)John Doe1-1/+1
2018-05-09Add regression test for passing HFA params.Aditya Mandaleeka5-0/+204
2018-04-09Disable some tests under GCStress where they take too long to complete (#17437)Koundinya Veluri6-0/+6
2018-02-28Revert: Simplify test dependencies for benchmarks (#16647)Andy Ayers2-0/+6
2018-02-26Simplify test dependencies for benchmarks (#16378)Andy Ayers2-6/+0
2018-01-18PR FeedbackCarol Eidt1-8/+8
2018-01-18ARM: Fix morphing of struct passed on stackCarol Eidt2-0/+224
2018-01-10Fix change to fgMorphBlockOperandCarol Eidt3-0/+170
2017-12-14[RyuJit][Armel] Do not lose type information (#15449)Sergey Andreenko1-1/+0
2017-08-16Move less valuable tests to priority 1.Pat Gavlin1335-8692/+6316
2017-06-09Fix files encoding to utf8Roman Artemev2-2/+2
2017-05-29Make linux test build workedRoman Artemev1-1/+1
2017-05-22Revert "Fixed tests build on Linux"Russ Keldorph1-1/+1
2017-05-19Test build fixes for LinuxRoman Artemev1-1/+1
2017-05-16Update Coreclr to 2.0.0 buildtoolswtgodbe44-136/+174
2017-05-02Surgically remove unsupported tailcall casesRuss Keldorph1-1/+2
2017-04-01Jit: fix a few issues with single def local tracking (#10633)Andy Ayers4-0/+957
2017-03-22Removing the special handling in classlibnative for atan2(±∞, ±∞) and p...Tanner Gooding2-8/+8
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas2092-8468/+0
2017-03-16Hide types which are now public in corefx (#10142)Rahul Kumar22-68/+68
2017-03-13Merge pull request #10074 from wtgodbe/ProjectJsonWilliam Godbe1544-5561/+293
2017-03-13Pick up new CoreFX packages and abandon old oneswtgodbe1544-5561/+293
2017-03-09Fix some cross-thread memory accesses in a JIT test.Pat Gavlin1-0/+3