summaryrefslogtreecommitdiff
path: root/test/files/jvm
Commit message (Collapse)AuthorAgeFilesLines
...
* Moved disabled tests back into their original p...Antonio Cunei2009-11-064-0/+633
| | | | | | Moved disabled tests back into their original place. Expect 7 tests to fail.
* Fix and test for #2530.Philipp Haller2009-11-032-0/+107
|
* Fixed #1342.Martin Odersky2009-10-283-0/+15
|
* Fix and test for #2214.Philipp Haller2009-10-262-0/+42
|
* Second half of fix and tests for #1518.Philipp Haller2009-10-264-0/+95
|
* new classpaths.Lukas Rytz2009-10-261-2/+5
|
* Fix and test for #2515.Philipp Haller2009-10-252-0/+50
|
* Fix and test cases for ticket #443.Paul Phillips2009-10-171-0/+1
| | | | | | | flags on AnyVal from FINAL|SEALED to ABSTRACT|SEALED. This appears correct and without ill effect, but if anyone spots new anyval oddness you know where to look.
* moved Range and GenericRange to collection.immu...Martin Odersky2009-10-161-2/+2
| | | | | | | moved Range and GenericRange to collection.immutable, with alias for Range in scala package object; made Range strict. moved from filter to withFilter in translation for for expressions.
* Fix for disabled test t2359.Philipp Haller2009-10-122-0/+26
|
* reverted immutable.Vector because it gave rando...Martin Odersky2009-10-122-2/+27
| | | | | | reverted immutable.Vector because it gave random build errors on my machine. Fixed various tickets, updated test and check files.
* Definite fix for #2060; fix for #2392.Martin Odersky2009-10-081-1/+3
| | | | | Added aliases for Vector and Traversable to scala package object.
* Disabling another test trying to unhang the tes...Paul Phillips2009-10-072-26/+0
| | | | | Disabling another test trying to unhang the test suite.
* Moved a pile of passing tests from pending to f...Paul Phillips2009-10-072-0/+37
| | | | | | Moved a pile of passing tests from pending to files, fixed some untesty tests, and will now close the associated tickets.
* Disabled an actor test which is hanging the tes...Paul Phillips2009-10-062-46/+0
| | | | | Disabled an actor test which is hanging the test suite.
* Restored type of receiver in OutputChannel and ...Philipp Haller2009-10-064-6/+6
| | | | | | | Restored type of receiver in OutputChannel and Channel to Actor. ReplyReactor inherits from ReplyableReactor. ReplyableReactor is now private.
* Reverted the BigDecimal implicits added for tic...Paul Phillips2009-10-051-3/+3
| | | | | Reverted the BigDecimal implicits added for ticket #1813.
* fix windows / ibm nightlyLukas Rytz2009-09-302-5/+5
|
* improved annotations copying (documentation, mo...Lukas Rytz2009-09-292-0/+23
| | | | | | improved annotations copying (documentation, moved meta-annotations, added tests)
* More accumulated XML work, including removing s...Paul Phillips2009-09-251-11/+6
| | | | | | | More accumulated XML work, including removing some bits which were deprecated long ago or are visibly abandoned. Hopefully this will be the last XML patch for a while.
* fix buildLukas Rytz2009-09-251-6/+0
|
* Introduced actors package object to deprecate a...Philipp Haller2009-09-241-10/+1
| | | | | | | | | | | Introduced actors package object to deprecate a number of classes. Made ForkJoinScheduler more configurable and let it read ThreadPoolConfig. Clean-ups in TerminationMonitor and ActorGC. Removed DefaultExecutorScheduler. Made DelegatingScheduler and ExecutorScheduler private. Deprecated MessageQueue and MessageQueueElement, so that we can later make them private. Deprecated a number of methods in IScheduler. Tightened access modifiers in Reactor.
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-2412-11/+2
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* Fixed #2359.Philipp Haller2009-09-242-0/+26
|
* new arrays are done.Martin Odersky2009-09-211-2/+2
|
* fixed io test on windowsLukas Rytz2009-08-251-1/+1
|
* Fixed memory leaks for streams.Martin Odersky2009-08-181-17/+17
|
* A variety of work on scala.io.{ File, Source } ...Paul Phillips2009-08-161-2/+2
| | | | | | | | | | | | | A variety of work on scala.io.{ File, Source } with changes including: getLines() now takes a line separator argument (defaults to platform line.separator) and drops the newlines. scala.io.File adds several convenience methods. The mechanisms for configuring Source are more consistent. This is not complete, performance issues remain to be investigated.
* Enabled synchronous message sends for Replyable...Philipp Haller2009-07-216-0/+148
| | | | | | Enabled synchronous message sends for ReplyableReactor. Added get(timeout: Long) method to SyncVar.
* Enabled future-type message sends for reactors.Philipp Haller2009-07-212-0/+52
|
* Added test for scala.actors.ReplyReactor.Philipp Haller2009-07-212-0/+32
|
* Moved new scheduler classes into package scala....Philipp Haller2009-07-211-1/+2
| | | | | Moved new scheduler classes into package scala.actors.scheduler.
* Renamed outputchannelactor test to reactor.Philipp Haller2009-07-212-0/+0
|
* Made daemon-actor-termination test deterministic.Philipp Haller2009-07-211-5/+14
|
* fixed #2163Adriaan Moors2009-07-192-0/+14
|
* Added test for #1948.Philipp Haller2009-07-022-0/+12
|
* Applied patch to fix #2098.Philipp Haller2009-06-302-0/+8
|
* Applied patch to fix #2104 and added test.Philipp Haller2009-06-302-0/+51
|
* Prepares a test for further changes in Reactor.Philipp Haller2009-06-281-2/+0
|
* More equality shenanigans.Paul Phillips2009-06-211-4/+0
| | | | | | | and the various Int types all use different hashCode algorithms. This means there is very broken behavior afoot among the types. I see no option but to make numeric equals significantly less tricky.
* Moved test for #1801 to pending for offline bug...Philipp Haller2009-06-142-37/+0
| | | | | Moved test for #1801 to pending for offline bug fixing.
* fix annotations testLukas Rytz2009-06-071-1/+1
|
* Moved test for offline bug fixing.Philipp Haller2009-05-312-25/+0
|
* New tests for exceptions and Actor.receiveWithin.Philipp Haller2009-05-315-4/+133
|
* Changed t1801.Philipp Haller2009-05-301-1/+1
|
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-4/+5
|
* Named and default argumentsLukas Rytz2009-05-303-6/+6
| | | | | | | - MethodTypes now have (params: List[Symbol]) - "copy"-methods for case classes - the "copy" object in the compiler is now called "treeCopy"
* Decreased memory consumption of test for #1801.Philipp Haller2009-05-292-6/+1
|
* Added test for SchedulerAdapter.Philipp Haller2009-05-282-0/+47
|
* Simpler log message for daemon actor test.Philipp Haller2009-05-282-5/+5
|