summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Added test for SchedulerAdapter.Philipp Haller2009-05-282-0/+47
|
* Patched up failing test case.Paul Phillips2009-05-281-1/+1
|
* Further development of the Numeric and Ordering...Paul Phillips2009-05-281-2/+2
| | | | | | | Further development of the Numeric and Ordering traits. Replaced Predef implicits from everything => Ordered with a single implicit from Ordering => Ordered.
* Simpler log message for daemon actor test.Philipp Haller2009-05-282-5/+5
|
* Added test for OutputChannelActor.Philipp Haller2009-05-282-0/+85
|
* Added test for Actor.exceptionHandler.Philipp Haller2009-05-272-0/+58
|
* Added test for #2000.Philipp Haller2009-05-277-2/+95
|
* Reintegrated PriorityQueue.Paul Phillips2009-05-271-0/+24
|
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-2738-90/+64
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* Fixed problem that spurious caused exhaustivene...Martin Odersky2009-05-271-1/+15
| | | | | | Fixed problem that spurious caused exhaustiveness warning for RefChecks. Enriched positions and worked on the interactive compiler.
* Added tests for #2015.Philipp Haller2009-05-276-0/+51
|
* Moved actorgc_leak test to pending, because it ...Philipp Haller2009-05-272-0/+0
| | | | | Moved actorgc_leak test to pending, because it fails (only) on Windows.
* Added test case for #1801.Philipp Haller2009-05-272-0/+42
|
* Not sure why the disabled test did not get comm...Martin Odersky2009-05-261-8/+0
| | | | | Not sure why the disabled test did not get committed last time.
* disabled to failing tests for now.Martin Odersky2009-05-262-0/+8
|
* A big yet interim patch emerging from my attemp...Paul Phillips2009-05-261-2/+2
| | | | | | | | | | | | | | | | | | A big yet interim patch emerging from my attempts to centralize common classloader-related code. As it turns out, not that much of the patch is directly associated with that. Most of it is cleanup in the neighborhoods I was visiting, but there are a few new library files about which I'm open to feedback: scala/util/control/Exception - lots of exception handling code. scala/net/Utility - what would be the first file in scala.net.*, more code to follow if that sounds like a good package idea. scala/util/ScalaClassLoader - mostly convenience methods right now, more sophistication to come Also, this adds a :jar command to the repl which adds a jar to your classpath and replays the session.
* Fixed #1999.Philipp Haller2009-05-242-0/+64
|
* Fix and test for #1360 - when passing a sequenc...Paul Phillips2009-05-212-0/+9
| | | | | | Fix and test for #1360 - when passing a sequence to java varargs, call .toArray on it if it is not already an array.
* KMP implementation for StringBuilder and test c...Paul Phillips2009-05-201-0/+32
| | | | | | KMP implementation for StringBuilder and test case. Repaired long-standing infinite loop in lastIndexOf.
* Updated neg check files to the new output of r1...Antonio Cunei2009-05-2024-23/+49
| | | | | Updated neg check files to the new output of r17773
* Test case for #715.Paul Phillips2009-05-192-0/+101
|
* Restored xml test cases to unminimized tagsPaul Phillips2009-05-159-52/+52
|
* 1.4-related cleanup and reorganization.Antonio Cunei2009-05-1582-440/+19
| | | | | | | Removed a bunch of now useless 1.4 code, merged back jvm5-specific partest tests into the general jvm tests, documentation updates.
* Calmed down grudge-holding packrat test case.Paul Phillips2009-05-151-3/+3
|
* cleaned up collection builder frameworkMartin Odersky2009-05-142-0/+330
|
* Disabled "natives" test because its annoyance /...Gilles Dubochet2009-05-1310-1/+0
| | | | | | Disabled "natives" test because its annoyance / usefulness ratio was considered to be too low.
* changes to maps and setsMartin Odersky2009-05-121-10/+4
|
* Test for default Ordering implementations.Paul Phillips2009-05-121-0/+31
|
* Reverted probably unintentional change to Enume...Paul Phillips2009-05-122-12/+12
| | | | | | | | Reverted probably unintentional change to Enumeration (the method formerly called valueOf and now called withName needs to return Option[Value], not Value) and updated the failing tests to use the new Enumeration interface.
* Rebuild all plugin tests and moved them back to...nielsen2009-05-1148-6/+6
| | | | | Rebuild all plugin tests and moved them back to the working test cases
* Organized disabled directory so it works with p...Paul Phillips2009-05-0975-38/+20
| | | | | | | Organized disabled directory so it works with partest. You can run ./partest --srcpath disabled to run the tests in that location. Fixed a few tests in disabled and pending and moved to files.
* Fix and test case for #1960.Paul Phillips2009-05-082-0/+9
|
* massive new collections checkin.Martin Odersky2009-05-08114-111/+95
|
* Modernized DRMacIver's languishing array patch ...Paul Phillips2009-05-072-0/+13
| | | | | | | Modernized DRMacIver's languishing array patch and added test cases to exercise primitive to any array conversion. This fixes bugs #1300 and #1301.
* Added NoSuccess extractor to combinator lib.Paul Phillips2009-05-063-7/+4
|
* packrat parsingTiark Rompf2009-05-066-0/+179
|
* Scala decompiler test suite addedilyas2009-05-0632-0/+130
|
* Fix and test case for #1286.Paul Phillips2009-05-043-0/+8
|
* Renamed overloaded toString variations througho...Paul Phillips2009-05-011-0/+3
| | | | | | Renamed overloaded toString variations throughout scala.xml to buildString. Fixes bug #547, includes test case.
* Fix and test case for #1773.Paul Phillips2009-05-011-0/+12
|
* Modifications to the 10 failing test cases to m...Paul Phillips2009-05-0110-54/+54
| | | | | | Modifications to the 10 failing test cases to make them passing test cases in light of the patch from #1118.
* Fix and test for #1937Paul Phillips2009-04-301-0/+1
|
* Fix and test case for #1626.Paul Phillips2009-04-301-0/+4
|
* Removed outdated test infastructure.Gilles Dubochet2009-04-2910-2028/+0
|
* Rewrote XML pull parser using exciting modern t...Paul Phillips2009-04-281-10/+10
| | | | | Rewrote XML pull parser using exciting modern techniques.
* Restructured Enumeration to have many fewer pub...Paul Phillips2009-04-231-3/+3
| | | | | | | | | | | | Restructured Enumeration to have many fewer public members so people can import TheirEnum._ with less trepidation. The HOFs formerly in Enumeration were removed, but as they all merely forwarded to elements anyway, do this: object Foo extends Enumeration { val FOO, BAR = Value } import Foo._ Foo.elements filter (_ == FOO)
* some small changes to implicits handling, exist...Martin Odersky2009-04-232-5/+5
| | | | | | some small changes to implicits handling, existential abstraction, type parameter bounds checking
* Added test for java signaturesIulian Dragos2009-04-222-0/+23
|
* add serialization test, disabled patmat debug t...michelou2009-04-212-0/+23
| | | | | add serialization test, disabled patmat debug traces
* Added test for #777, by Alex CruiseAntonio Cunei2009-04-141-0/+4
|