Disable tests for ppc(64) and s390(x):

innodb.innodb_ctype_ldml main.ctype_ldml main.ps_ddl main.ps_ddl1
Related: #1056972
This commit is contained in:
Honza Horak 2014-01-24 09:49:05 +01:00
parent 0ba73f9e9c
commit f2e31ad95f
1 changed files with 12 additions and 1 deletions

View File

@ -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 <hhorak@redhat.com> 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 <hhorak@redhat.com> 5.6.15-2
- Some spec file clean-up based on Bjorn Munch's suggestions
- Enable InnoDB Memcached plugin