summaryrefslogtreecommitdiff
path: root/test/files/jvm5
Commit message (Collapse)AuthorAgeFilesLines
* 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