Reviewer needed - fix for IcedTea bug#637

Pavel Tisnovsky ptisnovs at redhat.com
Thu Mar 3 08:08:41 PST 2011


Hi all,

I'd like to push following change to IcedTea6 HEAD. This change fixes
the IcetTea6 bug #637:
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=637

How the fix works:

- after one regtest suite (hotspot, langtools or jdk) is finished, make
check (using grep) if there are any test errors and/or failures.

- if the user runs only selected test suite (by 'make check-hotspot' for
example), this test ensures that make will fail

- if the user runs all three test suites (by 'make check -k' where -k is
mandatory), ALL THREE test suites are run, even if first or second one
fail. File jtreg-summary.txt is always generated in this case, because
the step for creating it is now included in new target
'finish-jtregcheck' and not in the 'common' target 'jtregcheck'.

hg diff generated against recent IcedTea6 HEAD is stored in attachment.


Addition to Changelog:

2011-03-03  Pavel Tisnovsky  <ptisnovs at redhat.com>

        * Makefile.am:
        Added checking of JTreg results - if at least one
        regression test failed, make exits with error code


Cheers
Pavel
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: hg_diff
Url: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20110303/6dd7bb2f/hg_diff.ksh 


More information about the distro-pkg-dev mailing list