summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* some debug output for fatal errors during typingBurak Emir2007-06-031-0/+6
|
* The parser no longer signals "incomplete input"...Lex Spoon2007-06-032-0/+26
| | | | | | The parser no longer signals "incomplete input" in cases where the input already has an outright syntax error.
* fix #1163Burak Emir2007-06-021-1/+18
|
* Capitalized type params in Predef, fixed bug in...michelou2007-05-314-7/+7
| | | | | Capitalized type params in Predef, fixed bug in URLZipArchive
* fixed bug in checkKindBounds (type parameters d...Adriaan Moors2007-05-311-0/+10
| | | | | fixed bug in checkKindBounds (type parameters defined outside the abstract type that was being checked, were not properly transformed using asSeenFrom) -- regression test included in commit
* fixed bug 1123Martin Odersky2007-05-306-0/+59
|
* account for new welcome messageLex Spoon2007-05-301-1/+1
|
* (no commit message)Lex Spoon2007-05-302-0/+10
|
* added regression tests for bugs 1106 and 1136Adriaan Moors2007-05-304-0/+22
|
* (no commit message)Lex Spoon2007-05-292-0/+15
|
* (no commit message)Lex Spoon2007-05-241-1/+1
|
* Didn't revert enough before.Sean McDirmid2007-05-221-1/+1
|
* rolling back tests.Sean McDirmid2007-05-224-14/+7
|
* Updated tests to reflect new range behavior. Sean McDirmid2007-05-224-7/+15
|
* Added a test with an array of integersLex Spoon2007-05-211-0/+4
|
* Updated STARR to Scala 2.5.0-finalmichelou2007-05-212-6/+6
|
* updated check fileMartin Odersky2007-05-191-1/+1
|
* Support running individual *.res testsLex Spoon2007-05-181-1/+1
|
* (no commit message)Lex Spoon2007-05-184-0/+15
|
* fixed bug1112Adriaan Moors2007-05-152-0/+18
|
* added OSGi bundle supportmichelou2007-05-151-0/+9
|
* fixed bug1084Martin Odersky2007-05-142-0/+17
|
* Added test/files/pos/contrib467.scalamihaylov2007-05-111-0/+22
|
* renamed tests for contribs #460 and #461michelou2007-05-094-0/+0
|
* added tests for contribs #460 and #461michelou2007-05-094-0/+22
|
* fixed bug1090Adriaan Moors2007-05-071-0/+16
| | | | | widen now only normalizes when necessary
* pending test for bug 1085Adriaan Moors2007-05-031-0/+9
|
* corrected typomichelou2007-05-011-1/+1
|
* added example in Scala commentmichelou2007-05-011-2/+4
|
* added scala.Range and test casesmichelou2007-05-012-28/+51
|
* fixed check fileMartin Odersky2007-05-011-4/+4
|
* more additions to checknull.Martin Odersky2007-05-012-0/+28
|
* Made mutable.{Set, BitSet} platform-independentmihaylov2007-05-012-42/+75
|
* fixed tests run/bridges.scala and jvm/inner.sca...michelou2007-04-304-14/+62
| | | | | fixed tests run/bridges.scala and jvm/inner.scala on IBM J9
* Improved test case for annotations with array c...mihaylov2007-04-275-9/+19
| | | | | Improved test case for annotations with array constants
* added missing .info to a symbol.typeParams..Adriaan Moors2007-04-251-0/+4
| | | | | oops!
* Updated bug533 and functions to use scala.actors.Philipp Haller2007-04-252-5/+7
|
* Updated bug533 to use scala.actors instead of s...Philipp Haller2007-04-251-1/+1
| | | | | Updated bug533 to use scala.actors instead of scala.concurrent.
* added Java options to test bridges.scalamichelou2007-04-241-0/+1
|
* fixed bug 1065Adriaan Moors2007-04-242-0/+24
| | | | | | | | This was caused by the Uncurry phase not fully expanding alias types. More specifically, the argument&result types of anonymous functions (Function node) weren't normalized. Presumably other combinations weren't covered either. These should now be fixed.
* changed argument in &sumsmichelou2007-04-231-1/+1
|
* updated self aliases, for-comprehensions michelou2007-04-232-0/+111
|
* (no commit message)Lex Spoon2007-04-204-0/+17
|
* added a new line at the end, so that hopefully ...Lex Spoon2007-04-192-1/+2
| | | | | | added a new line at the end, so that hopefully the test is more robust on different machines
* [cont'd] suppress "scala." prefix in string rep...Adriaan Moors2007-04-191-3/+3
| | | | | [cont'd] suppress "scala." prefix in string representation of types (in error messages,..) -- forgot to update these check-files
* scala.Int -> Intmichelou2007-04-191-45/+45
|
* updated tests for productElement/-Aritymichelou2007-04-192-7/+7
|
* suppress "scala." prefix in string representati...Adriaan Moors2007-04-1927-63/+63
| | | | | | suppress "scala." prefix in string representation of types (in error messages,..)
* java options now set for individual testsmichelou2007-04-191-5/+11
|
* (no commit message)Lex Spoon2007-04-192-0/+221
|