aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled/pos-scala2
Commit message (Collapse)AuthorAgeFilesLines
* Don't evaluate isInstanceOf for value classes, disable bugged testsFelix Mulder2016-05-261-0/+10
The tests `i1059.scala` and `t3480.scala` are failing due to a bug in pattern matcher that evaluates the `x` in `List(x: _*)` incorrectly. Concerned issue: #1276