summaryrefslogtreecommitdiff
path: root/tests/src/GC
AgeCommit message (Expand)AuthorFilesLines
2016-05-04Merge pull request #4757 from swgillespie/gcstress-disable-testsSean Gillespie2-1/+2
2016-05-03Merge pull request #4721 from swgillespie/gcsimulatorSean Gillespie435-0/+22032
2016-05-03Disable two tests under GCStress for #4748 and #4708Sean Gillespie2-1/+2
2016-05-03GCSimulator test runSean Gillespie435-0/+22032
2016-04-30Mark some GC tests incompatible with GCStressRuss Keldorph6-1/+9
2016-04-28Fix a typo in GCMetrics that provides the wrong generation's statisticsSean Gillespie1-1/+1
2016-04-23Merge pull request #4533 from ramarag/GC_StressRama krishnan Raghupathy4-17/+19
2016-04-23Fixing GC stress test layout and Creating a Sanity Run for itRama Krishnan Raghupathy4-17/+19
2016-04-22Update the GC Performance test framework since the deprecation of DNXSean Gillespie7-124/+193
2016-04-14Updating BuildToolsJose Perez Rodriguez6-0/+54
2016-04-11Create Long-running GC test job for the CISean Gillespie13-229/+11
2016-04-08Remove a test that doesn't provide much value, fails in parallel test environ...Sean Gillespie3-409/+0
2016-04-04Fix a number of tests that make invalid assumptions about object lifetimes. F...Sean Gillespie16-691/+188
2016-04-02Merge pull request #4051 from sejongoh/fix_singlinkgen_testSejong Oh1-4/+15
2016-04-01Enabling Helix perf test runs for CoreCLRDeepak Shankargouda1-1/+1
2016-04-01Fix singlinkgen test.Sejong Oh1-4/+15
2016-03-14Delete bad testsJan Kotas3-248/+0
2016-03-11Merge pull request #3252 from mjp41/masterSean Gillespie1-314/+225
2016-03-10Addressing code review feedback.Matthew Parkinson1-17/+15
2016-03-10Fix the centralized GC test project.jsons and other new project.jsons from me...Davis Goodin2-31/+34
2016-03-10Add System.Threading.Thread to tests to restore missing types.Davis Goodin4-8/+11
2016-03-10Update dependencies on packages that don't exist.Davis Goodin4-4/+4
2016-03-10Add working validation rules for xunit packages and apply them.Davis Goodin1-1/+1
2016-03-10Update all versions to validate.Davis Goodin4-48/+48
2016-03-09Initial bringup of new set of ported GC tests.Sean Gillespie468-517/+32812
2016-03-08Changed to a left leaning red black tree implementationMatthew Parkinson1-310/+220
2016-03-02Change all dependency versions to match what was actually restored in the che...Davis Goodin20-280/+280
2016-03-02Use tooling to add Platforms dependencies and imports where necessary.Davis Goodin20-312/+335
2016-03-02Remove all lockfiles from source control.Davis Goodin20-70184/+0
2016-02-26Fix license header for test filesSean Gillespie11-22/+44
2016-02-19Fixed parent pointers becoming corruptMatthew Parkinson1-0/+3
2016-02-02Fix finalizer testKoundinya Veluri1-2/+10
2016-01-27Merge pull request #2885 from dotnet-bot/from-tfsJan Kotas4-0/+3612
2016-01-27Update license headersdotnet-bot71-150/+221
2016-01-27Don't run finalizers on shutdown, provide Unloading eventdotnet-bot4-0/+3612
2016-01-12Merge pull request #2625 from swgillespie/volatile_gc_perf_testsSean Gillespie2-73/+2
2016-01-12Remove volatile GC perf tests from the main run to provide more stable result...Sean Gillespie2-73/+2
2016-01-12Set locked to true in project.lock.jsonAndy Ayers2-2/+2
2015-12-09initial commit of GC performance test frameworkSean Gillespie34-0/+13551
2015-11-24Update auto-generated project.lock.jsonJan Kotas17-5763/+31994
2015-11-17Merge pull request #2064 from akoeplinger/failcount-zeroJan Kotas1-1/+1
2015-11-17Merge pull request #2067 from akoeplinger/fix-overflow-gcstressJan Kotas1-1/+1
2015-11-16Fix OverflowException in b115557.cs GC test on systems with fewer than four p...Alexander Köplinger1-1/+1
2015-11-16Use InvariantCulture for parsing float arguments in GC stress testsAlexander Köplinger2-7/+7
2015-11-16Don't print the "Some tests failed" message when _failCount is 0Alexander Köplinger1-1/+1
2015-10-29Make GC stress tests cross platformLudovic Henry4-14/+20
2015-10-18Managed Test Portdotnet-bot54-1332/+13472
2015-10-15Changes to Test InfrastructureKoundinya Veluri170-2165/+26569
2015-09-02Package updates and fixesMatt Mitchell2-593/+799
2015-07-09Move CoreCLR to the modern build tools and dnxMatt Mitchell10-64/+2116