aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled
Commit message (Collapse)AuthorAgeFilesLines
...
* Tests pos 20xx 21xxMartin Odersky2014-05-202-0/+97
|
* Pos tests t17xx - t19xxMartin Odersky2014-05-2018-0/+86
|
* More testsMartin Odersky2014-05-129-0/+111
|
* More tests, currently disabledMartin Odersky2014-03-2128-0/+113
| | | | Mostly Java interop tests which are not yet supported. The test infrastructure for Java ocmpilation and the java parser from Scala are still missing.
* 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.