summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* small fix in scalatestmichelou2007-04-181-1/+1
|
* fixed bug #1054, added svn propsmichelou2007-04-182-9/+16
|
* fixed bug 1056: due to mixed use of normalized ...Adriaan Moors2007-04-181-0/+5
| | | | | | | | | fixed bug 1056: due to mixed use of normalized and non-normalized types should normalize types that were previously tested by a predicate that implicitly considered the normalized type. Before, given e.g., type X = Function[String, String], ``X''.isFunctionType was true (uses symbol, which normalizes), but ``X''.typeArgs.isEmpty (the alias doesn't have any type arguments) (there are probably more cases like this, for now looked for .typeArgs)
* added support for JRE 1.7 and GIJ 4.1michelou2007-04-181-5/+10
|
* added variable JAVA_OPTS to the generated Unix ...michelou2007-04-171-9/+21
| | | | | added variable JAVA_OPTS to the generated Unix tools
* Cleaned up test/pending/mihaylov2007-04-171-5/+0
|
* Moved some test from pending/ to files/mihaylov2007-04-179-23/+0
|
* Added descrption of the --pending option of the...mihaylov2007-04-171-0/+1
| | | | | Added descrption of the --pending option of the scalatest script
* Added 2 test cases in pending/posmihaylov2007-04-172-0/+17
|
* fixed the jvm5/annotations.scala test casemihaylov2007-04-171-3/+7
|
* added test for bug #1041michelou2007-04-163-31/+50
|
* "fixed" bug 1040, re-opened as 1046Adriaan Moors2007-04-163-5/+12
| | | | | tcpoly_parseridioms no longer uses exotic method names -- exoticnames.scala is a dedicated test that I feel should pass (it doesn't)
* implementing Martin's suggestions for tcpolyAdriaan Moors2007-04-1612-22/+22
| | | | | | | | | | | | - prefixString in SingleType suppresses scala.Predef prefixes - (sym.isPredefModule) better handling of double defs of `_' in type - params (now in enterInScope in Namers) introduced HKmode to indicate - we're typing a higher-kinded type, instead of reusing POLYmode | - TAPPmode - Typers.typedTypeConstructor does not normalize the result anymore -- now in GenICode generatedType = toTypeKind(tpt.tpe.normalize)
* refactored typer.Martin Odersky2007-04-132-2/+2
|
* changes to parser for 409/877.Martin Odersky2007-04-132-2/+2
|
* updated check filesmichelou2007-04-132-2/+2
|
* rrrhmichelou2007-04-121-1/+1
|
* added ant tests, updated headersmichelou2007-04-122-5/+5
|
* updated ant and cli testsmichelou2007-04-1210-18/+80
|
* added pending test for bug 1042Adriaan Moors2007-04-121-0/+14
|
* added options to scaladoc Ant taskmichelou2007-04-103-58/+62
| | | | | removed several unchecked warnings
* check for variables in pattern alternatives; ch...Martin Odersky2007-04-104-2/+14
| | | | | | check for variables in pattern alternatives; changes to enable presupercall initialization.
* adding test files from tcpoly branch without hi...Adriaan Moors2007-04-0649-0/+932
| | | | | adding test files from tcpoly branch without history -- much faster this way, sorry
* copying tests from tcpoly branchAdriaan Moors2007-04-061-0/+46
|
* merged in tcpoly branch (at r10641)Adriaan Moors2007-04-0611-18/+18
|
* 4-digits numberingmichelou2007-04-0533-0/+11
|
* fixed bug1017Martin Odersky2007-03-302-0/+8
|
* fixed bug1024.Martin Odersky2007-03-302-0/+7
|
* Got rid of warningsSean McDirmid2007-03-302-29/+7
|
* removed Console, added 2 testsmichelou2007-03-302-28/+34
|
* Fixing the build (toString() issues in the comp...Sean McDirmid2007-03-3014-194/+216
| | | | | | Fixing the build (toString() issues in the compiler) and the test suite (toString() issues, spacing issues, and some stringPrefix issues)