diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-01-25 22:54:55 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-01-25 22:54:55 +0000 |
commit | e5db42ce863738976dfcaacede5373f35e2b4a8b (patch) | |
tree | 04cffe3fe0ea675c38ba58b7761c3fc6d9838b74 /dev-db | |
parent | Output a QA warning when the autotools functions are used outside of (diff) | |
download | gentoo-2-e5db42ce863738976dfcaacede5373f35e2b4a8b.tar.gz gentoo-2-e5db42ce863738976dfcaacede5373f35e2b4a8b.tar.bz2 gentoo-2-e5db42ce863738976dfcaacede5373f35e2b4a8b.zip |
Disable the subselect testcase on x86.
(Portage version: 2.1.4)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.54.ebuild | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 456c750b8fc0..adcdab99f44a 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.438 2008/01/25 08:55:32 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.439 2008/01/25 22:54:55 robbat2 Exp $ + + 25 Jan 2008; Robin H. Johnson <robbat2@gentoo.org> mysql-5.0.54.ebuild: + Disable the subselect testcase on x86. 25 Jan 2008; Robin H. Johnson <robbat2@gentoo.org> mysql-5.0.54.ebuild: Bump the mysql-extras. diff --git a/dev-db/mysql/mysql-5.0.54.ebuild b/dev-db/mysql/mysql-5.0.54.ebuild index 1cd9b7db897f..5c52804218db 100644 --- a/dev-db/mysql/mysql-5.0.54.ebuild +++ b/dev-db/mysql/mysql-5.0.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.54.ebuild,v 1.2 2008/01/25 08:55:32 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.54.ebuild,v 1.3 2008/01/25 22:54:55 robbat2 Exp $ MY_EXTRAS_VER="20080124" SERVER_URI="http://mirror.provenscaling.com/mysql/enterprise/source/5.0/${P}.tar.gz" @@ -48,6 +48,12 @@ src_test() { "read_only" \ "Broken in 5.0.54, output in wrong order" + [ "${PV}" == "5.0.54" ] && \ + [ "${ARCH/x86}" != "${ARCH}" ] && \ + mysql_disable_test \ + "subselect" \ + "Testcase needs tuning on x86 for oom condition" + # We run the test protocols seperately make -j1 test-ns force=--force retstatus1=$? |