From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 75FA2138334 for ; Mon, 19 Nov 2018 18:28:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16B23E0901; Mon, 19 Nov 2018 18:28:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDE2EE0903 for ; Mon, 19 Nov 2018 18:28:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C239335C7D for ; Mon, 19 Nov 2018 18:28:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3A863CF for ; Mon, 19 Nov 2018 18:28:48 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1542652106.172eaac024b3fb861de05350ff994f12b8350448.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql/mysql-5.7.24.ebuild X-VCS-Directories: dev-db/mysql/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 172eaac024b3fb861de05350ff994f12b8350448 X-VCS-Branch: master Date: Mon, 19 Nov 2018 18:28:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dddceed0-8dda-4b4e-bf85-d5c17f2eb717 X-Archives-Hash: 623aa37c5dd0f2c67d7e67e93969b1df commit: 172eaac024b3fb861de05350ff994f12b8350448 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Nov 19 18:28:14 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Nov 19 18:28:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=172eaac0 dev-db/mysql: disable additional unstable tests Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/mysql/mysql-5.7.24.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-db/mysql/mysql-5.7.24.ebuild b/dev-db/mysql/mysql-5.7.24.ebuild index d79963ba242..7dd4cdbf432 100644 --- a/dev-db/mysql/mysql-5.7.24.ebuild +++ b/dev-db/mysql/mysql-5.7.24.ebuild @@ -545,10 +545,16 @@ src_test() { # Unstable tests # - main.xa_prepared_binlog_off: https://bugs.mysql.com/bug.php?id=83340 - for t in main.xa_prepared_binlog_off ; do + # - rpl.rpl_non_direct_stm_mixing_engines: MDEV-14489 + for t in main.xa_prepared_binlog_off rpl.rpl_non_direct_stm_mixing_engines ; do _disable_test "$t" "Unstable test" done + if ! use amd64 ; then + # fixed in >=mysql-8 via commit 0a417e84 + _disable_test "gis.gis_bugs_crashes" "Unstable results on non-amd64 architectures due to floating-point operation" + fi + if use numa && use kernel_linux ; then # bug 584880 if ! linux_config_exists || ! linux_chkconfig_present NUMA ; then