summaryrefslogtreecommitdiff
path: root/tests/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-17Add reflection roots for tests calling CreateInstance() (#10242)Swaroop Sridhar32-16/+96
2017-03-17Merge pull request #10192 from AndyAyersMS/InterfaceDevirtAndy Ayers10-0/+451
2017-03-16Add some test casesAndy Ayers10-0/+451
2017-03-16Update CoreClr to beta-25116-01 (#10163)dotnet bot2-6/+6
2017-03-16Merge pull request #10214 from pgavlin/TimeoutCrashDumpsPat Gavlin3-0/+156
2017-03-16Take crash dumps for timed-out tests.Pat Gavlin3-0/+156
2017-03-16Delete mscorlib facade (#10157)Jan Kotas7-6/+10
2017-03-16Hide types which are now public in corefx (#10142)Rahul Kumar39-319/+319
2017-03-15Merge pull request #9876 from sdmaclea/PR-ARM64-ForeignThreadExceptionsNativeRahul Kumar2-5/+0
2017-03-15Add support for Multiqueing jobs in Helixwtgodbe2-2/+4
2017-03-15Merge pull request #10166 from alpencolt/ryu-arm-arr-testsBruce Forstall19-0/+608
2017-03-15Add support for testing via ILLINKSwaroop Sridhar18-31/+156
2017-03-15Added Array tests to CodeGenBringUpTestsAlexander Soldatov19-0/+608
2017-03-14Do not wait on std{out,err} when a test times out.Pat Gavlin1-9/+13
2017-03-14Update CoreClr, CoreFx to beta-25113-03, beta-25114-01, respectivelydotnet-bot10-22/+22
2017-03-13Merge pull request #10074 from wtgodbe/ProjectJsonWilliam Godbe4251-16097/+844
2017-03-13Pick up new CoreFX packages and abandon old oneswtgodbe4251-16097/+844
2017-03-13Merge pull request #10072 from pgavlin/gh10022Pat Gavlin1-0/+3
2017-03-13Add 3PN entry (#10146)Rich Lander1-0/+28
2017-03-13Update CoreClr to beta-25113-01dotnet-bot2-6/+6
2017-03-11Update License and add 3PN notices (#10117)Rich Lander2-0/+87
2017-03-11Update CoreClr to beta-25111-03dotnet-bot2-6/+6
2017-03-10Update CoreClr, CoreFx to beta-25110-03, beta-25110-02, respectivelydotnet-bot14-26/+26
2017-03-09Fix some cross-thread memory accesses in a JIT test.Pat Gavlin1-0/+3
2017-03-09Update CoreClr to beta-25109-03dotnet-bot2-6/+6
2017-03-09Update CoreClr, CoreFx to beta-25109-01, beta-25109-03, respectivelydotnet-bot14-26/+26
2017-03-08Update to buildtools version 1.0.27-prerelease-01407-02, and enable creating ...chcosta1-1/+1
2017-03-08Revise Interop TC Calling Convention (#10014)Jonghyun Park10-191/+205
2017-03-08Update CoreClr, CoreFx to beta-25108-04, beta-25108-02, respectivelydotnet-bot14-26/+26
2017-03-08[x86/Linux] Calling convention mismatch inside Vector3Interop tests (#10028)Jonghyun Park1-7/+13
2017-03-08[x86/Linux] Calling convention mismatch inside systemvbrinup test (#10029)Jonghyun Park1-70/+78
2017-03-06Harden resolveVirtualMethod against invalid types (#9989)Andy Ayers2-0/+96
2017-03-05Add 3PN for GCBench (#9971)Rich Lander1-0/+18
2017-03-05Add 3PN entry for Livermore Loops coded in C (#9972)Rich Lander1-0/+17
2017-03-05Add 3PN for Burgers equation (#9966)Rich Lander2-1/+36
2017-03-05JIT: change codgen for dup to not lose type informationAndy Ayers2-0/+113
2017-03-03Merge pull request #9942 from dotnet-bot/master-UpdateDependenciesGaurav Khanna2-6/+6
2017-03-03Merge pull request #9773 from mikedn/user-range-checkJoseph Tremoulet2-0/+205
2017-03-03Add 3PN entries (#9943)Rich Lander18-60/+92
2017-03-03Update CoreClr to beta-25103-03dotnet-bot2-6/+6
2017-03-03Add tests for (uint)i < (uint)a.len generated assertionsMike Danes2-0/+205
2017-03-03Merge pull request #9934 from dotnet-bot/master-UpdateDependenciesGaurav Khanna2-6/+6
2017-03-03Fix license header for test (GitHub_1323) (#9931)Andrey Akinshin1-3/+0
2017-03-03Update CoreClr to beta-25103-02dotnet-bot2-6/+6
2017-03-02Update CoreClr to beta-25103-01 (#9927)dotnet bot2-6/+6
2017-03-02Update CoreClr to beta-25102-03dotnet-bot2-6/+6
2017-03-02Update CoreClr to beta-25102-02dotnet-bot2-6/+6
2017-03-01Temporarily disabling SpanBench tests that use indexer setter. (#9896)Ahson Ahmed Khan1-8/+8
2017-03-01Preallocate jump stubs for dynamic methods (#9883)Koundinya Veluri2-0/+157
2017-03-01Adding Span API perf tests for comparison with arrays and to monitor progress...Ahson Ahmed Khan2-316/+843