2011-11-10  Jérémie Laval  <jeremie.laval@gmail.com>

	Add missing Task_T_Test file

2011-11-07  Jérémie Laval  <jeremie.laval@gmail.com>

	Import TPL unit test from master

2011-09-19  Jérémie Laval  <jeremie.laval@gmail.com>

	Fix for #892

2011-09-13  Jérémie Laval  <jeremie.laval@gmail.com>

	Add missing files.

2011-09-11  Jérémie Laval  <jeremie.laval@gmail.com>

	Backport System.Threading.Tasks from master to mono-2-10

2011-08-28  Jérémie Laval  <jeremie.laval@gmail.com>

	Check that CancellationToken coming from
	OperationCanceledException isn't None. Fix #472.

2011-08-20  Jérémie Laval  <jeremie.laval@gmail.com>

	Throw when a non-finished task is started

2011-08-05  Jérémie Laval  <jeremie.laval@gmail.com>

	Fix for #162

2011-07-27  Jérémie Laval  <jeremie.laval@gmail.com>

	Same test for TaskCompletionSource

2011-07-27  Jérémie Laval  <jeremie.laval@gmail.com>

	Ensure that Task is in a correct initial state before starting it
	for real

2011-07-27  Jérémie Laval  <jeremie.laval@gmail.com>

	Test that futures throw Exception through Result property when
	they are Faulted

2011-07-27  Jérémie Laval  <jeremie.laval@gmail.com>

	Add testcase to ensure unobserved exception on Task are correctly
	propagated

2011-03-21  Jérémie Laval  <jeremie.laval@gmail.com>

	Revert fcbb5717c18ff8393f2300a254bb13e6fab9c7e4 and implement it
	differently.

	The commit had the good idea but since some values of the
	enumeration overlap it broke the correct behavior. Instead we now
	turn off the extra options and use the previous way to check.

2011-02-15  Jérémie Laval  <jeremie.laval@gmail.com>

	Implement TaskFactory.FromAsync

2011-01-13  Jérémie Laval  <jeremie.laval@gmail.com>

	Fix continuation not being scheduled because of too early and too
	greedy disposing.

2011-01-07  Jérémie Laval  <jeremie.laval@gmail.com>

	Remove now unused internal classes

2011-01-06  Jérémie Laval  <jeremie.laval@gmail.com>

	Add unit test for nested Parallel.For execution

2011-01-05  Jérémie Laval  <jeremie.laval@gmail.com>

	Ensure task wait chain isn't executed out of order in scheduler

2011-01-04  Jérémie Laval  <jeremie.laval@gmail.com>

	Use proper pattern for executing synchronous Task

2010-12-03  Jérémie Laval  <jeremie.laval@gmail.com>

	Fixicate some unit test

2010-12-03  Jérémie Laval  <jeremie.laval@gmail.com>

	[Task] Slight tweak of WaitAny unit test

2010-11-02  Jérémie Laval  <jeremie.laval@gmail.com>

	Use Task helper methods in TaskCompletionSource instead of manual
	setting, allow continuation flow to happen smoothly and task
	status to be set accordingly.

2010-08-27  Jérémie Laval  <jeremie.laval@gmail.com>

	Increase the number of repeated run in stress test.

2010-08-27  Jérémie Laval  <jeremie.laval@gmail.com>

	Change the way continuation delegates are stored and processed in
	Task. Fix random the random hangs.

2010-08-19  Jérémie Laval  <jeremie.laval@gmail.com>

	Update Task unit tests to reflect behavior change with
	cancellation

2010-03-02  Jérémie Laval  <jeremie.laval@gmail.com>

	* TaskFactoryTest.cs: Add TaskFactoryTests
	* TaskTest.cs: Re-enable TastTest

2010-02-23 Rodrigo Kumpera  <rkumpera@novell.com>

	* TaskTest.cs: Disable this since it deadlock corlib suite 100% of the times.

2010-02-02  Jérémie Laval  <jeremie.laval@gmail.com>

	* FutureTests.cs:
	* ParallelTestHelper.cs:
	* ParallelTests.cs:
	* SnziTests.cs:
	* TaskCompletionSourceTests.cs:
	* TaskTest.cs: Update namespace and tested methods

2009-07-30  Jérémie Laval  <jeremie.laval@gmail.com>

	* FutureTests.cs:
	* TasksTests: Add ParallelFx unit tests for
	System.Threading.Tasks namespace
