summaryrefslogtreecommitdiff
path: root/test/disabled/run/spec-matrix.check
Commit message (Collapse)AuthorAgeFilesLines
* Tightened what gets specialized: only when the ...Iulian Dragos2010-05-051-1/+0
| | | | | | | | Tightened what gets specialized: only when the type parameter appears at top level, or as a type argument to a Java array. For example T, Array[T] cause specialization, but List[T] does not. Resurrected spec-matrix, forgotten among the disabled tests. No review.
* Made the icode reader more resilient to errors.Iulian Dragos2010-04-131-0/+1
symbol does not cause any crashes, but the method using an unknown symbol will not be used for inlining. Resurrected tests, removed spec-matrix for the moment. No review.