aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos
Commit message (Expand)AuthorAgeFilesLines
* Fixes in comparisons between singleton typesMartin Odersky2016-08-181-16/+0
* Add passing testsMartin Odersky2016-08-1710-564/+0
* Harden copmpareHkApply for ill-typed programsMartin Odersky2016-08-172-39/+0
* Add clause for HKApply in TypeAssigner#avoidMartin Odersky2016-08-171-27/+0
* Move java tests relying on type parameters to pendingGuillaume Martres2016-07-274-0/+44
* Enable test for fixed #1181: Typer should preserve aliases in TypeTreesGuillaume Martres2016-07-121-12/+0
* Introduce recursive typesMartin Odersky2016-07-111-0/+14
* Add test for #1181 to pendingMartin Odersky2016-03-301-0/+12
* Test case for #1149Martin Odersky2016-03-121-0/+18
* Fix caching bug: don't assume that tvars instantiation cannot be retractedGuillaume Martres2016-01-171-5/+0
* The big pending/pos test triageMartin Odersky2015-12-20189-3607/+8
* Categorize more testsMartin Odersky2015-12-191-0/+10
* More testsMartin Odersky2015-10-212-0/+32
* Move failing test to pending.Martin Odersky2015-09-181-0/+52
* Add a test for #743 to pending.Dmitry Petrashko2015-07-281-0/+6
* Merge pull request #694 from dotty-staging/fix/dependent-methodsodersky2015-07-061-28/+0
|\
| * Add test from pending.Martin Odersky2015-06-251-32/+0
| * Handle normalization of implicit dependent methods.Martin Odersky2015-06-231-1/+5
* | Avoid junk produced by Constraint#replace.Martin Odersky2015-06-221-26/+0
|/
* Add failing test for #670.Martin Odersky2015-06-191-0/+26
* Move tests that have " macro" or "reify" to disabled.Dmitry Petrashko2015-06-1556-547/+0
* Move test from lambdaLift.scala to a separate file in pending.Dmitry Petrashko2015-06-021-0/+20
* Merge pull request #526 from dotty-staging/fix/#522odersky2015-05-032-20/+0
|\
| * Moved tests from pendingMartin Odersky2015-05-032-20/+0
* | Enable test strip-tvars-for-lubbasetypes.scalaGuillaume Martres2015-05-031-25/+0
|/
* Enable pending pos tests related to value classesGuillaume Martres2015-05-015-76/+0
* Ensure spaces after `if` in Dotty tests.Dmitry Petrashko2015-04-096-7/+7
* Add spaces around + in tests.Dmitry Petrashko2015-04-097-15/+15
* Remove trailing spaces in Dotty tests.Dmitry Petrashko2015-04-097-28/+28
* Replace tabs with 4 spaces in Dotty tests.Dmitry Petrashko2015-04-0918-59/+59
* add/strictMartin Odersky2015-03-132-49/+0
* Java methods: JavaMethodType instead of MethodType, convert Object to AnyOndrej Lhotak2015-02-072-10/+0
* New failing testMartin Odersky2015-02-072-0/+10
* Test reorgMartin Odersky2015-02-0715-210/+1
* Fixes handling of op-assignments for polymorphic apply/update.Martin Odersky2015-02-071-15/+0
* Merge pull request #338 from dotty-staging/fix/t3152-findMemberodersky2015-01-318-124/+0
|\
| * Use normnalized type to report type errors.Martin Odersky2015-01-278-124/+0
* | Merge pull request #331 from dotty-staging/fix/refined-subtypingodersky2015-01-319-95/+13
|\ \
| * | Fixed problem with ensureSingletonMartin Odersky2015-01-281-16/+0
| * | Cleanups prompted by reviews.Martin Odersky2015-01-281-1/+4
| |/
| * Moved previously failing tests to posMartin Odersky2015-01-185-130/+0
| * Simplify and fix bounds propagation in constraints.Martin Odersky2015-01-081-0/+49
| * New scheme for subtyping refined types.Martin Odersky2015-01-081-0/+15
| * Reorg of subtyping.Martin Odersky2015-01-012-0/+14
| * test reorgMartin Odersky2014-12-214-20/+3
* | Merge pull request #313 from dotty-staging/more-testsDmitry Petrashko2015-01-0913-333/+2
|\|
| * tests reorgsMartin Odersky2014-12-215-73/+2
| * Don't emit copy method for case classes with repeated parameters.Martin Odersky2014-12-201-7/+0
| * New passing tests.Martin Odersky2014-12-191-3/+0
| * Harden implicit scope computation against CyclicReference errors.Martin Odersky2014-12-191-51/+0