diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-01-02 15:51:34 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-01-02 15:51:34 +0000 |
commit | f3c8176958f362c8e01f138cb85d3ef10c9670f6 (patch) | |
tree | 143d6e133270fb322cbfde8394af71d141e0b2ee /dev-lang/v8 | |
parent | Version bump (diff) | |
download | gentoo-2-f3c8176958f362c8e01f138cb85d3ef10c9670f6.tar.gz gentoo-2-f3c8176958f362c8e01f138cb85d3ef10c9670f6.tar.bz2 gentoo-2-f3c8176958f362c8e01f138cb85d3ef10c9670f6.zip |
Remove a test that behaves differently depending on FEATURES="userpriv", bug #348558 by patrick, root cause identified by Mike Gilbert <floppymaster@gmail.com>.
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-lang/v8')
-rw-r--r-- | dev-lang/v8/ChangeLog | 10 | ||||
-rw-r--r-- | dev-lang/v8/v8-2.4.9.14.ebuild | 8 | ||||
-rw-r--r-- | dev-lang/v8/v8-2.5.9.1.ebuild | 8 | ||||
-rw-r--r-- | dev-lang/v8/v8-3.0.0.1.ebuild | 8 | ||||
-rw-r--r-- | dev-lang/v8/v8-9999.ebuild | 8 |
5 files changed, 32 insertions, 10 deletions
diff --git a/dev-lang/v8/ChangeLog b/dev-lang/v8/ChangeLog index 0ff9b4236c90..770fe005b398 100644 --- a/dev-lang/v8/ChangeLog +++ b/dev-lang/v8/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/v8 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.20 2010/12/31 16:34:35 phajdan.jr Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.21 2011/01/02 15:51:34 phajdan.jr Exp $ + + 02 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> v8-2.4.9.14.ebuild, + v8-2.5.9.1.ebuild, v8-3.0.0.1.ebuild, v8-9999.ebuild: + Remove a test that behaves differently depending on FEATURES="userpriv", + bug #348558 by patrick, root cause identified by Mike Gilbert + <floppymaster@gmail.com>. 31 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> -v8-2.4.9.13.ebuild, v8-2.4.9.14.ebuild, v8-2.5.9.1.ebuild, v8-3.0.0.1.ebuild, v8-9999.ebuild, diff --git a/dev-lang/v8/v8-2.4.9.14.ebuild b/dev-lang/v8/v8-2.4.9.14.ebuild index 3e81add6fc9c..4d1dc4a98e38 100644 --- a/dev-lang/v8/v8-2.4.9.14.ebuild +++ b/dev-lang/v8/v8-2.4.9.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-2.4.9.14.ebuild,v 1.2 2010/12/31 16:34:35 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-2.4.9.14.ebuild,v 1.3 2011/01/02 15:51:34 phajdan.jr Exp $ EAPI="2" @@ -40,6 +40,10 @@ src_prepare() { # Remove a test that is known to fail: # http://groups.google.com/group/v8-users/browse_thread/thread/b8a3f42b5aa18d06 rm test/mjsunit/debug-script.js || die + + # Remove a test that behaves differently depending on FEATURES="userpriv", + # see bug #348558. + rm test/mjsunit/d8-os.js || die } src_configure() { diff --git a/dev-lang/v8/v8-2.5.9.1.ebuild b/dev-lang/v8/v8-2.5.9.1.ebuild index 71a138f30367..23de5bd41275 100644 --- a/dev-lang/v8/v8-2.5.9.1.ebuild +++ b/dev-lang/v8/v8-2.5.9.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-2.5.9.1.ebuild,v 1.2 2010/12/31 16:34:35 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-2.5.9.1.ebuild,v 1.3 2011/01/02 15:51:34 phajdan.jr Exp $ EAPI="2" @@ -40,6 +40,10 @@ src_prepare() { # Remove a test that is known to fail: # http://groups.google.com/group/v8-users/browse_thread/thread/b8a3f42b5aa18d06 rm test/mjsunit/debug-script.js || die + + # Remove a test that behaves differently depending on FEATURES="userpriv", + # see bug #348558. + rm test/mjsunit/d8-os.js || die } src_configure() { diff --git a/dev-lang/v8/v8-3.0.0.1.ebuild b/dev-lang/v8/v8-3.0.0.1.ebuild index d89ab7e8160e..a818a60c9dc1 100644 --- a/dev-lang/v8/v8-3.0.0.1.ebuild +++ b/dev-lang/v8/v8-3.0.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.0.0.1.ebuild,v 1.2 2010/12/31 16:34:35 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.0.0.1.ebuild,v 1.3 2011/01/02 15:51:34 phajdan.jr Exp $ EAPI="2" @@ -40,6 +40,10 @@ src_prepare() { # Remove a test that is known to fail: # http://groups.google.com/group/v8-users/browse_thread/thread/b8a3f42b5aa18d06 rm test/mjsunit/debug-script.js || die + + # Remove a test that behaves differently depending on FEATURES="userpriv", + # see bug #348558. + rm test/mjsunit/d8-os.js || die } src_configure() { diff --git a/dev-lang/v8/v8-9999.ebuild b/dev-lang/v8/v8-9999.ebuild index 98cdc75b7a3e..940c37125afd 100644 --- a/dev-lang/v8/v8-9999.ebuild +++ b/dev-lang/v8/v8-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.2 2010/12/31 16:34:35 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.3 2011/01/02 15:51:34 phajdan.jr Exp $ EAPI="2" @@ -40,6 +40,10 @@ src_prepare() { # Remove a test that is known to fail: # http://groups.google.com/group/v8-users/browse_thread/thread/b8a3f42b5aa18d06 rm test/mjsunit/debug-script.js || die + + # Remove a test that behaves differently depending on FEATURES="userpriv", + # see bug #348558. + rm test/mjsunit/d8-os.js || die } src_configure() { |