aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Enable t5629b.Dmitry Petrashko2015-06-192-0/+0
* Fix wrong test in PatMat.Dmitry Petrashko2015-06-192-0/+0
* Add initializers for lambdalift proxy fieldsMartin Odersky2015-06-191-5/+19
* Fix problem with explicit outer accessorsMartin Odersky2015-06-191-0/+12
* More explicit test of trait parameter initialization orderMartin Odersky2015-06-191-0/+30
* Drop parameter accessor flag in traitsMartin Odersky2015-06-191-0/+6
* Extend test to verify initialization orderMartin Odersky2015-06-191-6/+13
* Convert pos test to be a run test.Martin Odersky2015-06-192-12/+19
* Implement trait parametersMartin Odersky2015-06-192-0/+24
* Implement checking for illegal parent trait constructor calls.Martin Odersky2015-06-191-0/+16
* Add missing testMartin Odersky2015-06-191-0/+38
* Merge pull request #663 from dotty-staging/fix/#643-scala2-noinitsDmitry Petrashko2015-06-192-0/+0
|\
| * Avoid spurious StaleSymbol error in <refinement> membersMartin Odersky2015-06-162-0/+0
* | Merge pull request #599 from dotty-staging/add/existential-skolemizationodersky2015-06-193-7/+47
|\ \
| * | Deskolemize types inferred for vals and defsMartin Odersky2015-06-061-0/+20
| * | Skolemize unstable prefixes in asSeenFromMartin Odersky2015-06-061-0/+27
| * | Tighten isStable predicateMartin Odersky2015-06-061-7/+0
* | | Merge pull request #664 from dotty-staging/more-testsodersky2015-06-181103-42/+20
|\ \ \ | |_|/ |/| |
| * | Move tests that have " macro" or "reify" to disabled.Dmitry Petrashko2015-06-151020-0/+0
| * | Update origins.check with origins that match dotty.Dmitry Petrashko2015-06-151-3/+3
| * | Remove warnings that dotty doesn't emit from check files.Dmitry Petrashko2015-06-156-22/+0
| * | Enable tests that succeed.Dmitry Petrashko2015-06-1578-0/+0
* | | Revert changes in testMartin Odersky2015-06-151-2/+1
* | | Fix #651 Generalize criterion for isOpAssignMartin Odersky2015-06-152-1/+2
* | | Merge pull request #635 from dotty-staging/fix/private-scala2-trait-settersDmitry Petrashko2015-06-122-4/+10
|\| |
| * | Copy annotations from trait members to their implementationsMartin Odersky2015-06-081-1/+7
| * | Fix to trait setter generationMartin Odersky2015-06-081-3/+3
| |/
* | Fix mergeDenot one more time.Martin Odersky2015-06-072-0/+0
* | Bring back tests from disabled.Martin Odersky2015-06-073-0/+0
* | Fix refs to inner objectsMartin Odersky2015-06-071-1/+3
|/
* Merge pull request #622 from dotty-staging/add/implement-scala2-traitsodersky2015-06-063-2/+66
|\
| * Fixed test.Martin Odersky2015-06-021-2/+8
| * Add test case.Martin Odersky2015-06-012-0/+58
* | Test case for problems with lambda lifting.Martin Odersky2015-06-031-0/+9
* | Move test from lambdaLift.scala to a separate file in pending.Dmitry Petrashko2015-06-022-21/+20
* | 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/+0
* Move test that fails again to disabled.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
* | Uncomment testsMartin Odersky2015-05-271-2/+2