summaryrefslogtreecommitdiff
path: root/test/files/jvm5
Commit message (Collapse)AuthorAgeFilesLines
* 1.4-related cleanup and reorganization.Antonio Cunei2009-05-1531-1437/+0
| | | | | | | Removed a bunch of now useless 1.4 code, merged back jvm5-specific partest tests into the general jvm tests, documentation updates.
* massive new collections checkin.Martin Odersky2009-05-081-0/+1
|
* Modifications to the 10 failing test cases to m...Paul Phillips2009-05-011-1/+1
| | | | | | Modifications to the 10 failing test cases to make them passing test cases in light of the patch from #1118.
* chyanged implicits so that implicit Builder pat...Martin Odersky2009-03-171-3/+3
| | | | | chyanged implicits so that implicit Builder pattern works.
* Adds Interpreter.reset(), a fast method for res...Lex Spoon2009-02-062-0/+13
| | | | | | Adds Interpreter.reset(), a fast method for resetting an existing interpreter instance to a clean slate.
* Interpreter test now only works on 1.5 or above...Geoffrey Washburn2008-11-192-0/+384
| | | | | Interpreter test now only works on 1.5 or above JVMs.
* Moved jvm5/t1464 and pos5/ilya2 from pending.Philipp Haller2008-10-313-0/+12
|
* Martin's tests for mixed Scala/Java.David MacIver2008-10-303-12/+0
| | | | | | | A couple things are in pending because of partest weirdness. As far as I can tell they work but partest is doing the wrong thing with them. I'll open a ticket.
* Test cases for some of Martin's fixes.David MacIver2008-10-304-0/+30
|
* Fixed #1329.Iulian Dragos2008-09-123-0/+15
|
* Fixed #1315, outer instances are passed implici...Iulian Dragos2008-09-012-0/+19
| | | | | | Fixed #1315, outer instances are passed implicitly. Reorganized nested classes tests.
* Moved tests from jvm5 to jvm.Philipp Haller2008-08-034-95/+0
|
* Moved tests from jvm to jvm5.Philipp Haller2008-08-014-0/+95
|
* Move the sync-var test into the correct directory.Geoffrey Washburn2008-07-102-0/+54
|
* int -> Int, etc..michelou2008-06-101-1/+1
|
* 1) Fix in backend to print meaningful filenames...Martin Odersky2008-05-202-8/+8
| | | | | | | 1) Fix in backend to print meaningful filenames (previously it was "[wrote DataOutputStream@6747]" 2) Treat java varargs as Scala varargs 3) Allow parsing of Java source files
* moving checkfile for console.scala to right loc...Lukas Rytz2008-04-101-0/+3
| | | | | moving checkfile for console.scala to right location
* Move the test because it will fail on jvm1.4.Geoffrey Washburn2008-04-081-0/+14
|
* updated tests for Byte/Shortmichelou2008-03-251-5/+5
|
* moved typerep test to jvm5michelou2008-03-122-0/+432
|
* added Seq[Char] arg to append/insertmichelou2008-02-221-4/+18
|
* switched to Scala implementation of StringBuildermichelou2008-02-061-0/+85
|
* moved test to jvm5michelou2008-02-042-0/+95
|
* reinstantiated annotations testMartin Odersky2008-01-171-0/+159
|
* Had to create a test/pending/jvm5 directory.Geoffrey Washburn2008-01-111-159/+0
| | | | | Moved tests that are failing, but no present fixes into pending.
* -target 1.5 now the default.Martin Odersky2007-12-191-1/+1
|
* added final modifier, commented out test for #153michelou2007-12-121-2/+2
|
* Added "-target 1.5" to javac options.Iulian Dragos2007-10-101-1/+1
|
* (no commit message)Lex Spoon2007-10-104-1/+32
|
* Explicitly import java.lang.Integer in test/fil...mihaylov2007-07-202-16/+3
| | | | | Explicitly import java.lang.Integer in test/files/jvm5/annotations.scala
* fixed scalatest so that check files for jvm tes...Adriaan Moors2007-07-201-4/+4
| | | | | | fixed scalatest so that check files for jvm tests are filesystem-location-independent
* argh.. added a comment after fixing the check fileAdriaan Moors2007-07-201-4/+4
|
* classOf[Integer] now properly resolves to class...Adriaan Moors2007-07-202-1/+15
| | | | | | | classOf[Integer] now properly resolves to classOf[java.lang.Integer] because Predef.Integer (and Character) are @deprecated, had to update check files to include these warnings
* Qualifying Integer/Character references with ja...Sean McDirmid2007-07-201-0/+1
| | | | | Qualifying Integer/Character references with java.lang
* (Hopefully) made test/files/jvm5/annotations.sc...mihaylov2007-06-272-3/+32
| | | | | (Hopefully) made test/files/jvm5/annotations.scala JVM-independant
* updated check filemichelou2007-06-262-13/+13
|
* Added annotations tests for fields and methodsmihaylov2007-06-242-7/+42
|
* svn:keywordsmichelou2007-06-131-2/+23
|
* Improved test case for annotations with array c...mihaylov2007-04-274-8/+18
| | | | | Improved test case for annotations with array constants
* fixed the jvm5/annotations.scala test casemihaylov2007-04-171-3/+7
|
* added options to scaladoc Ant taskmichelou2007-04-102-5/+4
| | | | | removed several unchecked warnings
* added test for @BeanProperty annotationmichelou2007-03-022-4/+30
|
* renamed test/files/jvm5/attributes.scala to ann...mihaylov2007-03-022-0/+0
| | | | | renamed test/files/jvm5/attributes.scala to annotations.scala
* Fixed a problem with the application of Java an...mihaylov2007-03-023-7/+14
| | | | | | Fixed a problem with the application of Java annotations with default values
* Fixed a name clash in the test suite (jvm/unitt...mihaylov2007-02-213-8/+5
| | | | | | Fixed a name clash in the test suite (jvm/unittest_io vs jvm5/attributes)
* Improved annotations testmihaylov2007-02-183-6/+18
|
* fixed testsMartin Odersky2007-02-151-5/+6
|
* renamed attributes to annotations; added @syntax.Martin Odersky2007-02-091-1/+1
|
* Removed java.io._ imports from the test suitemihaylov2006-11-111-1/+1
|
* Refactored portability supportmihaylov2006-11-013-2/+4
|