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-02Address PR feedbackStephen Toub
2017-08-02Add perf tests project for System.Runtime.NumericsStephen Toub
2017-08-02Fix perf regressions in BigIntegerStephen Toub
2017-08-02Add Span-based APIs to BigIntegerStephen Toub
2017-07-26Updating cases of `IsInfinity || IsNaN` to be `!IsFinite`.Tanner Gooding
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-15Cross framework serialization finish up (#20870)Viktor Hofer
2017-06-09Fixes System.Runtime.Numerics tests compilation (#20813)Marek Safar
2017-06-08Manually build mscorlib shim to allow for internal type forwards & Adding Typ...Wes Haggard
2017-05-25Numerics serialization (#20222)Morgan Brown
2017-05-23Test attributes cleanup for Uap now that Uap flag includes UapAot (#20108)Santiago Fernandez Madero
2017-05-17Merge pull request #19842 from ericstj/incrementVersionsGaurav Khanna
2017-05-17Scale back [Serializable] CoreFX types (#19742)Morgan Brown
2017-05-17Increment versions post 2.0Eric St. John
2017-05-15Fix a bunch of random test failures on ILC (#19758)Atsushi Kanamori
2017-05-15Enable most corefx tests for Bash on WindowsJason Lin
2017-04-28Add more "Legacy" test cases for Complex classEric Mellino
2017-04-26Re-enable all Complex tests on 32-bit Windows.Eric Mellino
2017-04-24Fix System.Runtime.Numerics.Tests on UWPAOT (#18844)Atsushi Kanamori
2017-04-12Disable two sets of performance tests.Eric Mellino
2017-04-12Reduce memory usage of BigInteger's LargeValueLogTests. (#18239)Eric Mellino
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-03-28Further reduce peak memory usage in the System.Runtime.Numerics tests (#17571)Eric Mellino
2017-03-26Remove shared state from MyBigIntAxel Heer
2017-03-25Merge pull request #17501 from mellinoe/fix-divrem-testsEric Mellino
2017-03-25Disable assembly-level parallelization of the System.Runtime.Numerics tests.Eric Mellino
2017-03-23Fixing the Complex.FromPolarCoordinates test to work with the new behavior.Tanner Gooding
2017-03-23Disable failing MathF and Complex testsStephen Toub
2017-03-16Merge pull request #17170 from mellinoe/complex-tests-netcoreappStephen Toub
2017-03-16Move two Complex tests out of netfx test caseEric Mellino
2017-03-15Whitespace style fixes.David Wright
2017-03-14Style nits correctedDavid Wright
2017-03-14Address comments. Handle very small imaginary parts.David Wright
2017-03-14Implement Hull and Tang Asin and ACosDavid Wright
2017-03-14Use nameof in a few more MemberDatas (#17102)Stephen Toub
2017-03-13Update System.Runtime.Numerics VS configurationsEric Mellino
2017-03-13Re-enable System.Runtime.Numerics tests outside Windows.Eric Mellino
2017-03-08Cleanup disabled tests missing correct issue numbers (#16756)Jiayi Li
2017-03-03Update to new Microsoft.xunit.netcore.extensions version (#16591)Santiago Fernandez Madero
2017-02-18Remove dead string resources (#16284)Dan Moseley
2017-02-16Remove all .builds files under pkg/ref/src/tests library foldersWes Haggard
2017-02-15Marking code as unchecked (pt 8) (#16117)Dennis "D.C." Dietrich
2017-02-13Marking code as unchecked (pt 7) (#16079)Dennis "D.C." Dietrich
2017-02-13Merge pull request #15592 from jamesqo/bigintStephen Toub
2017-02-11Marking code as unchecked (pt 6) (#16048)Dennis "D.C." Dietrich
2017-02-08Merge pull request #15835 from dcwuser/complextrig1Eric Mellino
2017-02-08Prepare uap package (#15866)Jose Perez Rodriguez
2017-02-08Addressed reviewer requests on comments.David Wright