aboutsummaryrefslogtreecommitdiff
path: root/tests/run
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #622 from dotty-staging/add/implement-scala2-traitsodersky2015-06-061-2/+8
|\
| * Fixed test.Martin Odersky2015-06-021-2/+8
* | Revert "Update t6260-delambdafy.check to account for change in lambda generat...Dmitry Petrashko2015-06-021-0/+1
* | Revert "Avoid static initialization deadlock in run tests."Martin Odersky2015-06-015-34/+23
|/
* Update t6260-delambdafy.check to account for change in lambda generationGuillaume Martres2015-05-301-1/+0
* Avoid static initialization deadlock in run tests.Guillaume Martres2015-05-305-23/+34
* Bring back disabled test.Martin Odersky2015-05-292-0/+26
* Revert "Fix #580: use isContainedIn to support cases where the enclosing clas...Martin Odersky2015-05-292-26/+0
* Merge pull request #611 from dotty-staging/supercalls-traits-testDmitry Petrashko2015-05-282-0/+56
|\
| * Extended test case.Martin Odersky2015-05-271-0/+10
| * workaround https://issues.scala-lang.org/browse/SI-7666Dmitry Petrashko2015-05-271-5/+11
| * Add super calls to trait initialization test)Dmitry Petrashko2015-05-271-3/+3
| * Add a test for trait initialization.Dmitry Petrashko2015-05-271-0/+25
| * Add a test that tests supercalls in traits.Dmitry Petrashko2015-05-271-0/+15
* | ParamForwarding: do not require param accessors to be private[this]Guillaume Martres2015-05-282-0/+105
|/
* Disable failing testMartin Odersky2015-05-272-24/+0
* Disabled two failing testsMartin Odersky2015-05-262-46/+0
* Fix bridge creation for value classesGuillaume Martres2015-05-232-0/+43
* Add some run tests related to value classesGuillaume Martres2015-05-2320-0/+416
* Enable 440 run tests that pass.Dmitry Petrashko2015-05-22698-0/+18952
* Mixin: fix the initialization of traitsGuillaume Martres2015-05-212-0/+15
* Fix #580: use isContainedIn to support cases where the enclosing class is als...Guillaume Martres2015-05-212-0/+26
* Disable byNameVarargs. Kills JVM.Dmitry Petrashko2015-05-201-27/+0
* Fix null unboxing of primitives (fixes #582)Guillaume Martres2015-05-182-0/+23
* Fix i499 test. fails due to #546Dmitry Petrashko2015-05-131-4/+3
* Run tests for partestvsalvis2015-05-124-0/+13
* Add tests for #499Dmitry Petrashko2015-04-301-0/+28