aboutsummaryrefslogtreecommitdiff
path: root/tests/run/t6637.scala
Commit message (Collapse)AuthorAgeFilesLines
* Don't evaluate isInstanceOf for value classes, disable bugged testsFelix Mulder2016-05-261-2/+1
| | | | | | | 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
* Enable 440 run tests that pass.Dmitry Petrashko2015-05-221-0/+8
Note that some of them may pass due to several bugs that interfere.