summaryrefslogtreecommitdiff
path: root/test/files/jvm/scala-concurrent-tck.scala
Commit message (Expand)AuthorAgeFilesLines
* Clean ups in futures based on review by @heathermiller and review by @viktork...phaller2012-04-151-3/+4
* Fix issues with exception handling in futures. Review by @heathermillerphaller2012-04-141-4/+7
* Add tests for future combinators: map, flatMap, filter, collect, foreach, rec...phaller2012-04-041-16/+274
* Remedies Try/Either signature disparity for source compat. w/ AkkaHeather Miller2012-04-031-3/+77
* Work on source compatibility between akka and scala futures.Aleksandar Prokopec2012-03-281-1/+1
* Cleaned up Duration for the standard library.Vojin Jovanovic2012-03-201-1/+1
* Fix race condition in scala-concurrent-tck testPhilipp Haller2012-02-191-1/+1
* Disable execution context and futures implementation in the default package.Aleksandar Prokopec2012-02-161-11/+12
* Migrate akka promises. Changes to some of the interfaces.aleksandar2012-01-131-7/+5
* Port of akka Future implementation in progress.aleksandar2012-01-121-1/+14
* Refactor await calls for awaitable objects to ready and result calls.aleksandar2012-01-121-37/+49
* Make base TCK more uniform with Akka TCKPhilipp Haller2011-12-131-3/+4
* Add test for recover to Akka TCKPhilipp Haller2011-12-131-1/+0
* Force output of exception in assert. Add tests for recover.Philipp Haller2011-12-131-2/+33
* Change promise method signature.aleksandar2011-12-131-1/+1
* Add test cases for blocking. Fix in the failed projection.aleksandar2011-12-131-3/+27
* Rename block->await. Add more tck test cases.aleksandar2011-12-131-8/+87
* Add stubs for future combinator tests.Philipp Haller2011-12-131-1/+67
* Fix default.ExecutionContextImpl.promise. Add promise test.Philipp Haller2011-12-131-1/+24
* Adding the tck test file.aleksandar2011-12-121-0/+166