summaryrefslogtreecommitdiff
path: root/tests/src/GC/API
AgeCommit message (Expand)AuthorFilesLines
2018-03-16Fix test for GC.GetAllocatedBytesForCurrentThread to be more lenient with the...Sung Yoon Whang1-1/+1
2018-03-08 Disable some GC tests from GCStress runs (#16846)Sung Yoon Whang4-3/+7
2018-02-27Add test for GC.GetAllocatedBytesForCurrentThread (#16428)Sung Yoon Whang2-0/+163
2018-01-16Disable GetGeneration from GCStress runsBruce Forstall1-1/+1
2018-01-11Disable NoGC test in GCStress test runsBruce Forstall1-0/+1
2017-09-01need casting for size calculation (#13754)Maoni Stephens1-2/+2
2017-08-16Move less valuable tests to priority 1.Pat Gavlin36-322/+180
2017-08-01Add NoGC test to coreclrShiming Ge (Pactera Technologies)2-0/+246
2017-04-26Fix and re-enable some GC finalizer tests (#11216)Sean Gillespie1-3/+10
2017-04-22Mark GetGenerationWR2 as GCStressIncompatible across all platforms (#11151)Sean Gillespie1-1/+1
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas73-292/+0
2017-03-01Streamlined MinOpts GC ref tracking. (#9869)Peter Kukol1-2/+9
2017-02-25Revert "Simplified MinOpts GC ref tracking."Jan Kotas1-9/+2
2017-02-23Simplified MinOpts GC ref tracking. (#9231)Peter Kukol1-2/+9
2017-01-11Fix the GC total memory test.Pat Gavlin1-0/+1
2016-12-12Disable GetGenerationWR2 for GCStress on x86Michelle McDaniel1-0/+1
2016-10-12Fail fast on a couple flaky tests to get crash dumps (#7588)Sean Gillespie1-1/+2
2016-08-23Moving GC tests to use uber project.jsonRama Krishnan Raghupathy78-715/+0
2016-06-09Merge pull request #5652 from RussKeldorph/5555Russ Keldorph2-2/+14
2016-06-09Fix WeakReference tests depending on JIT not extending lifetimesRuss Keldorph2-2/+14
2016-06-07Mark KeepAliveRecur as GCStressIncompatibleJarret Shook1-0/+1
2016-05-19Add JitOptimizationSensitive property to GC/API/WeakReference/IsAlive.csproj ...Sejong Oh2-0/+6
2016-05-03Disable two tests under GCStress for #4748 and #4708Sean Gillespie1-1/+1
2016-04-30Mark some GC tests incompatible with GCStressRuss Keldorph5-0/+5
2016-04-04Fix a number of tests that make invalid assumptions about object lifetimes. F...Sean Gillespie5-21/+107
2016-03-09Initial bringup of new set of ported GC tests.Sean Gillespie141-38/+8769
2016-03-02Change all dependency versions to match what was actually restored in the che...Davis Goodin1-14/+14
2016-03-02Use tooling to add Platforms dependencies and imports where necessary.Davis Goodin1-16/+17
2016-03-02Remove all lockfiles from source control.Davis Goodin1-3480/+0
2016-01-27Update license headersdotnet-bot4-8/+12
2015-11-24Update auto-generated project.lock.jsonJan Kotas1-339/+1882
2015-10-18Managed Test Portdotnet-bot8-39/+792
2015-10-15Changes to Test InfrastructureKoundinya Veluri12-0/+1490