/hg/icedtea6: Test enhancement - make the test compatible with O...

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Thu May 19 03:34:34 PDT 2011


changeset cb5177de9f0b in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=cb5177de9f0b
author: ptisnovs
date: Thu May 19 12:39:01 2011 +0200

	Test enhancement - make the test compatible with OpenJDK7/IcedTea7,
	disabling printing unnecessary information to error output.


diffstat:

 ChangeLog                       |  6 ++++++
 patches/jtreg-6929067-fix.patch |  2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 9cd3b8769614 -r cb5177de9f0b ChangeLog
--- a/ChangeLog	Wed May 18 09:04:01 2011 -0400
+++ b/ChangeLog	Thu May 19 12:39:01 2011 +0200
@@ -1,3 +1,9 @@
+2011-05-19  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
+	* patches/jtreg-6929067-fix.patch: Test enhancement -
+	make the test compatible with OpenJDK7/IcedTea7, disabling printing
+	unnecessary information to error output.
+
 2011-05-17  Denis Lila <dlila at redhat.com>
 
 	* Makefile.am: Apply patch.
diff -r 9cd3b8769614 -r cb5177de9f0b patches/jtreg-6929067-fix.patch
--- a/patches/jtreg-6929067-fix.patch	Wed May 18 09:04:01 2011 -0400
+++ b/patches/jtreg-6929067-fix.patch	Thu May 19 12:39:01 2011 +0200
@@ -8,7 +8,7 @@
 +COMP_FLAG="-m32"
 +
 +# Test if JDK is 32 or 64 bits
-+${TESTJAVA}/bin/java -d64
++${TESTJAVA}/bin/java -d64 -version 2> /dev/null
 +
 +if [ $? -eq 0 ]
 +then



More information about the distro-pkg-dev mailing list