summaryrefslogtreecommitdiff
path: root/tests/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-15Manually update the dependencies.props and move S.P.Corelib to use LangVersio...Tanner Gooding18-20/+1
2019-02-14Remove unnecessary ProjectReferences to CoreCLRTestLibrary (#22539)Egor Chesakov259-766/+5
2019-02-14Fix check for memory containment safety. (#22563)Eugene Rozenfeld2-0/+80
2019-02-13Use dependency flow for core-setup and corefx dependencies (#22544)Juan Hoyos10-59/+59
2019-02-12Bug Fix: Calling System.Diagnostics.Tracing.EventPipe.Enable twice asserts #2...José Rivero2-0/+216
2019-02-12Update COM Activator class (#22317)Aaron Robinson29-57/+360
2019-02-11Support building with VS2019 Preview (#22525)Tanner Gooding1-90/+120
2019-02-11Move runincontext to src/toolsRuss Keldorph2-583/+0
2019-02-08Force results of rejected multi-reg-returning tail-call candidates to temp. (...Eugene Rozenfeld2-0/+101
2019-02-07Merge pull request #22435 from echesakovMSFT/TreatCLRTestExecutionArgumentsAs...Egor Chesakov2-8/+8
2019-02-07Fix delegate creation for default interface methods on structs (#22427)Michal Strehovský2-0/+215
2019-02-06Index and Range updates (#22331)Tarek Mahmoud Sayed1-1/+1
2019-02-06Throw an exception when passing strings by-value as out parameters. (#21513)Jeremy Koritzinsky6-4/+24
2019-02-06Treat $(CLRTestExecutionArguments) as an array in BashEgor Chesakov2-8/+8
2019-02-06Add option to run tests in unloadable context (#22332)Jan Vorlicek64-7/+150
2019-02-04Fix marshalling UTF8 string struct member from native to managed. (#22408)Jeremy Koritzinsky2-0/+22
2019-02-03Throw the right exception when interface dispatch is ambiguous (#22295)Michal Strehovský2-4/+10
2019-02-03Use unsigned index extension in muldi-dimensional array stubs (#22376)Jan Kotas2-0/+62
2019-02-03Rename DevDiv_754566.ilprog to DevDiv_754566.ilproj (#22375)Tamás Csala1-1/+1
2019-02-02Propagate preferences (#19429)Carol Eidt2-0/+145
2019-02-01Exclude RecursiveException and MultipleException from GCStress runs. (#22340)Sergey Andreenko2-0/+4
2019-01-31[Arm64/arm32] GCStress failure in tracing/eventsourcetrace/eventsourcetrace/e...José Rivero1-0/+1
2019-01-30Remove run.exe and config.json (#21608)Sven Boemer1-2/+7
2019-01-29To support container scenario, 2 HardLimit configs are added - (#22180)Maoni Stephens1-1/+9
2019-01-28Fix various fgMorphInitBlock issues (#21820)mikedn2-0/+340
2019-01-25this test should not be run under gcstress (#22214)Sergey Andreenko1-0/+1
2019-01-25Remove reflection-based wraper for AssemblyDependencyResolver. (#22195)Jeremy Koritzinsky6-64/+6
2019-01-24Update SSE2 testMike Danes1-1/+1
2019-01-24Fix importer spilling in the presence of assignment side effectsMike Danes2-0/+102
2019-01-24Fix test build warning. (#22168)Eugene Rozenfeld1-0/+3
2019-01-23this test should not be run under gcstress (#22175)Maoni Stephens1-0/+1
2019-01-23Add GC.KeepAlive to keep collectible ALC alive across usage. (#22133)Jeremy Koritzinsky1-0/+1
2019-01-23Disable superpmicollection in r2r jobs until https://github.com/dotnet/corecl...Egor Chesakov1-0/+1
2019-01-23Add unloadability testing tool (#22064)Jan Vorlicek2-0/+583
2019-01-23Fix R2R failure in one of ObjectStackAllocation tests.Eugene Rozenfeld1-2/+5
2019-01-23Fix for JIT\Directed\arglist\vararg test case.Eugene Rozenfeld2-3/+37
2019-01-23Don't redirect stdlib wchar functions to our test platform shims. (#22072)Jeremy Koritzinsky17-101/+84
2019-01-19Update Newtonsoft.Json (#22060)Ben Adams1-1/+1
2019-01-18Fix calling conventions on reverse PInvoke callbacks. (#22044)Jeremy Koritzinsky1-3/+7
2019-01-18Add Per-assembly Load Native Library callbacks (#21555)Swaroop Sridhar5-0/+153
2019-01-18Handle complex constrained calls with default interface methods (#21978)Michal Strehovský2-630/+149
2019-01-18Use correct resolution scope when checking default implementations (#22036)Michal Strehovský4-0/+194
2019-01-17Unify xplatform.h and platformdefines.h (#21389)Jeremy Koritzinsky94-428/+349
2019-01-17Merge pull request #22022 from fiigii/reenabletestCarol Eidt11-0/+1664
2019-01-16Re-enable Avx.PermuteVar testsFei Peng11-0/+1664
2019-01-16Merge pull request #21997 from BruceForstall/FixFpRelativeInstructionsBruce Forstall2-0/+628
2019-01-16 Fix imm-operand encoding for SSE/AVX instructions (#21999)Fei Peng54-2557/+7719
2019-01-16Make JIT\superpmi\superpmicollect compatible with HelixEgor Chesakov3-34/+35
2019-01-15Fix two cases of FP-relative immediate offsets not being checked for encodabi...Bruce Forstall2-0/+628
2019-01-14Large version bubble Support (#21727)Andon Andonov5-2/+148