public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/icu4j: ChangeLog icu4j-4.0.1.1.ebuild icu4j-4.2.ebuild
@ 2010-04-12 22:21 Vlastimil Babka (caster)
  0 siblings, 0 replies; only message in thread
From: Vlastimil Babka (caster) @ 2010-04-12 22:21 UTC (permalink / raw
  To: gentoo-commits

caster      10/04/12 22:21:05

  Modified:             ChangeLog icu4j-4.0.1.1.ebuild icu4j-4.2.ebuild
  Log:
  Remove the BigDecimal test as it fails with icedtea and probably relies too much on internal representation. Bug #299082.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.37                 dev-java/icu4j/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/icu4j/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/icu4j/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/icu4j/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	5 Apr 2010 23:50:45 -0000	1.36
+++ ChangeLog	12 Apr 2010 22:21:05 -0000	1.37
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/icu4j
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.36 2010/04/05 23:50:45 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/ChangeLog,v 1.37 2010/04/12 22:21:05 caster Exp $
+
+  12 Apr 2010; Vlastimil Babka <caster@gentoo.org> icu4j-4.0.1.1.ebuild,
+  icu4j-4.2.ebuild:
+  Remove the BigDecimal test as it fails with icedtea and probably relies
+  too much on internal representation. Bug #299082.
 
   05 Apr 2010; Vlastimil Babka <caster@gentoo.org> icu4j-3.8.1-r1.ebuild:
   Don't restrict dependency to 1.5 jdk for tests, since they are disabled



1.4                  dev-java/icu4j/icu4j-4.0.1.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/icu4j/icu4j-4.0.1.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/icu4j/icu4j-4.0.1.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/icu4j/icu4j-4.0.1.1.ebuild?r1=1.3&r2=1.4

Index: icu4j-4.0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-4.0.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- icu4j-4.0.1.1.ebuild	20 Mar 2010 13:49:49 -0000	1.3
+++ icu4j-4.0.1.1.ebuild	12 Apr 2010 22:21:05 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-4.0.1.1.ebuild,v 1.3 2010/03/20 13:49:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-4.0.1.1.ebuild,v 1.4 2010/04/12 22:21:05 caster Exp $
 
 EAPI=2
 
@@ -71,5 +71,7 @@
 # Tests only work with JDK-1.6, severe out of memory problems appear with 1.5
 
 src_test() {
+	# bug #299082 - these tests fail with icedtea, assume too much about double<>string conversions
+	sed -i '/DiagBigDecimal/d' src/com/ibm/icu/dev/test/TestAll.java || die
 	eant check
 }



1.3                  dev-java/icu4j/icu4j-4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/icu4j/icu4j-4.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/icu4j/icu4j-4.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/icu4j/icu4j-4.2.ebuild?r1=1.2&r2=1.3

Index: icu4j-4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-4.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- icu4j-4.2.ebuild	3 Jan 2010 20:45:49 -0000	1.2
+++ icu4j-4.2.ebuild	12 Apr 2010 22:21:05 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-4.2.ebuild,v 1.2 2010/01/03 20:45:49 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-4.2.ebuild,v 1.3 2010/04/12 22:21:05 caster Exp $
 
 EAPI=2
 
@@ -70,5 +70,7 @@
 }
 
 src_test() {
+	# bug #299082 - these tests fail with icedtea, assume too much about double<>string conversions
+	sed -i '/DiagBigDecimal/d' src/com/ibm/icu/dev/test/TestAll.java || die
 	eant check
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-12 22:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-12 22:21 [gentoo-commits] gentoo-x86 commit in dev-java/icu4j: ChangeLog icu4j-4.0.1.1.ebuild icu4j-4.2.ebuild Vlastimil Babka (caster)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox