summaryrefslogtreecommitdiff
path: root/test/files/jvm/nest.java
Commit message (Collapse)AuthorAgeFilesLines
* Rolled partest back to r21328.Paul Phillips2010-05-061-0/+38
| | | | | | | | changes necessary to plug it back in while preserving everything which has happened since then in tests and such, but we should be the lookout for overreversion. Review by phaller (but as a formality, I don't think it requires direct review.)
* If I work on this patch any longer without chec...Paul Phillips2010-04-051-38/+0
| | | | | | | | | | | | | | | | If I work on this patch any longer without checking in I will go stark raving mad. It is broken up into a couple pieces. This one is the changes to test/. It includes fixing a bunch of tests, removing deprecated constructs, moving jars used by tests to the most specific plausible location rather than having all jars on the classpath of all tests, and some filesystem layout change (continuations get their whole own srcpath.) This would be the world's most tedious review, so let's say no review. [Note: after this commit, I doubt things will build very smoothly until the rest of the partest changes follow. Which should only be seconds, but just in case.]
* Fixed #1315, outer instances are passed implici...Iulian Dragos2008-09-011-0/+21
| | | | | | Fixed #1315, outer instances are passed implicitly. Reorganized nested classes tests.
* Adjusted package name in test, so that it integ...Philipp Haller2008-03-031-1/+1
| | | | | | Adjusted package name in test, so that it integrates easier with other tests.
* Added a value for Java static inner classes to ...Iulian Dragos2006-11-021-0/+17
Added a value for Java static inner classes to allow access to static members.