Need reviewers - jdk testing changes 6888927

Martin Buchholz martinrb at google.com
Wed Nov 4 23:53:12 UTC 2009


On Wed, Nov 4, 2009 at 09:19, Kelly O'Hair <Kelly.Ohair at 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



More information about the build-dev mailing list