Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-09Disable test GetEnumerator_LinqOverDictionaryEntries_Success() for full frame...Jiayi Li
2017-08-04IsPathFullyQualified() Tests, public API (#22795)Stephanie Niu
2017-08-04Add Read/Write(Span) overrides to BufferedStream (#22948)Stephen Toub
2017-08-04Use new WinRT APIs for SpecialFolders (#22664)Jeremy Kuhne
2017-08-03Dump remote exceptiondanmosemsft
2017-08-02Remove unused NonSerializable attributes from non serializable types (#22862)Viktor Hofer
2017-08-02Add Stream and {Unmanaged}MemoryStream Span-based APIs (#22654)Stephen Toub
2017-07-25Tests for not calling AssemblyResolve event for CoreLib resources (#22552)Koundinya Veluri
2017-07-22Update UAP pinvoke baselines (#22516)Paulo Janotti
2017-07-20Update buildtools and UAP runners version to merge resources into pri file fo...Santiago Fernandez Madero
2017-07-20Remove ActiveIssue(21358) on WhiteSpace changes (#22449)Nina Chikanov
2017-07-19Tweak path related tests (#22407)Jeremy Kuhne
2017-07-18Update tests for pending whitespace trimming changes (#22341)Nina Chikanov
2017-07-17Wire up FirstChanceException (#22330)Daniel Harvey
2017-07-12Remove NtQuerySystemInformation from Uap (#21957)Sepideh Khoshnood
2017-07-12Remove unnecessary char[] allocation from StreamReader (#22147)Stephen Toub
2017-07-11Reenable AppDomain test on ILC (#22102)Atsushi Kanamori
2017-07-06Fixed BufferedStream.ReadByteSlow() to correctly set _readPos (#1)Adam
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-30Re-enable one System.Runtime.Extensions Evironment_Exit test and fix it for U...Santiago Fernandez Madero
2017-06-29Fixed System.Runtime.Extensions uap/uapaot/netfx tests (combined with Viktor'...Krzysztof Wicher
2017-06-28Convert Assert.Throws<ArgumentException> to AssertExtensions (#21491)Hugh Bellamy
2017-06-28Correctly handle empty strings in params of RemoteExecutorTestBase (#21196)Hugh Bellamy
2017-06-27Fix GetEnvironmentVariable test for UAPAOT (#21601)Dan Moseley
2017-06-26Various UAP test fixes (#21527)Dan Moseley
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-23Fix System.Runtime.Extensions tests for uap (#21412)Dan Moseley
2017-06-21Disable User and Machine environment api tests inside appcontainers. (#21268)Atsushi Kanamori
2017-06-20Add Corefx.Private.Test.Utilities solution (#21254)Hugh Bellamy
2017-06-15Reenable Environment.GetCommandLineArgs() tests on ILC. (#21086)Atsushi Kanamori
2017-06-15Update Pinvoke baselines to match latest modernapis.xml entries (#21028)Dan Moseley
2017-06-15Cross framework serialization finish up (#20870)Viktor Hofer
2017-06-14Enable UAP Remote Execution for all tests (#21014)Tarek Mahmoud Sayed
2017-06-12Make the EnvironmentVariables tests work on UAP. (#20935)Atsushi Kanamori
2017-06-09Fix #19909 and reactivate tests on ILC. (#20830)Atsushi Kanamori
2017-06-08Manually build mscorlib shim to allow for internal type forwards & Adding Typ...Wes Haggard
2017-06-03apply review feedback, fix typoKrzysztof Wicher
2017-06-03Hardcode Environment.UserName and Environment.UserDomainName on UAPKrzysztof Wicher
2017-06-01Perf: Environment.GetEnvironmentVariables() (#20569)Atsushi Kanamori
2017-05-31ActiveIssue remaining tests in SRE and Glob tests.Atsushi Kanamori
2017-05-31ActiveIssue the GetCommandLineArgs tests on ILC.Atsushi Kanamori
2017-05-30ActiveIssue'd System.Runtime.Extensions test failures on ILC.Atsushi Kanamori
2017-05-26Merge pull request #20322 from ericstj/updateConfigurationsEric StJohn
2017-05-26Update build configurationsEric St. John
2017-05-25ISerializable cleanup (#20220)Morgan Brown
2017-05-24Fix .sln to what VS wants to rewrite it to. (#20257)Atsushi Kanamori
2017-05-22Merge pull request #19232 from mazong1123/fix-18776Wes Haggard
2017-05-22Add support for running VoidMainWithExitCodeApp on .NET FrameworkWes Haggard
2017-05-22Add runtimeconfig for VoidMethodWithExitCodeApp test exeWes Haggard