aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled/java-interop
Commit message (Collapse)AuthorAgeFilesLines
* Replace tabs with 4 spaces in Dotty tests.Dmitry Petrashko2015-04-091-0/+0
|
* Moving java tests to posDmitry Petrashko2014-11-2282-378/+0
|
* create dummy first constructor for Java classesOndrej Lhotak2014-11-222-0/+0
| | | | | | The dummy constructor is needed so that the real constructors see the import of the companion object. The constructor has a parameter of type Unit so that no Java code can call it.
* support running java-interop testsOndrej Lhotak2014-11-2210-1/+1
|
* Added test case for varargs bridgesMartin Odersky2014-08-032-0/+15
| | | | | | Currently we cannot run this test automatically because the testing framework does not know about .java files. It was run manually and verified that ElimRepeated does was it is supposed to do (create a varargs bridge).
* Triage of tests t27xx-t29xx.Martin Odersky2014-05-3011-0/+58
|
* Added t25xx testsMartin Odersky2014-05-302-0/+22
|
* Tests pos/23xx to 24xx.Martin Odersky2014-05-2012-0/+80
|
* Pos tests t17xx - t19xxMartin Odersky2014-05-2016-0/+82
|
* More testsMartin Odersky2014-05-127-0/+49
|
* 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.