summaryrefslogtreecommitdiff
path: root/tests/src/JIT/CodeGenBringUpTests/LocallocLarge.cs
AgeCommit message (Collapse)AuthorFilesLines
2016-01-27Update license headersdotnet-bot1-2/+3
2015-11-05Reduce number of threads used by the LocallocLarge testAndy Ayers1-1/+1
This test used to create ~3000 threads. Reduce that to ~300 while we sort out what is behind #1966.
2015-04-30Add a test that triggers stack probing.Andy Ayers1-0/+72
This test exercises the JIT's ability to probe the stack on windows for dynamic allocation. It uses multiple threads and a two-stage allocation pattern to try and hit various boundary cases.