summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* fixed #1364 (overeriding vals in traits)Martin Odersky2008-12-101-0/+9
|
* disabled one test on Java 1.4michelou2008-12-092-3/+1
|
* corrected check fileMartin Odersky2008-12-091-1/+1
|
* added comments; better errror messages; trace u...Martin Odersky2008-12-083-12/+24
| | | | | added comments; better errror messages; trace utility
* Fixed #1358.Iulian Dragos2008-12-032-0/+7
|
* Fixed 1541.Iulian Dragos2008-11-262-0/+12
|
* Merging everything from the 2.8.x development b...Antonio Cunei2008-11-259-16/+24
| | | | | | | | Merging everything from the 2.8.x development branch back to trunk. - If you were working on trunk, please keep working on trunk If you were - working on 2.8-devel, please switch to trunk now
* added manifest tests and util.Marshalmichelou2008-11-252-22/+111
|
* Fix for #1371.Geoffrey Washburn2008-11-222-0/+6
|
* Iulian says I should delete these.Geoffrey Washburn2008-11-192-14/+0
|
* Added back test for #1453.Iulian Dragos2008-11-192-0/+14
|
* Oops.Geoffrey Washburn2008-11-192-0/+14
| | | | | rather than placed in their new location.
* Moved failing test to pending for now.Geoffrey Washburn2008-11-192-14/+0
|
* Interpreter test now only works on 1.5 or above...Geoffrey Washburn2008-11-192-0/+0
| | | | | Interpreter test now only works on 1.5 or above JVMs.
* new failing testsMartin Odersky2008-11-182-0/+12
|
* Applied patch from #1505, modified supplied exa...Geoffrey Washburn2008-11-181-0/+25
| | | | | Applied patch from #1505, modified supplied example to be a test.
* Fixed #1453.Iulian Dragos2008-11-182-0/+14
|
* Fix and test for #1513Geoffrey Washburn2008-11-142-0/+5
|
* Applied Paul's patch for #1380, moved test out ...Geoffrey Washburn2008-11-134-1/+1
| | | | | Applied Paul's patch for #1380, moved test out of pending.
* Starting on improving the abstraction level of ...David MacIver2008-11-131-0/+1
| | | | | | | | Starting on improving the abstraction level of the pattern matcher (code from paul) Still needs a fair bit of work.
* Corrects classpathPhilipp Haller2008-11-131-1/+1
|
* Tests for ticket #1503.David MacIver2008-11-102-0/+12
|
* fixed #1500 and #1501Tiark Rompf2008-11-104-0/+105
|
* Reversion of the changes to targetParams which ...David MacIver2008-11-104-0/+0
| | | | | | | | | Reversion of the changes to targetParams which I made to fix #1260 as they caused problems (specifically #1480). This code is wrong but it's the old wrong behaviour, which is less broken than the new wrong behaviour.
* Test for ticket #1480. David MacIver2008-11-091-0/+6
|
* General tidying from paul (mostly concerning us...David MacIver2008-11-091-9/+0
| | | | | General tidying from paul (mostly concerning use of setType).
* Paul's fix for bug #889.David MacIver2008-11-082-0/+10
|
* Fixed optimiser bugs, now all tests pass when u...Iulian Dragos2008-11-064-0/+36
| | | | | | Fixed optimiser bugs, now all tests pass when using the optimised compiler.
* Fixed the test that broke because of the Geoffrey Washburn2008-11-041-1/+1
| | | | | | | | change in the error message. Adjusted the error message slightly because saying that a "def needs to be stable" does not make much sense because you can't make defs stable.
* Created a pending test for #1380.Geoffrey Washburn2008-11-043-0/+5
| | | | | | but I can't seem to get it to add gnujaxp.jar to the classpath using the .flags file.
* fixed "script" tests on Windows (Cygwin+DOS)michelou2008-11-016-1/+59
|
* Added jar for ScalaCheck tests.Philipp Haller2008-11-011-0/+1
|
* Test from some of Ismael's tickets. David MacIver2008-10-313-0/+35
|
* Moved jvm5/t1464 and pos5/ilya2 from pending.Philipp Haller2008-10-316-0/+1
|
* .dll generated with Visual C++ 9.0 Express Edit...michelou2008-10-311-0/+0
| | | | | .dll generated with Visual C++ 9.0 Express Edition.
* Applied Paul's patch for #1467.Iulian Dragos2008-10-311-0/+18
|
* Martin's tests for mixed Scala/Java.David MacIver2008-10-3036-0/+124
| | | | | | | 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
|
* Added a test for a variant on ticket #425, as i...David MacIver2008-10-301-0/+10
| | | | | | Added a test for a variant on ticket #425, as it gives a completely different compile error.
* Apparently this test *hasn't* been fixed.David MacIver2008-10-302-0/+0
|
* Added a test for #1107.David MacIver2008-10-292-0/+19
|
* Fix for ticket #1087.David MacIver2008-10-291-0/+0
|
* Another test case emerging from paul playing wi...David MacIver2008-10-291-0/+4
| | | | | | Another test case emerging from paul playing with the compiler's constant propagation.
* Test case extracted from Paul's broken patch fo...David MacIver2008-10-291-0/+8
| | | | | | | Test case extracted from Paul's broken patch for #1458 Essentially one needs to make sure Base { val changesBaseClasses = true } doesn't infer the refinement type Base { val changesBaseClasses : Boolean(true) = true }
* Moved test requiring 1.5 javac/jvm to pos5.Philipp Haller2008-10-285-0/+0
|
* Added firstKey and lastKey to IntMap.David MacIver2008-10-272-0/+8
|
* Test to check a few combinations of pattern mat...David MacIver2008-10-272-0/+37
| | | | | Test to check a few combinations of pattern matching features.
* Minimized the test - one case, a default and 64...David MacIver2008-10-261-8/+1
| | | | | Minimized the test - one case, a default and 64 entries.
* Test case for large case statements (similar to...David MacIver2008-10-261-0/+13
| | | | | | Test case for large case statements (similar to those found in e.g. Scanners.scala).
* Cleaning up a lot of dead code from regular exp...David MacIver2008-10-264-0/+15
| | | | | | Cleaning up a lot of dead code from regular expression patterns. Added a couple tests to verify correctness of cleanup.