summaryrefslogtreecommitdiff
path: root/test/files/jvm
Commit message (Collapse)AuthorAgeFilesLines
...
* Disabled JavaInteraction test.Paul Phillips2010-02-152-27/+0
| | | | | | | | | of time because it fails if you can't connect to the screen of the test machine. And then if any test fails, the stability test doesn't run. We badly a separate testing area for tests which are prone to failure for reasons which are unrelated to the quality ostensibly being tested. No review.
* close #3003. no review, already done by dragos.Lukas Rytz2010-02-103-0/+13
|
* Closes #3009.Philipp Haller2010-02-022-0/+36
|
* Made actor-receivewithin test deterministic.Philipp Haller2010-01-271-0/+2
|
* Some minor polishing to the previous repl compl...Paul Phillips2010-01-241-1/+1
| | | | | | Some minor polishing to the previous repl completion patch, plus a few new features and improvements.
* Don't insert whitespace on multiline strings an...Paul Phillips2010-01-171-4/+4
| | | | | | Don't insert whitespace on multiline strings and xml literals. Closes #2115. No review.
* Fixed issue in Reactor/Actor that could lead to...Philipp Haller2010-01-072-0/+85
| | | | | | | | | Fixed issue in Reactor/Actor that could lead to premature termination of actors. Added test that could reproduce it (occurred more often on larger inputs, but test should not take too much time). The issue also caused the reactor-exceptionOnSend test to timeout sometimes. Review by plocinic.
* Adjusted timeout in test. No review.Philipp Haller2010-01-051-2/+2
|
* closed #1449. review by community.Philipp Haller2009-12-212-0/+16
|
* closed #2829. review by rompf.Philipp Haller2009-12-212-0/+18
|
* Disabling test for #1801 yet again, still faili...Antonio Cunei2009-12-182-37/+0
| | | | | | Disabling test for #1801 yet again, still failing on some systems. No review.
* Reverting r19988 (restoring test for #1801).Antonio Cunei2009-12-162-0/+37
| | | | | No review.
* integration of java and scala deprecationLukas Rytz2009-12-143-0/+39
|
* moved t2515 to pending (fails on ibm6). no reviewLukas Rytz2009-12-092-53/+0
|
* Made test jvm/t2515 more robust.Philipp Haller2009-12-041-15/+18
|
* Moved non-deterministic test for see #1801 to p...Philipp Haller2009-12-022-37/+0
| | | | | Moved non-deterministic test for see #1801 to pending.
* closes #2750: cooking java raw types in info of...Adriaan Moors2009-12-024-0/+7
| | | | | | closes #2750: cooking java raw types in info of type parameters of Java classes review by: odersky
* [This patch submitted by ismael juma - commit m...Paul Phillips2009-12-012-3/+79
| | | | | | | | | | | | | | | | [This patch submitted by ismael juma - commit message his words, but condensed.] Fix ticket #1600: Serialization and deserialization of hash-based collections should not re-use hashCode. The collection is rebuilt on deserialization - note that this is not compatible with the previous serialization format. All @SerialVersionUIDs have been reset to 1. WeakHashMap is not Serializable and should not be so. TreeHashMap has not been reintegrated yet. OpenHashMap has not been updated. (I think this collection is flawed and should be removed or reimplemented.)
* updated/extended serialization tests michelou2009-11-202-275/+506
|
* closes #2585: generate more precise Java generi...Adriaan Moors2009-11-203-0/+41
| | | | | | | closes #2585: generate more precise Java generic signatures for classes nested in parametric outer classes fix based on review by Martin baseType is your friend
* Simplifiations in collections libraries, enable...Martin Odersky2009-11-201-1/+1
| | | | | | Simplifiations in collections libraries, enabled by introduction of Self type in TraversableLike.
* More deprecation work.Paul Phillips2009-11-181-2/+2
| | | | | | since 2.7.2 (still except for lower case primitive type aliases) and removes every deprecated method which has never shipped in a release.
* fixed #2470.Lukas Rytz2009-11-125-0/+24
|
* fixed #2511.Lukas Rytz2009-11-102-0/+31
|
* Moved (non-regression) actor-receive-sender tes...Philipp Haller2009-11-092-53/+0
| | | | | | Moved (non-regression) actor-receive-sender test to pending for bug fixing.
* Fixed collections unit test (regression in List...Philipp Haller2009-11-082-29/+25
| | | | | | Fixed collections unit test (regression in ListBuffer.apply) and serialization test.
* 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
|