aboutsummaryrefslogtreecommitdiff
path: root/tests/run
Commit message (Collapse)AuthorAgeFilesLines
* Fix #580: use isContainedIn to support cases where the enclosing class is ↵Guillaume Martres2015-05-212-0/+26
| | | | also the top-level class
* Disable byNameVarargs. Kills JVM.Dmitry Petrashko2015-05-201-27/+0
|
* Fix null unboxing of primitives (fixes #582)Guillaume Martres2015-05-182-0/+23
| | | | | Erasure#isUnbox was incorrect: the unbox methods are defined on the value classes, not the boxed classes.
* Fix i499 test. fails due to #546Dmitry Petrashko2015-05-131-4/+3
|
* Run tests for partestvsalvis2015-05-124-0/+13
|
* Add tests for #499Dmitry Petrashko2015-04-301-0/+28