public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/chromium: chromium-10.0.628.0.ebuild ChangeLog chromium-9999.ebuild
@ 2011-01-09 15:52 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; only message in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-01-09 15:52 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/01/09 15:52:29

  Modified:             chromium-10.0.628.0.ebuild ChangeLog
                        chromium-9999.ebuild
  Log:
  Exclude test that relies on custom ICU patches (bug #350347). Also remove net_unittests for now and make all test failures fatal.
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.2                  www-client/chromium/chromium-10.0.628.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-10.0.628.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-10.0.628.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-10.0.628.0.ebuild?r1=1.1&r2=1.2

Index: chromium-10.0.628.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-10.0.628.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chromium-10.0.628.0.ebuild	6 Jan 2011 16:12:21 -0000	1.1
+++ chromium-10.0.628.0.ebuild	9 Jan 2011 15:52:29 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-10.0.628.0.ebuild,v 1.1 2011/01/06 16:12:21 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-10.0.628.0.ebuild,v 1.2 2011/01/09 15:52:29 phajdan.jr Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.6"
@@ -272,9 +272,8 @@
 	emake chrome chrome_sandbox BUILDTYPE=Release V=1 || die
 	pax-mark m out/Release/chrome
 	if use test; then
-		emake base_unittests net_unittests \
-			BUILDTYPE=Release V=1 || die
-		pax-mark m out/Release/{base_unittests,net_unittests}
+		emake base_unittests BUILDTYPE=Release V=1 || die
+		pax-mark m out/Release/base_unittests
 	fi
 }
 
@@ -289,11 +288,9 @@
 		die "locale ${mylocale} is not supported"
 	fi
 
-	# Make test failures non-fatal for now. This needs more investigation.
+	# For more info see bug #350347.
 	LC_ALL="${mylocale}" maketype=out/Release/base_unittests virtualmake \
-		|| eerror "base_unittests failed"
-	LC_ALL="${mylocale}" maketype=out/Release/net_unittests virtualmake \
-		|| eerror "net_unittests failed"
+		'--gtest_filter=-ICUStringConversionsTest.*' || die
 }
 
 src_install() {



1.256                www-client/chromium/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.256&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.256&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.255&r2=1.256

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -r1.255 -r1.256
--- ChangeLog	7 Jan 2011 08:28:34 -0000	1.255
+++ ChangeLog	9 Jan 2011 15:52:29 -0000	1.256
@@ -1,6 +1,11 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.255 2011/01/07 08:28:34 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.256 2011/01/09 15:52:29 phajdan.jr Exp $
+
+  09 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  chromium-10.0.628.0.ebuild, chromium-9999.ebuild:
+  Exclude test that relies on custom ICU patches (bug #350347). Also remove
+  net_unittests for now and make all test failures fatal.
 
 *chromium-9.0.597.45 (07 Jan 2011)
 



1.122                www-client/chromium/chromium-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-9999.ebuild?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-9999.ebuild?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-9999.ebuild?r1=1.121&r2=1.122

Index: chromium-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999.ebuild,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- chromium-9999.ebuild	6 Jan 2011 16:12:21 -0000	1.121
+++ chromium-9999.ebuild	9 Jan 2011 15:52:29 -0000	1.122
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999.ebuild,v 1.121 2011/01/06 16:12:21 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999.ebuild,v 1.122 2011/01/09 15:52:29 phajdan.jr Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2:2.6"
@@ -309,9 +309,8 @@
 	emake chrome chrome_sandbox BUILDTYPE=Release V=1 || die
 	pax-mark m out/Release/chrome
 	if use test; then
-		emake base_unittests net_unittests \
-			BUILDTYPE=Release V=1 || die
-		pax-mark m out/Release/{base_unittests,net_unittests}
+		emake base_unittests BUILDTYPE=Release V=1 || die
+		pax-mark m out/Release/base_unittests
 	fi
 }
 
@@ -326,11 +325,9 @@
 		die "locale ${mylocale} is not supported"
 	fi
 
-	# Make test failures non-fatal for now. This needs more investigation.
+	# For more info see bug #350347.
 	LC_ALL="${mylocale}" maketype=out/Release/base_unittests virtualmake \
-		|| eerror "base_unittests failed"
-	LC_ALL="${mylocale}" maketype=out/Release/net_unittests virtualmake \
-		|| eerror "net_unittests failed"
+		'--gtest_filter=-ICUStringConversionsTest.*' || die
 }
 
 src_install() {






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

only message in thread, other threads:[~2011-01-09 15:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-09 15:52 [gentoo-commits] gentoo-x86 commit in www-client/chromium: chromium-10.0.628.0.ebuild ChangeLog chromium-9999.ebuild PaweA Hajdan (phajdan.jr)

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