aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/comptest.scala
Commit message (Collapse)AuthorAgeFilesLines
* Partest for Dotty with pos tests and neg tests with error countvsalvis2015-04-171-3/+6
|
* Changes to test framework and testsMartin Odersky2014-05-081-1/+1
| | | | | | | | | defaultOptions is now an implicit parameter, which means it can be overridden on a call-by-call basis. Added -Ycheck:front to verify that typed trees typecheck again with same types. The option is disabled for one of the structural tests.
* Update some paths to relativeNada Amin2014-02-241-4/+4
|
* New scheme for incremental invalidation of parents.Martin Odersky2014-02-101-1/+9
|
* Make Definitions load all symbols in current runId.Martin Odersky2014-02-101-1/+1
|
* WIP: Fixes to bring symbols forwardMartin Odersky2014-02-091-1/+1
|
* Checking for already existing symbols before creating new ones.Martin Odersky2014-02-061-0/+13
Otherwise we get spurious "compiled twice" errors on every symbol defined in a run after the first one. Also, fixed a bug so that now run ids are correctly incremented.