summaryrefslogtreecommitdiff
path: root/test/files/jvm/concurrent-future.scala
Commit message (Collapse)AuthorAgeFilesLines
* Disabling failing tests.Paul Phillips2012-04-121-122/+0
| | | | | | | | | | I turn them over to the responsible parties. Iulian knows about the deadlock test; for philipp I presume, 07:10:29 [partest] concurrent-future.scala:97: error: not found: type FutureTimeoutException 07:10:29 [partest] throw new FutureTimeoutException(null) 07:10:29 [partest] ^ 07:10:29 [partest] one error found
* Disable execution context and futures implementation in the default package.Aleksandar Prokopec2012-02-161-7/+7
| | | | | | | Fixed some tests so that they work now. The Transactions.scala test was failing when defined in scala.concurrent package, reporting that type `_$1` is defined twice. Until we figure out the reason for this, the package name in that test is renamed.
* Merge branch 'execution-context' of github.com:phaller/scala into ↵aleksandar2011-12-121-8/+7
|\ | | | | | | | | | | | | execution-context Conflicts: test/files/jvm/concurrent-future.scala
| * Fix future testsPhilipp Haller2011-12-091-5/+5
| |
* | Syntax changes for the scala.concurrent package and some cleanup.aleksandar2011-12-121-5/+10
|/ | | | | | | | | | block on { } is now changed to: block(timeout) { }
* Add tests for future callbacksPhilipp Haller2011-12-071-0/+118