summaryrefslogtreecommitdiff
path: root/test/junit/scala/issues/RunTest.scala
Commit message (Expand)AuthorAgeFilesLines
* Split RunTest and BytecodeTest into parts, put in matching packages.Lukas Rytz2016-05-201-247/+0
* Better abstraction for JUnit run testsLukas Rytz2016-05-201-11/+5
* SI-9066 fix null.asInstanceOf[Unit]Lukas Rytz2016-05-181-17/+17
* SI-9671, SI-7397 fix null.asInstanceOf[Int] when pt erases to ObjectLukas Rytz2016-05-181-1/+97
* Reduce boilerplate in compiler JUnit tests (#5158)Jason Zaugg2016-05-161-8/+3
* Fix erasure for classOf[Unit], don't erase to classOf[BoxedUnit]Lukas Rytz2016-04-201-0/+12
* Clean up code gen for method invocationsLukas Rytz2016-04-201-0/+7
* SI-9702 Fix backend crash with classOf[T] annotation argumentLukas Rytz2016-03-301-0/+143