On Wed, Nov 4, 2009 at 09:19, Kelly O'Hair <kelly.oh...@sun.com> wrote:
> Managing the ProblemList (as Jon noted) will be a pain at times. It's even more of a problem as development becomes more distributed, as failures become platform-dependent, etc... I would prefer to see per-file annotations that jtreg can understand. I also like the approach I advocated some years ago: - run tests under JDK 1 - run tests under JDK 2 - diff the results (JTreport directories) See my diff-javatest script. jtreg now has support for this (I haven't tried it lately). Martin