aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/trait-force-info.scala
Commit message (Collapse)AuthorAgeFilesLines
* Disable tests that require scala-compilerGuillaume Martres2017-02-181-18/+0
| | | | This is necessary if we ever want to get rid of our dependency on scala-compiler
* Recategorize testsMartin Odersky2016-08-261-0/+18
Passing tests from pending/pos go in pos. Some others go in diabled/not-testable. These are tests that require a compilation order which we cannot yet do with our unit testing framework. Compiling them alltogether (as is now doen in junit) does not work either for them because they contain a duplicate class.