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
2017-10-31[Mono.Posix] Fix some socket tests on monodroid (#5915)Alexander Köplinger
2017-10-17[Mono.Posix] Use TestHelper code from monodroid repo (#5793)Alexander Köplinger
2017-09-26[Mono.Unix] Fix crasher in StringToHeap (#5639)Marius Ungureanu
2017-07-03[Mono.Posix] Don't use DateTime.Now for measuring elapsed timeAlexander Köplinger
2017-05-27[Mono.Posix] Adding .Net Core 2.0 support. (#4774)Bill Holmes
2017-04-18Remove the use of ExpectedException in Mono.Posix Tests (#4698)Bill Holmes
2017-03-10[corlib][Mono.Posix] Remove NunitHelpers.cs referenceMarek Safar
2016-11-17Fix Mono.Posix tests on WindowsNiklas Therning
2016-11-02[Mono.Posix] Disable Unix-specific tests on WindowsAlexander Köplinger
2016-10-29[bcl] Add NUnitHelper.cs with API not in nunit-liteMarcos Henrich
2016-06-01Xamarin.Android test suite updatesMarek Habersack
2016-03-01Add unit tests for Mono.Unix.UnixEndpoint and Mono.Unix.UnixListenerDavid Lechner
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2016-01-26[Mono.Posix] Fix the SocketTest.ControlMsg() test on OSXSteffen Kieß
2016-01-26[Mono.Posix] Disable new ControlMsg() test that fails on OSX for nowAlexander Köplinger
2016-01-25Merge pull request #2097 from steffen-kiess/posix-sockets-3Jonathan Pryor
2016-01-21[Mono.Posix] Make UnixSignalTest.TestRaiseStorm() more reliableAlexander Köplinger
2016-01-19[Mono.Posix] Add support for sending and receiving socket control messagesSteffen Kieß
2016-01-19[Mono.Posix] Fix OSX build break by checking if accept4() is availableAlexander Köplinger
2016-01-19Merge pull request #2006 from steffen-kiess/posix-sockets-2Jonathan Pryor
2016-01-18[Mono.Posix] Add wrappers for struct sockaddr_*Steffen Kieß
2015-12-02Cleanup in signal.c and related testsAndi McClure
2015-11-10[Mono.Posix] Update incorrect testMarek Safar
2015-09-25[Mono.Posix] Fix signal tests to run on OS X, Android.Jonathan Pryor
2015-09-04Fix another broken test due to OSX oddities.Rodrigo Kumpera
2015-09-03[Mono.Posix] Fix a test to accomodate for OSX's getsockopt implementation.Rodrigo Kumpera
2015-08-27Merge pull request #1993 from steffen-kiess/posix-sockets-1Jonathan Pryor
2015-08-24Add socket-related functions and data structures to Mono.PosixSteffen Kieß
2015-08-18[tests] Disable a Unix signal test on AndroidMarek Habersack
2015-08-13Posix RTS test fixes and Android compatibilityMarek Habersack
2015-07-22[tests] Android 4.4.4 doesn't have signal(2)Marek Habersack
2015-07-22[tests] Fix path used by the test so that it works on Android 4.4.4Marek Habersack
2015-07-22[tests] Disable on Android, getpwnam_r doesn't exist thereMarek Habersack
2015-07-22[tests] Don't assume CWD is writableMarek Habersack
2015-07-22[tests] Nunit syntax helpers don't exist in Xamarin.AndroidMarek Habersack
2015-07-21[test] Fix test on AndroidMarek Habersack
2015-07-21[tests] Disable some tests on Android due to missing APIsMarek Habersack
2015-07-15[tests] Xamarin.Android already has the namespaceMarek Habersack
2015-07-04[Mono.Posix] Special-case UTF-32 in PtrToString. Fixes #31635.Ondřej Hošek
2015-01-17[bcl] Remove more NET_2_0 checks from class libsAlexander Köplinger
2014-03-25Fix the build.Rodrigo Kumpera
2014-03-25[Mono.Posix] Remove profanity from tests.Marius Ungureanu
2014-02-23[Test] Cleaned up how a bunch of tests were ignoredAlexander Köplinger
2013-07-30Fix a Mono.Posix test to avoid failing if readlinkat() is not available.Zoltan Varga
2013-07-28Fix Syscall.readlink() for non-ascii targetsSteffen Kieß
2012-10-23Disable failing tests on the Mac.Martin Baulig
2012-06-01[Mono.Posix] Workaround signal raising behavior.Jonathan Pryor
2012-05-31[Mono.Posix] Fix Group-lookup TestsJonathan Pryor
2012-04-05Add missing assembly references to test targetsMarek Safar
2011-04-06Remove obsolete nunit syntax from tests except for Assertion usage.Atsushi Eno