summaryrefslogtreecommitdiff
path: root/test/files/jvm/scala-concurrent-tck.scala
Commit message (Expand)AuthorAgeFilesLines
* Improves the test cases for the scala-concurrent-tckViktor Klang2016-05-131-0/+31
* Remove further references to forkjoinJason Zaugg2015-07-151-1/+1
* Add missing canonical combinators:Viktor Klang2014-10-201-0/+124
* Merge commit '7d74884' into merge-2.10.x-to-masterJason Zaugg2013-12-061-2/+2
|\
| * SI-6913 Fixing semantics of Future fallbackTo to be according to docsHeather Miller2013-12-051-2/+2
* | SI-7958 Deprecate methods `future` and `promise` in the `scala.concurrent` pa...Philipp Haller2013-11-121-58/+58
* | Cull extraneous whitespace.Paul Phillips2013-09-181-31/+31
|/
* Refactoring to the scala-concurrent-tck.scalaViktor Klang2013-06-191-409/+153
* Fix SI-6932 by enabling linearization of callback execution for the internal...Viktor Klang2013-01-211-0/+7
* move Duration (incl. DSL) into scala.concurrent.duration packageRoland2012-09-191-1/+1
* improve docs and Promise implRoland2012-09-111-8/+1
* fix usage of Duration in Promise implRoland2012-09-101-0/+34
* Fix test for ExecutionContext.preparephaller2012-08-081-1/+1
* SI-6185 - add "prepare" hook to ExecutionContextphaller2012-08-051-0/+61
* Basing Futures on Try instead of EitherHeather Miller2012-08-041-85/+6
* SIP-14 - Fix critical Java compatibility issue in scala.concurrent.Awaitphaller2012-07-201-1/+10
* Critical bugfixes/leak fixes/API corrections + ScalaDoc for SIP-14Viktor Klang2012-07-191-10/+10
* Collection of updates to SIP-14 (scala.concurrent)Havoc Pennington2012-07-091-47/+112
* SI-5981, SI-5979, SI-5973 Closed. Maintenance to Try.Heather Miller2012-07-051-78/+78
* Move implicit ExecutionContext to be determined by lexical scopephaller2012-05-241-0/+121
* SIP-14: clean ups and fixesphaller2012-05-171-10/+86
* 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