summaryrefslogtreecommitdiff
path: root/test/files/jvm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-2/+2
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* Added tests for #2015.Philipp Haller2009-05-276-0/+51
|
* Moved actorgc_leak test to pending, because it ...Philipp Haller2009-05-272-64/+0
| | | | | Moved actorgc_leak test to pending, because it fails (only) on Windows.
* Added test case for #1801.Philipp Haller2009-05-272-0/+42
|
* 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
|
* Restored xml test cases to unminimized tagsPaul Phillips2009-05-156-19/+19
|
* 1.4-related cleanup and reorganization.Antonio Cunei2009-05-1531-8/+1024
| | | | | | | Removed a bunch of now useless 1.4 code, merged back jvm5-specific partest tests into the general jvm tests, documentation updates.
* Disabled "natives" test because its annoyance /...Gilles Dubochet2009-05-1310-183/+0
| | | | | | Disabled "natives" test because its annoyance / usefulness ratio was considered to be too low.
* Organized disabled directory so it works with p...Paul Phillips2009-05-092-0/+236
| | | | | | | 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.
* massive new collections checkin.Martin Odersky2009-05-087-859/+11
|
* 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.
* Modifications to the 10 failing test cases to m...Paul Phillips2009-05-016-20/+20
| | | | | | Modifications to the 10 failing test cases to make them passing test cases in light of the patch from #1118.
* Rewrote XML pull parser using exciting modern t...Paul Phillips2009-04-281-10/+10
| | | | | Rewrote XML pull parser using exciting modern techniques.
* 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
|
* Removed non-deterministic test.Philipp Haller2009-04-142-13/+0
|
* fixed ticket #1813 (BigDecimal implicits)michelou2009-03-232-47/+60
|
* chyanged implicits so that implicit Builder pat...Martin Odersky2009-03-171-2/+2
| | | | | chyanged implicits so that implicit Builder pattern works.
* Moved *withinZero tests to pendingPhilipp Haller2009-02-274-40/+0
|
* managed to move timeout.scala the whole way int...Paul Phillips2009-02-111-38/+0
| | | | | managed to move timeout.scala the whole way into pending
* moved timeout.scala back to pending and documen...Paul Phillips2009-02-112-1/+5
| | | | | moved timeout.scala back to pending and documented why it's there
* moved most of the passing tests from pending to...Paul Phillips2009-02-107-0/+200
| | | | | | moved most of the passing tests from pending to files ; reunited inner.scala with inner.check
* Added test for #1652.Philipp Haller2009-01-302-0/+13
|
* Moved react/receiveWithinZero tests to pending ...Philipp Haller2009-01-304-40/+0
| | | | | Moved react/receiveWithinZero tests to pending for now.
* Fixed #1143 (again).Philipp Haller2009-01-143-0/+71
|
* Add tests for zero timeout in reactWithin and r...Philipp Haller2009-01-034-0/+40
| | | | | Add tests for zero timeout in reactWithin and receiveWithin.
* disabled one test on Java 1.4michelou2008-12-092-3/+1
|
* added manifest tests and util.Marshalmichelou2008-11-252-22/+111
|
* fixed "script" tests on Windows (Cygwin+DOS)michelou2008-11-011-1/+1
|
* .dll generated with Visual C++ 9.0 Express Edit...michelou2008-10-311-0/+0
| | | | | .dll generated with Visual C++ 9.0 Express Edition.