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 (Collapse)Author
2018-01-03Bump corefx (#6119)Marek Safar
2017-12-20[System.Core] Use corefx System.Linq tests (~25k tests) (#5515)Egor Bogatov
2017-12-14[corlib] rename NotWorkingInterpreter and InterpreterNotWorking categories ↵Bernhard Urban
(#6225)
2017-11-26[msvc] Update csproj files (#6100)monojenkins
2017-11-24[bcl] Build some assemblies with -warnaserror (#5295)Alexander Köplinger
* [bcl] Build some assemblies with -warnaserror This ensures that we keep the build warning free. We'll only opt-in a few assemblies that already have zero warnings. We also only apply this when using csc as mcs might raise different warnings. For now just opt-in assemblies in the net_4_x profile.
2017-11-23[tests] Adjust ifdefs to get the expected behavior for Xamarin.Mac/Modern ↵Rolf Bjarne Kvinge
tests. (#6086)
2017-11-13[msvc] Update csproj files (#5995)monojenkins
2017-10-27[build] Add wasm profileMarek Safar
2017-10-19[System.Core] Remove duplicated test classes (#5829)Alexander Köplinger
These tests classes are already included in the corlib test assembly. Having them duplicated in System.Core causes issues in XA because both test assemblies are in the same process. To solve this we introduce abstract *TestBase classes that we can share between the test assemblies and only mark the concrete test class implementations with [TestFixture]
2017-10-17[monodroid] Enable a number of tests (#5799)Marek Habersack
Just over a year ago Xamarin.Android switched to running BCL tests straight from the Mono sources but at the time we decided we didn't want to enable a number of "new" tests (in the sense - never previously ran on XA) to avoid introducing new failures in time which required focusing on more important goals. Currently, Xamarin.Android no longer uses Mono **sources** to build its tests but, rather, it uses test **assemblies** built by Mono. This commit restores the previously excluded tests in preparation for full BCL test coverage in the near future.
2017-08-16netstandard dependant facades update after 2.0 release (#5371)Marek Safar
2017-08-11[bcl] Clean up FRAMEWORK_VERSION 4.0 and 2.0 checks (#5356)Alexander Köplinger
We don't build those profiles anymore, we have a net_4_x configuration instead.
2017-08-07[msvc] Update csproj filesAlexander Köplinger
2017-07-24XMLDSIG transforms from .NET Core.Vladimir Kazakov
2017-06-28[build] Add a new profileMarek Safar
2017-06-26[System.Core] Implement MemoryMappedFile.OpenExistingMarius Ungureanu
Reuse the existing icall infrastructure to give the same handle back. This PR implements all OpenExisting methods (with the access rights parameter discarded) and the SafeHandle property. In the runtime, we don't check the capacity parameter if we try to open a mmap file, and we fallthrough the handle refcount case.
2017-05-16Fixes a file handle leak in mono_mmap_open_file() on Windows. SeeNiklas Therning
https://bugzilla.xamarin.com/show_bug.cgi?id=56493.
2017-05-15[msvc] Update csproj files (#4846)monojenkins
2017-04-25[msvc] Update csproj filesmonojenkins
2017-04-25Bump corefxMarek Safar
2017-04-18[msvc] Update csproj files (#4711)monojenkins
2017-04-14[msvc] Update csproj files (#4696)monojenkins
2017-04-13[System.Core][System.ComponentModel.DataAnnotations] Update stringsMarek Safar
2017-04-04[System.Core] Linker friendly test updateMarek Safar
2017-04-04[System.Core] Remove duplicate filesMarek Safar
2017-03-29Bump corefxMarek Safar
2017-03-24[bcl] Add a finalizer to MemoryMappedFile.Zoltan Varga
2017-03-21[System.Core] Update mobile testMarek Safar
2017-03-20[msvc] Update csproj filesmonojenkins
2017-03-20System.Security.Cryptography.X509Certificates enums from .NET Core.Vladimir Kazakov
TrustStatus and X509SelectionFlag are missing from .NET Core (https://github.com/dotnet/corefx/issues/17194), hence TrustStatus was taken from .NET Framework and X509SelectionFlag was left untouched.
2017-03-16[System.Core] Rename method parameters to match .NET contractAlexander Köplinger
2017-03-05[msvc] Update csproj files (#4474)monojenkins
2017-03-03[System.Core] Collections from corefxMarek Safar
2017-02-21[msvc] Update csproj filesmonojenkins
2017-02-20Bump corefxMarek Safar
2017-02-01[msvc] Update csproj files (#4315)monojenkins
2017-02-01Bump corefxMarek Safar
2017-01-28[build] Use multiple inputs in profiled aotMarek Safar
2017-01-23[build] Add new profileMarek Safar
2017-01-10[msvc] Update csproj files (#4221)monojenkins
2017-01-05[msvc] Update csproj files (#4204)monojenkins
2017-01-05[System.Core] Fix infinite loop in csproj-local targetAlexander Köplinger
This was introduced in 9d5de96b0f21b3602e7489c8d63c8db3034228fe since we would now call the csproj-local target without `intermediate` being set which results in an infinite loop. Overriding the target doesn't seem to be necessary anymore, so remove it.
2016-12-22[bcl] Clean up old run-test.bat and *.csproj filesAlexander Köplinger
They .bat files haven't been used for a long time and don't work anymore. The csproj files for the facades have a different name now.
2016-12-21Merge pull request #4187 from rolfbjarne/dynamic-method-iosMarek Safar
[test] DynamicMethod isn't available on iOS.
2016-12-21Renamed profile to winaot (#4190)Henric Müller
2016-12-21[test] Use FULL_AOT_RUNTIME instead of MONOTOUCH.Rolf Bjarne Kvinge
2016-12-21Merge pull request #4159 from akoeplinger/aot-only-renameAlexander Köplinger
[bcl] Rename aot_only profile to testing_aot_full, aot_hybrid to testing_aot_hybrid
2016-12-21[test] DynamicMethod isn't available on iOS.Rolf Bjarne Kvinge
2016-12-21[System.Core] LINQ from corefxMarek Safar
2016-12-20[bcl] Rename aot_hybrid profile to testing_aot_hybridAlexander Köplinger