aboutsummaryrefslogtreecommitdiff
path: root/tests/neg
Commit message (Expand)AuthorAgeFilesLines
* Neg tests: remove negTest flag; neg tests are binded to neg directoryVladimirNik2016-03-031-0/+9
* Neg tests: remove xerror parameter from tests (compute based on // error)VladimirNik2016-03-0311-58/+12
* Merge pull request #1111 from dotty-staging/fix-#1099Dmitry Petrashko2016-03-021-38/+0
|\
| * Remove bogus test on rebasingMartin Odersky2016-02-201-38/+0
* | Merge pull request #1112 from dotty-staging/value-classes-private-this-paramDmitry Petrashko2016-02-201-2/+0
|\ \ | |/ |/|
| * Add support for private[this] parameter in value classesVladimirNik2016-02-191-2/+0
* | Merge pull request #1066 from dotty-staging/fix-#997odersky2016-02-192-0/+66
|\ \
| * | Add error markersMartin Odersky2016-02-191-2/+2
| * | Move leak detection to CheckingMartin Odersky2016-02-191-0/+2
| * | Add checking for leaking private definitionsMartin Odersky2016-02-191-0/+45
| * | Copy access flags to derived definitions during desugaringMartin Odersky2016-02-191-0/+19
| |/
* | Merge pull request #1072 from dotty-staging/change-isVolatile-2odersky2016-02-192-6/+41
|\ \ | |/ |/|
| * Allow Named Arguments in TypeArgsMartin Odersky2016-02-191-0/+12
| * Annotate test with // error indicationsMartin Odersky2016-02-191-6/+7
| * Check named type params for welformedness rules.Martin Odersky2016-02-191-0/+22
* | Merge pull request #1106 from dotty-staging/neg-linesDmitry Petrashko2016-02-1947-136/+137
|\ \ | |/ |/|
| * Adapt neg tests to new neg tests checksVladimirNik2016-02-1817-55/+55
| * Negtests with // error commentsvsalvis2016-02-1834-94/+95
* | Merge pull request #898 from dotty-staging/add/auto-uncurryodersky2016-02-181-0/+28
|\ \ | |/ |/|
| * Strengthen requirement for auto-tuplingMartin Odersky2016-02-161-0/+4
| * Add more pos and neg testsMartin Odersky2016-02-161-1/+3
| * Auto-uncurry n-ary functions.Martin Odersky2016-02-161-0/+22
* | Add checks for value classes:VladimirNik2016-02-161-0/+10
|/
* Merge pull request #1081 from dotty-staging/fix-#645Dmitry Petrashko2016-02-121-0/+15
|\
| * Add test case for #645Martin Odersky2016-02-121-0/+15
* | Survive class of errors in implicit searchMartin Odersky2016-02-121-0/+5
|/
* By-name parameters are not stable values.Martin Odersky2016-02-092-14/+21
* New test files from SI 7278.Martin Odersky2016-02-091-0/+42
* Big realizability refactoringMartin Odersky2016-02-095-38/+129
* Handle paths of length > 1 for realizability checkingMartin Odersky2016-02-091-0/+27
* Drop lines from testMartin Odersky2016-02-092-3/+1
* Check that non-abstract classes have realizable bounds.Martin Odersky2016-02-091-3/+18
* Handle imports in path checks.Martin Odersky2016-02-091-11/+9
* Fix path error disgnasticsMartin Odersky2016-02-091-0/+16
* Only final lazy vals can be paths.Martin Odersky2016-02-092-2/+31
* Enforce rule that laziness is preserved when overriding.Martin Odersky2016-02-091-1/+7
* Reorganize tests to account for new typing of projectionMartin Odersky2016-02-094-21/+79
* Also consider type aliases when checking for realizabilityMartin Odersky2016-02-091-0/+24
* Use isRealizable to identify stable prefixesMartin Odersky2016-02-091-9/+9
* No volatile check needed for strict vals.Martin Odersky2016-02-091-9/+9
* Handle "missing args" case when expected type is a singleton type.Martin Odersky2016-02-051-0/+11
* Check AppliedTypeTrees bounds inside AppliedTypeTreeGuillaume Martres2016-01-181-0/+5
* Adapt and add testsMartin Odersky2016-01-183-7/+143
* Fix checkNonCyclic.Martin Odersky2016-01-161-0/+8
* Fix #1009: Do not forget to skolemize some typesGuillaume Martres2015-12-241-0/+13
* Update test error countMartin Odersky2015-12-221-2/+2
* Fix off by 2 error for symbol positionsMartin Odersky2015-12-221-5/+0
* Add test caseMartin Odersky2015-12-191-0/+40
* Check types for overriding conditions.Martin Odersky2015-12-141-0/+18
* Better diagnosis for cyclic references caused by class clashes.Martin Odersky2015-12-142-19/+20