summaryrefslogtreecommitdiff
path: root/test/files/jvm5
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Moved bug680.scala to files/jvm5mihaylov2006-08-282-0/+6
|
* Added test cases for bugs #325 and #676mihaylov2006-08-162-0/+9
|
* Created a directory test/files/jvm5/ for test c...mihaylov2006-07-052-0/+87
Created a directory test/files/jvm5/ for test cases that run only on JVM 1.5