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
2019-08-09[build] Remove PLATFORM_CORLIB from platform MakefilesAlexander Köplinger
2019-07-26[wasm] Remove assemblies we don't want to distributeMarek Safar
2019-06-03Create THIRD-PARTY-NOTICES.TXTRich Lander
2019-05-23[bcl] Remove usages of mono-project.com/go-mono.com/google.com in tests (#14586)Alexander Köplinger
2019-05-21Removing some remoting and multi-appdomain APIs on wasm and the AOT test prof...Martin Baulig
2019-04-10Add conditionals allowing some calenders to be disabled. (#13730)Martin Baulig
2019-03-27[tests] Remove MONOMAC ifdef from BCL tests (#13694)Alexander Köplinger
2019-02-27[ci] Add new mode of execution for nunit tests on Android (#13098)Ludovic Henry
2018-11-28[interp] Enable System.Data tests on fullaotinterp (#11798)Vlad Brezae
2018-09-27[System.Data] Switch tests to use embedded test resourcesAlexander Köplinger
2018-04-12CoreFX updateMarek Safar
2018-01-22Fix watchos tests for system.data (#6600)Egor Bogatov
2017-11-06[mcs make] introduce TEST_RUNTIME_FLAGS, analogously to TEST_RUNTIME vs. RUNTIMEBernhard Urban
2017-10-25[System.Data] Cleanup after #4893 (PR) (#5841)Egor Bogatov
2017-10-19[System.Data] move to corefx (#4893)Egor Bogatov
2017-08-22[bcl] Remove unused left over .args filesAlexander Köplinger
2017-05-09[System.Data] Update cas test categoryMarek Safar
2017-04-19[corlib/System.Data] Test fixes for xammac 4.5 and watchosAlexander Köplinger
2017-04-19[System.Data] Call SqlConnection.ClearAllPools() only when we had a connectionAlexander Köplinger
2017-04-07Make sure .sources files end with newlineAlexander Köplinger
2017-04-05[System.Data] Fix Azure SQL specific issues (ProviderTests) (#4622)Egor Bogatov
2017-03-24[System.Data] Update tests for mobile profilesMarek Safar
2017-03-23[System.Data] Fixes tests build with mobile profilesMarek Safar
2017-03-22[System.Data] Integration tests (#4538)Egor Bogatov
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-29[bcl] Replace deprecated usage of Assertion class and Is.InstanceOfType usages.Marcos Henrich
2016-10-29[bcl] Add NUnitHelper.cs with API not in nunit-liteMarcos Henrich
2016-10-29[bcl] Add patching of nunit-lite-console.exe.config fileAlexander Köplinger
2016-10-03[System*] Throw a PlatformNotSupported exception when using the managed netwo...Rolf Bjarne Kvinge
2016-09-20Fixes line ending issues in System.Data testsNiklas Therning
2016-08-23[mcs] Remove NET_4_5 ifdef from the source filesAlexander Köplinger
2016-07-06Merge pull request #3091 from alexanderkyte/mobile_static_fix_mcs_testsAlexander Köplinger
2016-07-05[bcl] Fix a random failure in a DataView test which happened because DataView...Zoltan Varga
2016-07-03[mobile_static] Blacklist app domain creation testAlexander Kyte
2016-06-07[mobile_status] Fix nullable type ambiguity that nunit-lite complains aboutAlexander Kyte
2016-06-07[mobile_static] Remove uses of deprecated Assertion.cs nunit helper.Alexander Kyte
2016-01-29Remove ChangeLog references from Makefile and .gitattributeAlexander Köplinger
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2015-11-25[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedT...Rolf Bjarne Kvinge
2015-07-26[bcl] Remove NET_4_0 defines from class libsAlexander Köplinger
2015-05-20[bcl] Mobile profiles fixesMarek Safar
2015-05-13[system.xml] Serialization from reference sources for desktopMarek Safar
2015-05-09[system.data] Fix culture specific testMarek Safar
2015-05-07[system.data] SqlConnectionStringBuilder from reference sources. Fixes #29823Marek Safar
2015-05-06[bcl] Mobile profiles fixesMarek Safar
2015-03-25[Sys.Data] fix data adapter tests. ByteFx.Data and Npgsql are gone.Atsushi Eno
2015-03-25[Sys.Data] reuse our SqlClient implementation.Atsushi Eno
2015-03-25[Sys.Data] there are many tests that were unverified on .NET. Fix them.Atsushi Eno
2015-03-25[Sys.Data] Fix bogus tests: DataRelation cannot be created for non-dataset cols.Atsushi Eno