summaryrefslogtreecommitdiff
path: root/test/files/run/t3857.scala
Commit message (Collapse)AuthorAgeFilesLines
* Moved failing tests to pending after having dia...Martin Odersky2011-03-241-13/+0
| | | | | | | | Moved failing tests to pending after having diagnosed that the only problem is a difference in output between Java 1.5 and 1.6 reflection libraries. Can we moved back once that's fixed. For now, it's more important to ghet the build back.
* Changed App-using tests to use main() to see if...Paul Phillips2011-03-241-4/+6
| | | | | | Changed App-using tests to use main() to see if that's our trouble. No review.
* Spiced up the signature test infrastructure a b...Paul Phillips2011-03-231-13/+7
| | | | | | Spiced up the signature test infrastructure a bunch, wrote some more tests, restored the tests in pending. No review.
* Reversion of r24319 for causing #4291.Paul Phillips2011-02-241-1/+6
| | | | | in future attempts. Closes #4291, references #4214, no review.
* changed test output and comment, because mixed ...Martin Odersky2011-02-211-1/+1
| | | | | | changed test output and comment, because mixed in fields and methods no longer get a generic signature. Review by extempore.
* Renamed Application to App.Martin Odersky2011-02-211-2/+2
|
* closes #3857: retain pre-erasure info in type h...Adriaan Moors2010-09-231-0/+12
closes #3857: retain pre-erasure info in type history after cloning of mixed in members and, specifically for this bug, fields, so that java generic type sigs are more precise. review by DRagos