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-06-01Enable mandelbrot-7 (#69915)Fan Yang
2022-06-01Temporarily disable tailcall_d / do on Windows arm with #70042 (#70043)Tomáš Rylek
2022-05-28[wasm] Disable runtime test failing due to stack overflow (#69863)Ankit Jain
2022-05-24Disable test with the correct path (#69693)Fan Yang
2022-05-23Add IL Emit support for MethodInfo.Invoke() and friends (#69575)Steve Harter
2022-05-20[RyuJIT] Emit shlx, sarx, shrx on x64 (#67182)Julie Lee
2022-05-19Adding Int128 and UInt128 with a base software implementation (#69204)Tanner Gooding
2022-05-19Disable nativeruntimeeventsource test on unix arm and arm64 (#69510)John Salem
2022-05-15Revert "Add IL Emit support for MethodInfo.Invoke() and friends" (#69373)Jan Kotas
2022-05-14Do not fold mismatched `OBJ(ADDR(LCL_VAR))` (#69271)SingleAccretion
2022-05-12Disable HardwareIntrinsics NotSupported test on arm64 (#69241)Jakob Botsch Nielsen
2022-05-12Disable k-nucleotide-9 in llvmfullaot (#69173)Jakob Botsch Nielsen
2022-05-11"[QUIC] Adopted msquic generated interop (#68288)" attempt no 2 (#69009)Marie Píchová
2022-05-09Add IL Emit support for MethodInfo.Invoke() and friends (#67917)Steve Harter
2022-05-07Move away from exposing internal EventPipe wait handle to EventPipeEventDispa...Johan Lorensson
2022-05-06Disabled k-nucleotide test on mono. (#68910)Nathan Ricci
2022-04-27Fix Missing Metadata for ThreadPool Event (#67150)John Salem
2022-04-19Consistently use forward slashes in test exclusion lists (#68215)Tomáš Rylek
2022-04-18Support ByRefLike types as Generic parameters (#67783)Aaron Robinson
2022-04-15[mono] Fix MissingMethodException on calling methods with pointer arrays on g...Elinor Fung
2022-04-14Block the test Runtime_56953 on Windows Arm32 with #67870 (#67978)Tomáš Rylek
2022-04-09Always run CopyAllNativeProjectReferenceBinaries (#67718)Tomáš Rylek
2022-04-07Various fixes for merged test runners on Mono (#67665)Jeremy Koritzinsky
2022-04-04Disable some interop tests on Win-ARM32 (#67553)Aaron Robinson
2022-04-02Disable GitHub_35821 on arm64 (#67472)Bruce Forstall
2022-04-01[mono] Fix static virtual calls to generic methods from gshared code (#66739)Vlad Brezae
2022-04-01Re-baseline Pri-0 tests with NativeAOT (#67412)Michal Strehovský
2022-03-31Disable test45929 for win-arm64 (#67363)Bruce Forstall
2022-03-29Account for renamed Pri-0 tests (#67278)Michal Strehovský
2022-03-25Deduplicate project files with the same name in different folders (#64841)Tomáš Rylek
2022-03-25Disable multimodule test (#67137)Michal Strehovský
2022-03-25Exclude throwinnestedtrycatch_il_r from Arm runs (#67122)Kunal Pathak
2022-03-24CoreCLR runtime tests on Mono Windows x64. (#64281)Johan Lorensson
2022-03-23[mono][interp] Enable some tests (#66947)Vlad Brezae
2022-03-19Fix too narrow loads while unspilling (#66675)Jakob Botsch Nielsen
2022-03-18Disable Windows arm32 pinvoke stress tests (#66790)Jakob Botsch Nielsen
2022-03-16Enable some ARM32 tests (#66553)Jakob Botsch Nielsen
2022-03-15Disable eventpipe test on OSX/x64 (#66606)Bruce Forstall
2022-03-09Fix some exception messages for BindHandle-like cases (#66326)Koundinya Veluri
2022-03-08Add MultiModule test to issues.targets (#66289)Michal Strehovský
2022-03-08Disable failing bindhandleinvalid tests (#66303)Bruce Forstall
2022-03-04[tests] Add MonoApi runtime tests (#65221)Aleksey Kliger (λgeek)
2022-03-02[tests][eventpipe] Port over Dotnet/Diagnostics to enable eventpipe tests on ...Mitchell Hwang
2022-02-23JIT: Faster vector == Vector128.Zero on arm64 (#65632)Egor Bogatov
2022-02-18Fix Vector256.IsHardwareAccelerated in R2R binaries (#65351)David Wrighton
2022-02-15Disable multiple tests failing in R2R-CG2 legs (#65227)Egor Chesakov
2022-02-14[tests][mobile] Enable diagnostic_tracing for iOS runtime tests (#64952)Mitchell Hwang
2022-02-14Keep information about CSE defs on assignment nodes (#64896)Jakob Botsch Nielsen
2022-02-10[tests][mobile] Enable diagnostic_tracing for mobile runtime tests (#60879)Mitchell Hwang
2022-02-09Initial roll out of !! (#64720)Stephen Toub