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-10-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-10-13Switch WaitNamedPipe and CreateNamedPipeClient invocation ordering. (#24616)Jiri Appl
2017-10-06Use CancellationTokenRegistration.Token in PipeCompletionSourceStephen Toub
2017-10-04[UWP]allow all security flags on named pipe client (#24414)Paulo Janotti
2017-09-30Avoid deadlock on NamedPipeTest.Specific on UWP (#24348)Paulo Janotti
2017-09-29Revert "Conditionally run namedPipes tests in uap if windows version contains...Paulo Janotti
2017-09-29Avoid blocking ThreadPool threads in cancelable NamedPipe*Stream.ReadAsync on...Stephen Toub
2017-09-28Conditionally run namedPipes tests in uap if windows version contains fix (#2...Jose Perez Rodriguez
2017-09-28[WIP] Removing CreateFileW from UWP (#24297)Paulo Janotti
2017-09-14Override PipeStream.Read/WriteAsync(Memory)Stephen Toub
2017-09-11Rename IsWinRT to IsInAppContainer (#23935)Dan Moseley
2017-09-06Enable detecting Red Hat distors in PlatformDetection (#23775)Tarek Mahmoud Sayed
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-09Override Span-based methods on PipeStream (#23055)Stephen Toub
2017-07-17Merge pull request #22273 from joperezr/PipesJose Perez Rodriguez
2017-07-17Move NamedPipe tests to use Local prefixJose Perez Rodriguez
2017-07-11Revert "Have the uap version of RemoteExecutorTestBase.RemoteInvoke wait in a...Santiago Fernandez Madero
2017-07-10Have the uap version of RemoteExecutorTestBase.RemoteInvoke wait in a… (#21...Koundinya Veluri
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-28Convert Assert.Throws<ArgumentException> to AssertExtensions (#21491)Hugh Bellamy
2017-06-26Disable Pipes, Threading, and String tests for UAP (#21543)Dan Moseley
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-23Fix System.IO.Pipes.Tests for Uap (#21419)Santiago Fernandez Madero
2017-06-15Update Pinvoke baselines to match latest modernapis.xml entries (#21028)Dan Moseley
2017-06-14Enable UAP Remote Execution for all tests (#21014)Tarek Mahmoud Sayed
2017-06-05Skipping performance test that hangs on Unix.José Rivero
2017-05-26Merge pull request #20322 from ericstj/updateConfigurationsEric StJohn
2017-05-26Update buildtools and extensions and do tests cleanup for new attributes beha...Santiago Fernandez Madero
2017-05-25Remove help VS commentsEric St. John
2017-05-17Increment versions post 2.0Eric St. John
2017-05-15Enable most corefx tests for Bash on WindowsJason Lin
2017-05-13Fix Pipes tests to workaround desktop SafeHandle finalization bugStephen Toub
2017-05-10Remove unneeded Serializable attributes (#19577)Morgan Brown
2017-05-09Disable desktop tests (#19522)Santiago Fernandez Madero
2017-05-05Dsiable failed test for issue 18546.FAREAST\v-lijiay
2017-04-28DIsable some tests failing on netfxIan Hays
2017-04-26Merge pull request #18696 from sepidehMS/ChangeExpectedExceptionPipeStreamTestIan Hays
2017-04-25Unblock S.IO.Ports and S.IO.Pipes on Aot. (#18928)Atsushi Kanamori
2017-04-21Fix exceptional behavior of unexpected pipe cancellation in core to match des...Stephen Toub
2017-04-21Change pipe test behavior to match desktopStephen Toub
2017-04-21Revert "Fix exception thrown from PipeStream for unexpected cancellation"Stephen Toub
2017-04-21Fix expected exception for PipeStream test on netfxsepidehMS
2017-04-19Fix exception thrown from PipeStream for unexpected cancellationStephen Toub
2017-04-18Update project configurationsEric St. John
2017-04-18Bulk updates of tests for AssertExtensions (#18491)Daniel Harvey
2017-04-14Remove unnecessary pinvoke suppressionsdanmosemsft
2017-04-14Run one iteration of performance tests in Outerloop runs (#18243)Eric Mellino
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-03-31Fold or rename *.netstandard.cs files (#17697)Alex Perovich
2017-03-29Add a better PNSE message in System.IO.PipesStephen Toub