From 352fa34cf5684b128cbc6ef1fbd4b70b05ebfea8 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Fri, 24 Jan 2014 09:49:05 +0100 Subject: [PATCH] Disable tests for ppc(64) and s390(x): innodb.innodb_ctype_ldml main.ctype_ldml main.ps_ddl main.ps_ddl1 Related: #1056972 --- community-mysql.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/community-mysql.spec b/community-mysql.spec index 57577ae..46567f5 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -14,7 +14,7 @@ Name: community-mysql Version: 5.6.15 -Release: 2%{?dist} +Release: 3%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases URL: http://www.mysql.com @@ -268,6 +268,12 @@ cat %{SOURCE14} > mysql-test/rh-skipped-tests.list %ifarch %{arm} cat %{SOURCE15} >> mysql-test/rh-skipped-tests.list %endif +%ifarch ppc ppc64 s390 s390x +echo "innodb.innodb_ctype_ldml : rhbz#1056972" >> mysql-test/rh-skipped-tests.list +echo "main.ctype_ldml : rhbz#1056972" >> mysql-test/rh-skipped-tests.list +echo "main.ps_ddl : rhbz#1056972" >> mysql-test/rh-skipped-tests.list +echo "main.ps_ddl1 : rhbz#1056972" >> mysql-test/rh-skipped-tests.list +%endif %build # fail quickly and obviously if user tries to build as root @@ -742,6 +748,11 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Fri Jan 24 2014 Honza Horak 5.6.15-3 +- Disable tests for ppc(64) and s390(x): + innodb.innodb_ctype_ldml main.ctype_ldml main.ps_ddl main.ps_ddl1 + Related: #1056972 + * Mon Dec 16 2013 Honza Horak 5.6.15-2 - Some spec file clean-up based on Bjorn Munch's suggestions - Enable InnoDB Memcached plugin