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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-07Use new Mono CI docker images for Linux (#20880)Jo Shields
2021-05-04Azure Pipelines Windows CI (#20879)Jo Shields
2021-02-20Adding an ARM64 lane, running on docker in a private pool (#20849)Jo Shields
2019-12-04[Wasm] Enable system nunit tests on ci (#17716)Maxim Lipnin
2019-12-02Disable ConnectFailAsync test on AIX (#17975)Calvin Buckley
2019-09-26 BeginConnect complete to early when not using callback. (#17035)Johan Lorensson
2019-09-10[wasm] test cleanup (#15727)Larry Ewing
2019-08-01Fix `Socket.ConnectAsync(SocketAsyncEventArgs)` behavior. (#15947)Martin Baulig
2019-05-29[System] Fix MultiCastOptionTest on WatchOSAlexander Köplinger
2019-05-23[bcl] Remove usages of mono-project.com/go-mono.com/google.com in tests (#14586)Alexander Köplinger
2019-03-01Cancel sync IO on Windows when aborting thread. (#13173)Johan Lorensson
2019-02-22[System] Bump SocketTest.TestSelect1 socket timeout to 1ms (#13152)Vincent Dondain
2019-02-15NS2.1: System.IO, System.Reflection.Emit, etc (#12854)Egor Bogatov
2018-11-29[System] Refactor tests to use system-assigned ports whenever possible. (#11829)Rolf Bjarne Kvinge
2018-04-20[System.Net] do not use Thread for SocketTest.TestSelect1 (#8364)Bernhard Urban
2018-03-09[System] Disable SocketTest.AcceptBlockingStatusAlexander Köplinger
2018-01-18Add CI to WebAssembly. This is PR based on top of # Only the top 3 commits ma...Rodrigo Kumpera
2018-01-05Fix a race condition in TcpListenerTest caused by sockets' accept queue not f...Katelyn Gadd
2017-11-14[bcl] bringing back InetAccess test categoryJonathan Peppers
2017-10-18[System.Net] Tweak tests for watchOSBernhard Urban
2017-08-31[bcl] Fix a few hardcoded socket ports in tests (#5471)Alexander Köplinger
2017-08-25[System] Disable SocketTest.SendAsyncFile for now (#5447)Alexander Köplinger
2017-07-15[bcl] Remove the ValueAdd and InetAccess NUnit categories (#2212)Alexander Köplinger
2017-07-08Add new version of SocketTest.ConnectedProperty that works on all platforms. ...bug5162Katelyn Gadd
2017-04-19Fix RemoteEndpoint with async+DualMode (#4717)Mikayla Hutchinson
2017-02-23[System] Tweak socket testMarek Safar
2017-02-22[System] Test fix for watchMarek Safar
2017-02-16[socket] Add EPROTOTYPE error case (#4391)Ludovic Henry
2017-02-01[System] Disable SocketTest.ConnectedProperty on testing_aot_full for nowAlexander Köplinger
2017-01-25Fixing tests that asume IPV4 when first adapter is IPV6Henric Müller
2016-12-09[System] Add new testMarek Safar
2016-10-17[System] More Socket methods from referencesourceMarek Safar
2016-10-14[System] Use mono specific payload type for EndAccept of TCPListenerMarek Safar
2016-10-13[System] SocketAsyncEventArgs::Dispose does not free any managed resources. F...Marek Safar
2016-10-12[System] More Socket types from referencesourceMarek Safar
2016-10-11[corlib] Fix UdpClient tests on watchosAlexander Köplinger
2016-10-10[System] Enable more testsMarek Safar
2016-10-03[System*] Throw a PlatformNotSupported exception when using the managed netwo...Rolf Bjarne Kvinge
2016-09-29[System] Fix tests that regressed in e6536dd.Rolf Bjarne Kvinge
2016-09-28[System] Reduce duration of SendGenericExceedBuffer testMarek Safar
2016-09-28[System]: Make Test/System.Net.Sockets compile.Martin Baulig
2016-09-27[System*] Throw a PlatformNotSupported exception when using the networking st...Rolf Bjarne Kvinge
2016-09-26[System] Fixes SendGenericExceedBuffer testMarek Safar
2016-09-21Returning during Send in case of error. Splitting send and receive into sepa...Dave Curylo
2016-09-21Send all data to a socket before exit from Socket.Send.Dave Curylo
2016-09-02Not reusing sockets in dual mode testsHenric Müller
2016-07-26[System*] Add category for tests that use API that require BSD sockets.Rolf Bjarne Kvinge
2016-06-27[System] Test Unhandled Ex on ConnectAsyncMarcos Henrich
2016-06-08[System] Make SocketAsyncTest.SendAsync give more helpful failures.Alex Rønne Petersen
2016-06-01[System] Fixes socket async exception.Marcos Henrich