summaryrefslogtreecommitdiff
path: root/test/files/specialized/spec-matrix.check
Commit message (Collapse)AuthorAgeFilesLines
* Removed the probe for integers in spec-matrix.Iulian Dragos2011-01-191-1/+0
|
* Allow box(unbox) elimination for the Null type,...Iulian Dragos2011-01-181-1/+3
| | | | | | Allow box(unbox) elimination for the Null type, plus testing that specialization tests do not box too much. review by extempore.
* Disabled failing specialization test.Aleksandar Pokopec2011-01-171-1/+0
| | | | | No review.
* Added specialized test to ant build, and ported...Aleksandar Pokopec2011-01-171-1/+1
| | | | | | | | Added specialized test to ant build, and ported old specialized 'run' tests to check the number of boxings. No review.
* Adapted specialization tests to track number of...Aleksandar Pokopec2011-01-171-0/+2
Adapted specialization tests to track number of boxings. Review by dragos