summaryrefslogtreecommitdiff
path: root/test/files/jvm
Commit message (Expand)AuthorAgeFilesLines
* [backport] SI-8689 Make a Future test case determisticJason Zaugg2015-03-311-2/+7
* Merge pull request #4307 from som-snytt/issue/4339-2.10-bGrzegorz Kossakowski2015-02-231-1/+3
|\
| * [backport] SI-9060 Backpatch fifth-edition namesSom Snytt2015-02-151-1/+3
* | SI-8689 Avoid internal error in Promise after sequence of completionsViktor Klang2015-02-043-9/+82
|/
* SI-6913 Fixing semantics of Future fallbackTo to be according to docsHeather Miller2013-12-052-4/+4
* Merge pull request #2511 from viktorklang/wip-cleaner-Future-method-implement...Adriaan Moors2013-06-241-409/+153
|\
| * Refactoring to the scala-concurrent-tck.scalaViktor Klang2013-06-191-409/+153
* | [backport] relax time constraint in duration-tck.scala (for Windows VMs)Roland2013-06-101-2/+3
|/
* SI-7383 - Call ExecutionContext.prepare in Future.apply to allow for capturin...Viktor Klang2013-05-101-0/+19
* SI-7253: respect binary compatibility constraintsPaolo G. Giarrusso2013-03-165-0/+52
* SI-7146 - Fixing checkinit bug in ExecutionContextImpl and adding testViktor Klang2013-02-192-0/+28
* [nomaster] Revert "SI-4664 Make scala.util.Random Serializable"Adriaan Moors2013-02-091-15/+0
* SI-5675 Discard duplicate feature warnings at a positionJason Zaugg2013-02-081-2/+2
* Merge pull request #2033 from adriaanm/patmat-optAdriaan Moors2013-02-0316-0/+142
|\
| * SI-6941 testsAdriaan Moors2013-01-314-0/+28
| * SI-6686 drop valdef unused in flatMapCond's blockAdriaan Moors2013-01-313-3/+0
| * no type test if static type <:< primitive value classAdriaan Moors2013-01-314-0/+35
| * don't store subpats bound to underscoreAdriaan Moors2013-01-314-0/+47
| * no null check for type-tested unapply argAdriaan Moors2013-01-314-0/+35
* | Merge pull request #2044 from phaller/issue/7029Adriaan Moors2013-02-021-1/+13
|\ \
| * | SI-7029 - Make test more robustPhilipp Haller2013-02-011-24/+12
| * | SI-7029 - Makes sure that uncaught exceptions are propagated to the UEH for t...Viktor Klang2013-01-311-0/+24
| |/
* | Merge pull request #2021 from gkossakowski/issue/SI-7009Grzegorz Kossakowski2013-01-314-0/+85
|\ \ | |/ |/|
| * SI-7009: `@throws` annotation synthesized incorrectlyGrzegorz Kossakowski2013-01-301-4/+4
| * Test case for SI-7009.Grzegorz Kossakowski2013-01-294-0/+85
* | Add Bytecode test (ASM-based) to partest.Grzegorz Kossakowski2013-01-293-0/+42
|/
* Fix SI-6932 by enabling linearization of callback execution for the internal...Viktor Klang2013-01-211-0/+7
* Backport of SI-6846.Jason Zaugg2013-01-082-0/+18
* SI-4664 [Make scala.util.Random Serializable] Add test caseJean-Remi Desjardins2012-12-041-0/+15
* Removing actors-migration from main repository so it can live on elsewhere.Josh Suereth2012-11-012-35/+0
* Merge branch '2.10.0-wip' of github.com:scala/scala into 2.10.0-wipJosh Suereth2012-11-012-0/+35
|\
| * SI-6581 fixed by inlining `Actor.self`.Vojin Jovanovic2012-10-302-0/+35
* | Removing actors-migration from main repository so it can live on elsewhere.Josh Suereth2012-10-3026-1579/+0
|/
* avoid single-art assert where harmful in duration-tckRoland2012-10-181-4/+7
* SI-6442 - Add ActorDSL object for actor migration kitphaller2012-09-2911-78/+68
* Additional Actor Migration Tests.Vojin Jovanovic2012-09-2510-0/+656
* Support for scala.concurrent for the ActorRef.Vojin Jovanovic2012-09-258-39/+74
* SI-6305 fix.Vojin Jovanovic2012-09-255-7/+12
* Merge remote-tracking branch 'paulp/topic/gitattributes' into 2.10.xPaul Phillips2012-09-202-128/+128
|\
| * Normalized line endings.Paul Phillips2012-09-202-128/+128
* | Merge pull request #1339 from rkuhn/wip-6389-finite-duration-multJosh Suereth2012-09-2012-26/+34
|\ \ | |/ |/|
| * some small remaining fixesRoland2012-09-201-1/+4
| * Adjustments to scala.concurrent.duration.Paul Phillips2012-09-191-10/+9
| * move Duration (incl. DSL) into scala.concurrent.duration packageRoland2012-09-1912-15/+14
| * enable integer multiplication/divison on FiniteDuration, see SI-6389Roland2012-09-181-1/+8
* | Merge pull request #1298 from pavelpavlov/SI-5767Josh Suereth2012-09-184-4/+92
|\ \ | |/ |/|
| * pull request feedbackPavel Pavlov2012-09-184-4/+92
* | Merge remote-tracking branch 'origin/2.10.x' into fix-duration-issues-RKRoland2012-09-121-1/+28
|\ \
| * | improve docs and Promise implRoland2012-09-111-8/+1
| * | fix usage of Duration in Promise implRoland2012-09-101-0/+34