/hg/icedtea6: Cleanup NEWS and update test documentation.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Mon Mar 28 16:07:17 PDT 2011


changeset c49a9e7b11f4 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=c49a9e7b11f4
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Mar 29 00:07:12 2011 +0100

	Cleanup NEWS and update test documentation.

	2011-03-29 Andrew John Hughes <ahughes at redhat.com>

	 * INSTALL: Update test documentation.
		* NEWS: Cleanup.


diffstat:

 ChangeLog |   5 +++++
 INSTALL   |   9 ++++++---
 NEWS      |  21 ++++++++-------------
 3 files changed, 19 insertions(+), 16 deletions(-)

diffs (78 lines):

diff -r dadfc80b947a -r c49a9e7b11f4 ChangeLog
--- a/ChangeLog	Mon Mar 28 23:59:26 2011 +0100
+++ b/ChangeLog	Tue Mar 29 00:07:12 2011 +0100
@@ -1,3 +1,8 @@
+2011-03-29  Andrew John Hughes  <ahughes at redhat.com>
+
+	* INSTALL: Update test documentation.
+	* NEWS: Cleanup.
+
 2011-03-28  Andrew John Hughes  <ahughes at redhat.com>
 	Patch contributed by: Alexis Ballier <aballier at gentoo.org>
 
diff -r dadfc80b947a -r c49a9e7b11f4 INSTALL
--- a/INSTALL	Mon Mar 28 23:59:26 2011 +0100
+++ b/INSTALL	Tue Mar 29 00:07:12 2011 +0100
@@ -180,9 +180,12 @@
 
 IcedTea6 includes support for running the test suite included with
 OpenJDK, using the in-tree copy of JTReg.  Invoking 'make check' will
-cause the HotSpot, JDK and langtools test suites to be run.  The
-individual test suites may be run using the check-hotspot, check-jdk
-and check-langtools targets respectively.
+cause the HotSpot, JDK and langtools test suites to be run.  It will
+exit with an error code if a regression test fails, so use 'make check
+-k' if you want to run all three test suites, regardless of if
+failures occur in one.  The individual test suites may be run using
+the check-hotspot, check-jdk and check-langtools targets respectively,
+or by setting jtreg_checks e.g. jtreg_checks="langtools hotspot".
 
 The PulseAudio provider
 =======================
diff -r dadfc80b947a -r c49a9e7b11f4 NEWS
--- a/NEWS	Mon Mar 28 23:59:26 2011 +0100
+++ b/NEWS	Tue Mar 29 00:07:12 2011 +0100
@@ -12,15 +12,15 @@
 New in release 1.11 (2011-XX-XX):
 
 * Use HotSpot 20 as the default virtual machine.
+* Backports
+  - S7023591, S7027667: Clipped antialiased rectangles are filled, not drawn.
+  - S7019861: Last scanline skpped when doing AA.
+  - S6768387, PR670: REGRESSION: JTable no longer serializable
+  - Add missing privileged block around access to the sun.awt.nativedebug property.
 * Bug fixes
-  - PR637: make check should exit with an error code if any of regression test
-    failed. Use make check -k if you want to run all three test suites. And it
-    is now also possible to run individual jtreg testsuite (jdk,langtools and
-    hotspot) with the jtreg_checks argument:
-    make check jtreg_checks="langtools hotspot".
-    If none is provided make check runs all testsuites.
-  - Fixed AccessControlContext which was thrown while working with Color class in a PropertyEditor
+  - PR637: make check should exit with an error code if any regression test failed.
   - G356743: Support libpng 1.5.
+* Allow selection of test suites using the jtreg_checks argument e.g. jtreg_checks="langtools"
 * CACAO
   - Ignore all unknown options, but report them.
   - Fixes build for newer gcc (at least 4.4) on PPC64, breaks older gcc.
@@ -28,8 +28,7 @@
   - CA143: don't hang with invalid locale.
   - CA144: aligned patchers on x86_64.
   - CA148: support for LCMP bytecode.
-  - CA152: Calling Policy.setPolicy with a new Policy object
-    has no effect on the DefaultSecurityManager.
+  - CA152: Calling Policy.setPolicy with a new Policy object has no effect on the DefaultSecurityManager.
   - CA156: uncaughtExceptionHandler doesn't work with OpenJDK 6 b21.
   - CA157: ARM SMP Assertion thinlock failed.
 * JamVM
@@ -45,10 +44,6 @@
   - On ARM, force interpreter to be built in ARM mode.
   - MIPS: 64-bit and interpreter inlining by default.
   - Trivial implementation of stubs for MIPS.
-* Backports
-  - S7023591, S7027667: Clipped antialiased rectangles are filled, not drawn.
-  - S7019861: Last scanline skpped when doing AA.
-  - S6768387, PR670: REGRESSION: JTable no longer serializable
 
 New in release 1.10 (2011-XX-XX):
 



More information about the distro-pkg-dev mailing list