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
2019-05-23[bcl] Remove usages of mono-project.com/go-mono.com/google.com in tests (#14586)Alexander Köplinger
Use example.com and example.org instead. Fixes https://github.com/mono/mono/issues/14585 Note that not all of the things I replaced make an actual network request but I thought it'd be nice to be consistent.
2018-11-28[interp] Enable System.Xml tests (#11791)Vlad Brezae
* [tests] Change timezone so it doesn't fail on UTC+2 systems Change to remote UTC-1 * [interp] Enable System.XML tests
2018-09-27[System.XML] Switch tests to use embedded test resourcesAlexander Köplinger
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-19XmlReaderSettings.EnableLegacyXmlSettings should always be false on mono. ↵Egor Bogatov
Fixes bug-60621 (#6014)
2017-11-15[runtime] Add Dedup Support to MkBundle (#5484)Alexander Kyte
* [runtime] Fix mkbundle compilation on OSX * [runtime] Add aot arguments to mkbundle * [runtime] Enable compiling aot with mkbundle * [runtime] Add new dedup interface to mkbundle * [runtime] Fix path resolving for mkbundle * [runtime] Use mkbundle in BCL tests * [runtime] Skip building System.Security, System.IdentityModel tests on testing_aot_full * [runtime] Fix in-tree building for mkbundle * [runtime] Move testing dll into profile * [runtime] Add target to mkbundle all tests before CI * [runtime] Build stripper and use with mkbundle Preliminary linker support ran into dependency-finding bug with the monolinker.exe binary. Fix postponed until later. * [runtime] Skip not supported tests with mkbundle * [runtime] Don't re-aot when running BCL tests * [runtime] Provide config to mkbundle * [runtime] Fix mkbundle internationalization test results, build all * [runtime] Clean up temp mkbundle aot directory * [runtime] Add mkbundle support for dedup * [runtime] Fix tracking of dedup module in mkbundle * [runtime] Document mkbundle AOT options in man pages * [runtime] Fix CADMessage generic method argument marshalling
2017-08-31Revert "Merge pull request #5330 from alexanderkyte/dedup_mkbundle"Alexander Köplinger
This reverts commit 9a287c04126d095e7371afee32632febd0dafd93, reversing changes made to 4a79280b3bef8d5f15da9ddd2a2af3a03e194b03. It breaks tons of tests.
2017-08-30[runtime] Skip not supported tests with mkbundleAlexander Kyte
2017-05-09[bcl] Cleanup outdated csproj/sln files (#4806)Alexander Köplinger
They were either replaced by the autogenerated csproj files or just completely broken for years.
2017-01-28[bcl] Update tests that failed when .cs file contained CRLFAlexander Köplinger
Most of them used multiline C# string literals which means they contained the line ending character of the file. Updated to make the tests resilient to having CRLF instead of LF. Some of the mcs tests used a checksum to compare files, ensured those are checked out using LF.
2017-01-20[bcl] Rename FEATURE_MONO_CAS to MONO_FEATURE_CASAlexander Köplinger
To be consistent with the other MONO_FEATURE_* defines.
2017-01-11Mono BCL test fixes so XM can run them (#4210)Chris Hamons
2016-10-29[System.Xml/System.ServiceModel/Dataflow] Use more specific type in assertAlexander Köplinger
Apparently nunitlite is more strict here so we need to allow subclasses as well and test for the more specific type.
2016-08-23[mcs] Remove NET_4_5 ifdef from the source filesAlexander Köplinger
It is always set in all profiles that we support so we can remove it.
2016-06-16[bcl] Make mono cas opt-in features instead of opt-out for mobile profilesMarek Safar
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
They weren't updated in the last 6 years and aren't helpful anymore (e.g. by causing unrelated matches during git grep searches).
2015-07-25[build] Fix a few Makefiles to correctly use net_4_x instead of net_4_5Alexander Köplinger
2015-05-22[system.xml] Check different results under disabled casMarek Safar
2015-03-02First step to import referencesource System.Xml.Atsushi Eno
It is not simply replacement because we have to workaround dynamic codegen for Xamarin.iOS. Also there were several tests failing with MS implementation (e.g. for W3C DOM conformance), so we had to disable them. There is one regression that rather needs to be fixed in Reflection.Emit. Also, some WCF tests fail with this implementation. They need to be investigated, reviewed and appropriately fixed.
2015-02-05Merge pull request #1541 from alexrp/mcs-build-cleanupAlex Rønne Petersen
Clean up mcs build system
2015-02-04[system.xml] Disable failing test, requires reference source implementationMarek Safar
2015-02-03Remove obsolete profiles and profile checks from the build system.Alex Rønne Petersen
* Removed all old profiles from VALID_PROFILE checks. * Removed most logic under checks like ifeq (net_2_0), $(PROFILE)) as it is dead code now that those old profiles are gone. * Simplified the list of assemblies in mcs/class/Makefile now that we only have one profile. * LIBRARY_NEEDS_POSTPROCESSING has been removed as it was only used by old 1.x assemblies that no longer exist. * Build logic that sets MONO_PATH now points to mcs/class/lib/net_4_5 instead of mcs/class/lib/net_2_0.
2015-01-27Unit test for reproduction of XmlReader.ReadToNextSibling behaviourAlistair Bush
2015-01-21[bcl] Remove ONLY_1_1 defines from class libsAlexander Köplinger
This is not used anymore.
2015-01-17[bcl] Remove more NET_2_0 checks from class libsAlexander Köplinger
2014-10-31[xml] XmlDocument.ReadNode() should not special case XmlTextReader.Atsushi Eno
Added test case that proves this change (by baulig).
2014-10-24[xml] XmlTextReader: Value was wrong after ReadAttributeValue() on xml ↵Atsushi Eno
declaration.
2014-09-04Cleanup namespace names of class lib tests to follow conventionAlexander Köplinger
A couple of the test suites didn't follow the MonoTests.<namespace of class under test> naming convention for the namespace.
2014-08-08[Cleanup] Removed JavaEE csproj and sln filesAlexander Köplinger
They were once part of a special Java target profile, but this is no longer used today.
2014-02-13Merge pull request #835 from HorstKakuschke/masterMiguel de Icaza
Fixes Xamarin Bug 16742: XmlConvert.ToDateTime(string, XmlDateTimeSeria...
2014-02-11[system.xml] Support more primitive types in XmlReader::ReadContentAsMarek Safar
2014-01-19Fix very sticky typo in numerous placesAndrés G. Aragoneses
2013-12-17Additional tests for Xamarin Bug 16742 + style enhancementsHorst Kakuschke
2013-12-11Fixes Xamarin Bug 16742: XmlConvert.ToDateTime(string, ↵Horst Kakuschke
XmlDateTimeSerializationMode) throws index out of bounds exception Fix for bug + added tests for method XmlConvert.ToDateTime(string, XmlDateTimeSerializationMode)
2013-03-19Do not assume the unit tests can write in the application directory (e.g. ↵Sebastien Pouliot
iOS devices). Use the temporary directory and open files in read-only
2013-03-01Revert "Fix object::GetType when remoting is enabled."Rodrigo Kumpera
This reverts commit 93e2d1dc48339be472300910e9290939ee253177.
2013-03-01Fix object::GetType when remoting is enabled.Rodrigo Kumpera
2013-03-01Tests update for mobile profileMarek Safar
2012-08-08- XmlConvert.ToString to TimeSpan incorrectly returns T suffix even if Time ↵Sergey Bogdanov
was not set (0h 0m 0s)
2012-06-06Make XmlWriterSettingsTests .net compatibleMarek Safar
2012-06-06XmlResolver.GetEntityAsync().Martin Baulig
* The default implementation throws NotImplementedException. * Added nunit tests.
2012-06-03Add .NET 4.5 async methods to XmlReader and XmlWriter.Martin Baulig
2012-05-03Fix XmlTextWriter's use of NewLineHandling.Richard Kettlewell
- Move the setting of newline_handling early enough that Initialize() can see it. - Reduce the set of characters that trigger the slow path for attribute values for the NewLineHandling.None case. - Rewrite the handling of \t, \r and \n to match the MS docs (which match the observed behavior of their implementation) - Add some tests.
2012-03-08bugfix #3231 - when XmlWriterSettings specifies Indent, some ↵Atsushi Eno
WriteWhitespace() is ignored.
2012-01-19Fix bug 998 - in XmlResolver.ResolveUri(), make some policy change on "how ↵Atsushi Eno
to determine a string as an absolute URI. It's a bit difficult decision, as the "relative URI" could be any path string that contain colons as a *valid* path (especially on *nix land). We historically did allow such string that contain "http:" etc. as to be treated as absolute (which historically worked long time). But this test case uncovered possible other cases. Hopefully this does not bring issues that is pretty much anticipated. Such issues could also happen in older code anyways.
2011-04-28Extend supported XmlDateTimeSerialization formats. Fixed bug #690475.Atsushi Eno
2011-03-09Auto detect BOM-less utf-16 and utf-32. Fixed bug #674580.Atsushi Eno
2011-03-08Remove wrong buffer size check in XmlTextReader.ReadChrs().Atsushi Eno
2011-03-07XmlReader.ReadToNextSibling() saved wrong Depth and failed to proceed.Atsushi Eno
Fixed bug #676020.
2011-01-31Do not return DocumentFragment from AppendChild() etc. Fixed bug #666249.Atsushi Eno