summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #1560 (which was a typing hole, so some l...Martin Odersky2009-08-152-14/+17
| | | | | | Fixed #1560 (which was a typing hole, so some library classes had to be fixed)
* Polished up some disabled tests and returned th...Paul Phillips2009-08-144-1/+1
| | | | | Polished up some disabled tests and returned them to files.
* fixed check fileMartin Odersky2009-08-141-16/+13
|
* Blocks can now end in definitions.Martin Odersky2009-08-145-46/+17
|
* fixed #2251Adriaan Moors2009-08-132-16/+36
|
* fix for 513: use deep ForeachTypeTraverser in d...Adriaan Moors2009-08-134-2/+12
| | | | | | fix for 513: use deep ForeachTypeTraverser in doTypeTraversal instead of shallow one test case+checkfile for #513
* Test for #1381.Paul Phillips2009-08-131-0/+31
|
* Test case for #1044.Paul Phillips2009-08-131-0/+4
|
* Test case for #612.Paul Phillips2009-08-123-5/+6
|
* new test for #1642Martin Odersky2009-08-112-0/+14
|
* Mixxsing checking for fix of #1642Martin Odersky2009-08-101-1/+6
|
* Fixed #1642Martin Odersky2009-08-101-0/+17
|
* fixed t1705.Martin Odersky2009-08-103-1/+43
|
* Revert "fixed #2208"Adriaan Moors2009-08-063-20/+0
| | | | | This reverts commit 2d437f2a62d7127abe907d61118ea448c9ad6c59.
* fixed #2208Adriaan Moors2009-08-063-0/+20
|
* fixed ticket #2197Adriaan Moors2009-08-061-0/+7
|
* Re-enabled forwarders and moved the formerly fa...Paul Phillips2009-08-034-0/+0
| | | | | | Re-enabled forwarders and moved the formerly failing tests for #363 and #1745 out of pending.
* Fixed #2212.Philipp Haller2009-07-312-0/+13
|
* rewrite of positions in compilerMartin Odersky2009-07-301-5/+1
|
* A couple more positions issues caused by the pa...Miles Sabin2009-07-282-0/+1
| | | | | | | A couple more positions issues caused by the packaging changes: fixed with test cases; test.positions target now runs the explicit test cases first.
* Fixed #2183.Philipp Haller2009-07-281-0/+5
|
* Fixed spec-List test.Philipp Haller2009-07-281-2/+2
|
* Fix for another positions issue; added some pos...Miles Sabin2009-07-279-0/+37
| | | | | | | | Fix for another positions issue; added some positions unit tests; added test.positions target to build.xml which validates positions of all sources in the Scala tree; cleaned up -Yide-debug output for use in the previous item.
* fixed a bug with defaults reported on mailing listLukas Rytz2009-07-241-0/+7
|
* Fix and test cases for #2184.Paul Phillips2009-07-221-0/+14
|
* Fixed #2176.Philipp Haller2009-07-222-0/+5
|
* 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
|
* Added regression test for #2147.Philipp Haller2009-07-212-0/+10
|
* 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
|
* Fix and test case for #2168.Paul Phillips2009-07-201-0/+5
|
* fixed #2163Adriaan Moors2009-07-192-0/+14
|
* Test case for bug #1466, which was mysteriously...Paul Phillips2009-07-181-0/+11
| | | | | | Test case for bug #1466, which was mysteriously fixed at some point in the last nine months.
* Added test case for #1764 to the test case for ...Paul Phillips2009-07-182-1/+9
| | | | | | Added test case for #1764 to the test case for #1878 (as #1764 was fixed along with it in r18343.)
* Fix and test case for #1373.Paul Phillips2009-07-181-0/+6
|
* Fix and post/neg test cases for #1878.Paul Phillips2009-07-182-0/+17
|
* Removed some identical code from the collection...Paul Phillips2009-07-182-8/+6
| | | | | | | Removed some identical code from the collections classes in hopes of finding some consistency in collections equality. Added more test cases to the sequenceComparisons test.
* A start on a more comprehensive test suite for ...Paul Phillips2009-07-172-0/+124
| | | | | | | | | | | A start on a more comprehensive test suite for sequences. It performs 3600 different tests attempting to exercise the potentially buggy variations of startsWith, endsWith, indexOfSeq, and sameElements. And, a KMP implementation of indexOfSeq which in addition to being a lot faster for definite sized sequences, should give the wrong answer somewhat less frequently.
* Scalac was failing if the path to the distributionAntonio Cunei2009-07-161-1/+1
| | | | | contained whitespaces. This simple change fixes that.
* Fix and test case for #1141.Paul Phillips2009-07-152-0/+9
|
* Fix and test case for #1110.Paul Phillips2009-07-151-0/+11
|
* Trying to make typechecker faster by (1) new su...Martin Odersky2009-07-131-3/+3
| | | | | | | Trying to make typechecker faster by (1) new subtyping (2) better implicit caches. Disallowed '42 as a symbol. Added cache method to Mutable Maps. Better complietion in interactive.
* Fix and test case for #1843.Paul Phillips2009-07-121-0/+25
|
* Fix and test case for #1260.Paul Phillips2009-07-111-2/+3
|
* Implementation and test cases for canEqual meth...Paul Phillips2009-07-093-0/+25
| | | | | | | Implementation and test cases for canEqual method in case classes. Now the autogenerated equality method inquires with the argument as to whether other.canEqual(this) before returning true.
* The presently salvageable portion of my attempt...Paul Phillips2009-07-091-0/+41
| | | | | | | The presently salvageable portion of my attempt to fix bugs #425 and #816 (which I have indeed fixed, but a bazillion other test cases broke so the fix is commented out until I can make everyone happy at once.)
* Lots of work hardening matching on sequences.Paul Phillips2009-07-074-15/+43
| | | | | | | | | | | | | | | | one long-standing bug which actually had a test case testing its bugginess (which is to say, when I fixed the bug, the test case failed.) This: - def doMatch4(xs:Seq[Char]) = xs match { - case Seq(x, y, _*) => x::y::Nil - case Seq(x, y, z, w) => List(z,w) // redundant! - } ...should never have compiled - which must have been recognized on some level given the "redundant!" comment, but it never made it into neg/.