aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled
Commit message (Collapse)AuthorAgeFilesLines
...
* More testsMartin Odersky2014-03-212-0/+8
| | | | | | Added more tests which all pass, except for tests in disabled and pending. t0694 went from pos to neg, because the kind of alias type used in t0695 is no longer supported.
* Tests t01xx and t02xxMartin Odersky2014-03-212-0/+18
Test t0288 moved to disabled due to lack of Java interop. Test t0273 fixed by relaxing double def condition: We only regard two definitions that define the same name and have exactly the same signature as double definitions. Previously, signatures that defined the same parameters were also excluded.