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 (Expand)Author
2016-10-29[System.Xml/System.ServiceModel/Dataflow] Use more specific type in assertAlexander Köplinger
2016-10-29[bcl] Add NUnitHelper.cs with API not in nunit-liteMarcos Henrich
2016-09-04[Dataflow] Bump timeouts in TransformBlockTest.DeferredUsageAlexander Köplinger
2015-11-16[System.Threading.Tasks.Dataflow] Replace implementation with CoreFx versionAlexander Köplinger
2015-11-12[Dataflow] Fix flaky tests by bumping timeoutsAlexander Köplinger
2015-10-26[tests] Increase timeout before failingLudovic Henry
2015-03-08[Dataflow] Disable flaky FaultExecutingConsume () testAlexander Köplinger
2014-12-03[bcl] Remove all uses of Thread.Volatile{Read,Write}.Alex Rønne Petersen
2013-05-30Improve the reliability and error reporting of the TPL Dataflow test suite.Rodrigo Kumpera
2012-08-20Fixed race condition in race condition testPetr Onderka
2012-08-20Correctly implemented Choose()Petr Onderka
2012-08-20Fixed completion of PropagatorWrapperBlockPetr Onderka
2012-08-20Some tests need more timePetr Onderka
2012-08-20Work around issue with old NUnit and comparing collectionsPetr Onderka
2012-08-20Don't cancel unstarted Tasks on cancellationPetr Onderka
2012-08-20Fixed unit test to work with old NUnitPetr Onderka
2012-08-20Handle consumeToAccept with MaxNumberOfGroups correctlyPetr Onderka
2012-08-20Store multiple exceptions in Completion correctlyPetr Onderka
2012-08-20Added test for MaxMessages with BroadcastBlockPetr Onderka
2012-08-20consumeToAccept shouldn't reservePetr Onderka
2012-08-20Make sure cancellation behaves the same as faulting wrt output queuePetr Onderka
2012-08-20Implemented execution block ctors for async actionsPetr Onderka
2012-08-20Implemented NullTarget()Petr Onderka
2012-08-20Fixed race condition in OfferMessage()Petr Onderka
2012-08-20Forgot to use AssertExPetr Onderka
2012-08-20Check for null target in ConsumeMessage()Petr Onderka
2012-08-20Only reserved can be consumed after faultPetr Onderka
2012-08-20Implemented OutputAvailableAsync()Petr Onderka
2012-08-20Implemented LinkTo() with predicatePetr Onderka
2012-08-20Fixed sending from WriteOnceBlockPetr Onderka
2012-08-20Fixed sending from BroadcastBlockPetr Onderka
2012-08-20Corrected Receive() and ReceiveAsync()Petr Onderka
2012-08-20Valid header can't have id 0Petr Onderka
2012-08-20Implemented SendAsync()Petr Onderka
2012-08-20Release postponed messages after Complete()Petr Onderka
2012-08-20Handle completion correctly in Receive()Petr Onderka
2012-08-20Verify arguments in public methodsPetr Onderka
2012-08-20Negative header ids should be validPetr Onderka
2012-08-20Made tests compatible with NUnit 2.4Petr Onderka
2012-08-20Added support for MaxNumberOfGroupsPetr Onderka
2012-08-20Fixed completion of JoinTargetsPetr Onderka
2012-08-20No need to use .Net 4.5-specific methodsPetr Onderka
2012-08-20Fixed tests, so that they work under MS .NetPetr Onderka
2012-08-20Fixed bug in unit testPetr Onderka
2012-08-20Fixed non-greedy blocks with BoundedCapacityPetr Onderka
2012-08-20Test TriggerBatch() when the block is emptyPetr Onderka
2012-08-20Added support for GreedyPetr Onderka
2012-08-20Added support for PropagateCompletionPetr Onderka
2012-08-20Added support for MaxMessagesPetr Onderka
2012-08-20Fixed bug in unit testPetr Onderka