summaryrefslogtreecommitdiff
path: root/tests/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-27Remove BuildTestsAgainstPackages logicRuss Keldorph1-1/+1
2019-02-26Move Thread to shared CoreLib (#22744)Filip Navara1-1/+1
2019-02-26GCC compatibility fixes #7 (#22810)Sinan Kaya1-1/+9
2019-02-25Add the coreclr blob feed as a restore source for test builds. (#22839)Jeremy Koritzinsky1-15/+0
2019-02-25Fix and re-enable some finalizer tests (#22771)Andy Ayers5-0/+10
2019-02-23Removed erroneous use of 'PROCESSOR_ARCHITECTURE' Enviroment variable (#22743)John6-20/+15
2019-02-23fix BSWAP16 intrinsic handling of signed values (#22666)Clinton Ingram1-24/+62
2019-02-22Change Environment.Version to return product version (#22664)Jan Kotas2-0/+74
2019-02-22Disable IJW tests on Windows 7. (#22779)Jeremy Koritzinsky3-1/+9
2019-02-22More GNUC Fixes (#22687)Sinan Kaya14-21/+116
2019-02-22Disable tests that fail to build under 3.0.0-preview3 (#22774)Jarret Shook3-0/+10
2019-02-21Support COM events (#22721)Aaron Robinson20-32/+697
2019-02-21Enable the HWIntrinsic extension methods and remove the instance implementati...Tanner Gooding186-1893/+2524
2019-02-20Fix dblarray tests and reenable for arm32 (#22718)Andy Ayers4-48/+99
2019-02-19Fixing extension method overload resolution for some S.R.I.Vector methods (#2...Tanner Gooding1-12/+12
2019-02-19Optimize Vector128/256<T>.Get/WithElement (#22353)Fei Peng3-0/+276
2019-02-18Adjust gc stress compatibility settings for two tests (#22633)Andy Ayers2-1/+1
2019-02-18Use correct version for Microsoft.NETCore.Platforms (#22683)Jan Kotas5-5/+5
2019-02-18Fix constrained call corner cases (#22464)Michal Strehovský9-10/+605
2019-02-17Fix the build of Loader/NativeLib test (#22648)Swaroop Sridhar3-4/+8
2019-02-15[master] Update dependencies from dotnet/corefx (#22595)dotnet-maestro[bot]251-1107/+1107
2019-02-15JIT: modify how jit determines when to update a type (#22618)Andy Ayers6-0/+163
2019-02-15Delete references to System.Memory package that does not exist anymore (#22626)Jan Kotas3-7/+1
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