Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-08Revert "Enable inlining P/Invokes into try blocks with no catch or filter cla...Noah Falk
2022-08-05Disambiguate calli thunks based on full calling conventions (#73359)Jan Kotas
2022-08-04Enable inlining P/Invokes into try blocks with no catch or filter clauses (#7...Jeremy Koritzinsky
2022-08-02Fix typos (#73122)Adeel Mujahid
2022-07-30Implement test checking whether CET is active (#71509)Tomáš Rylek
2022-07-24Fix typos (#72709)Adeel Mujahid
2022-07-17Fix typos (#72314)Adeel Mujahid
2022-06-22Add exception interop test for validating native exception interop on Windows...Jeremy Koritzinsky
2022-06-18Harden for null byrefs (#70317)Aaron Robinson
2022-05-23Fix typos (#69537)Adeel Mujahid
2022-05-07CoreRT to NativeAOT renames (#68950)Jan Kotas
2022-04-28Delete .NET Framework ildasm headers from test sources (#68614)Jan Kotas
2022-04-02Infra fixes for bugs uncovered by testing of the JIT/Methodical merged tests ...Tomáš Rylek
2022-03-21Clear gcServer envvar before running the scenario (#66907)Adeel Mujahid
2022-03-09Fix some exception messages for BindHandle-like cases (#66326)Koundinya Veluri
2022-03-05Use CMakeProjectReference instead of ProjectReference (#66202)Aaron Robinson
2022-02-15Fix stack overflow tests to accept 800703E9 exit code too (#65331)Jan Vorlicek
2021-12-15IL cleanup - remove .module and make .assembly match source name (#62812)Tomáš Rylek
2021-12-07Ensure all types are loaded when methods are accessed as function pointers (#...Aaron Robinson
2021-11-23Environment variable should override property for gcServer. (#61950)Aaron Robinson
2021-11-22Fix a few special cases of projects with command line arguments (#61758)Tomáš Rylek
2021-11-17Add [Fact] attributes to all remaining ilproj tests (#61625)Tomáš Rylek
2021-11-12Remove explicit '.exe' extension from assembly names in ilproj tests (#61479)Tomáš Rylek
2021-11-11Explicitly mark tests with CLRTestKind=SharedLibrary (#61235)Tomáš Rylek
2021-11-09Delete unused test projects (#61348)Elinor Fung
2021-11-06Use the Xunit assert library instead of CoreCLRTestLibrary for most asserts (...Jeremy Koritzinsky
2021-11-03Deduplicate runtime tests using the class name 'Test' (#61125)Tomáš Rylek
2021-10-28Remove some redundant threading tests, move some cases to libraries tests (#5...Koundinya Veluri
2021-10-22Simplify runtime test projects (#60724)Bruce Forstall
2021-09-18Fix x86 linux tests build and run (#57244)t-mustafin
2021-09-13Remove too-short a timeout for a GCStress test (#57245)Koundinya Veluri
2021-09-10Remove unused test libraries in baseservices/threading (#58668)Elinor Fung
2021-08-09MonitorEnter test needs to handle the case of the threadpool cleaning up othe...David Wrighton
2021-08-09Do not run crossgen2 under GC stress in tests (#56949)Anton Lapounov
2021-07-21Convert the last crossgen tests to use crossgen2 (#56061)David Wrighton
2021-06-22Disable failing test BasicTestWithMcj under GCStress (#54566)Bruce Forstall
2021-06-11[interp] Fix loading of ThreadStatic value types (#53391)Vlad Brezae
2021-06-09exclude crossgen from build. (#53458)Manish Godse
2021-06-02Fix assertion failure / crash in multi-core JIT (#53573)Koundinya Veluri
2021-05-19Use OperatingSystem APIs instead of RuntimeInformation in more places (#52548)Alexander Köplinger
2021-04-26Fix SYSLIB obsoletion warnings in tests (#51847)Jeff Handley
2021-04-15Modify test OOMException01 and enable test OOMException01 (#51280)ws77.cho
2021-04-07Disable failing test for GCStress. (#50828)Aaron Robinson
2021-04-03Remove duplicate WaitHandle tests from src/tests (#50677)Aaron Robinson
2021-04-03Reenable readytorun/coreroot_determinism since referenced issues are closed. ...Aaron Robinson
2021-04-02Disable stackoverflowtester under gcstress (#50617)Bruce Forstall
2021-03-26remove repetitions ';' (#50236)kronic
2021-02-10[RyuJIT] Implement Interlocked.And and Interlocked.Or for arm64-v8.1 (#46253)Egor Bogatov
2021-01-11Add recursion / thread interaction guard in LogInfoForFatalError (#46561)Tomáš Rylek
2020-10-28Make runtime tests run with Android (#42683)Fan Yang