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-11-04[ServiceModel.Web] Fix test by adding WebHttpBehavior to WebChannelFactory en...Alexander Köplinger
2017-08-31[bcl] Fix a few hardcoded socket ports in tests (#5471)Alexander Köplinger
2017-01-11Mono BCL test fixes so XM can run them (#4210)Chris Hamons
2016-11-24Rename the mobile_static profile to aot_onlyAlexander Köplinger
2016-10-04Fix two test failures in the FullAOT Jenkins jobAlexander Köplinger
2016-03-05[System/ServiceModel] Fix more hardcoded test portsAlexander Köplinger
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2016-01-06Merge pull request #2174 from stukselbax/masterAlex Rønne Petersen
2015-10-31[System.ServiceModel.Web] Move System.Runtime.Serialization.Json tests into S...Alexander Köplinger
2015-10-26Make "https" scheme only when Transport security mode is ONstukselbax
2015-09-23Add new test for Bug 15028, it is fixed by our migration to reference sourceMiguel de Icaza
2015-07-26[bcl] Remove NET_4_0 defines from class libsAlexander Köplinger
2015-06-22[S.R.Serialization] fix default value comparison.Atsushi Eno
2015-06-13[tests] Avoid "Address already in use"Marcin Cieslak
2015-05-16Add tests for #3811Miguel de Icaza
2015-04-24[WCF] fix JSON deserialization test that didn't match .NET behavior.Atsushi Eno
2015-04-24[WCF] fixed a couple of DateTime related tests that also failed on .NET IN JST.Atsushi Eno
2015-04-24[WCF] mark JsonReader tests that proves referencesource bugs as [Ignore]d.Atsushi Eno
2015-04-24[S.R.Serialization] change all NotDotNet Json reader tests to [Ignore].Atsushi Eno
2015-04-24[S.R.Serialization] add Json reader/writer interpreters.Atsushi Eno
2015-03-25Update failing testMarek Safar
2015-03-05[System.ServiceModel.Web/WebMessageFormatter] Fix OperationContracts with voi...Miguel de Icaza
2015-01-31Fix to UriTemplate.Match to properly handle query parameters without a value....Dave Curylo
2015-01-16[bcl] Fix the serialization of string arrays to IEnumerable<string> in the Js...Zoltan Varga
2015-01-16[System.ServiceModel.Web] Update failing testMarek Safar
2014-10-08[tests] Add tests for Bug #23058 and polymorphism/known types in DataContract...Alexis Christoforides
2014-09-25Merge pull request #1309 from esdrubal/jsonMarek Safar
2014-09-25Test Json deserialization of a floating-point number as object.Marcos Henrich
2014-09-25Test Rss20ItemFormatter.ReadFrom Guid. Covers 23262.Marcos Henrich
2014-06-18[System.ServiceModel] Changed test port from 8080 to 30158Alexander Köplinger
2014-05-27[System.ServiceModel.Web] Fix issue with types explicitly implementing IDicti...Sebastien Pouliot
2014-04-16[Fix] DataContractJsonSerializer fails serializing/deserializing collectionsAntoine Cailliau
2014-03-18[System.ServiceModel.Web] Fix JsonQueryStringConverter.ConvertValueToString t...Sebastien Pouliot
2014-03-04[System.ServiceModel.Web] Fix regression when converting strings using some (...Sebastien Pouliot
2014-01-14[test] Disable a test for XI (only) as it does not support dynamic proxy code...Sebastien Pouliot
2014-01-10fix bug #11335.Atsushi Eno
2013-10-03Support deserializing relative Uris. Fixes #15169.Jonathan Pryor
2013-08-05Fix bug #13485: retrieve private fields and properties in serialization.Atsushi Eno
2013-07-24Allow running System.ServiceModel.Web unit tests on the MOBILE profiles (usin...Sebastien Pouliot
2013-07-23Atom10FeedFormatter should generate subtitle tag for Description propertyLinquize
2012-11-16Add a test for UriTemplate.MatchAntonius Riha
2012-10-23Disable failing tests on the Mac.Martin Baulig
2012-08-10add QueryStringConverter String <-> EnumEnrico Sada
2012-05-01Fix UriTemplate.Match to work with escaped urisDave Ferguson
2012-02-14Fix Bug #658, allowing uri templates with no text preceding a wildcard.Peter Johanson
2012-01-05[System.ServiceModel.Web] Support `null` as value for `DateTime?` field.Jonathan Pryor
2011-11-24Extend JsonSerializerReader to support nullables and parse a wider range of D...Miguel de Icaza
2011-09-14Update copyrightsMiguel de Icaza
2011-08-24Skip serialization when the return type is void.Atsushi Eno
2011-08-24When there was no path parameter, it ignored the whole path part.Atsushi Eno