summaryrefslogtreecommitdiff
path: root/test/debug/jvm
Commit message (Collapse)AuthorAgeFilesLines
* rm -r test/{flaky,disabled*,checker-tests,support,debug}Seth Tisue2017-03-201-0/+0
| | | | | | | keeping this stuff, somewhere, forever and ever and ever is what version control is for. who dares disturb the ancient and accursed tomb of all this code...?
* Added test.debug target to build.xml.Paul Phillips2010-03-081-0/+0
tests you have placed in the test/debug directories - critically for those of us stuck debugging ant, this lets one run a small selection of tests by way of ant instead of the console runner. (Sorry about the empty .gitignore files, but one of git's quirks is that it won't acknowledge the existence of an empty directory.) No review.