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:
parent
0ba73f9e9c
commit
f2e31ad95f
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
Name: community-mysql
|
Name: community-mysql
|
||||||
Version: 5.6.15
|
Version: 5.6.15
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: MySQL client programs and shared libraries
|
Summary: MySQL client programs and shared libraries
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
URL: http://www.mysql.com
|
URL: http://www.mysql.com
|
||||||
@ -268,6 +268,12 @@ cat %{SOURCE14} > mysql-test/rh-skipped-tests.list
|
|||||||
%ifarch %{arm}
|
%ifarch %{arm}
|
||||||
cat %{SOURCE15} >> mysql-test/rh-skipped-tests.list
|
cat %{SOURCE15} >> mysql-test/rh-skipped-tests.list
|
||||||
%endif
|
%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
|
%build
|
||||||
# fail quickly and obviously if user tries to build as root
|
# fail quickly and obviously if user tries to build as root
|
||||||
@ -742,6 +748,11 @@ fi
|
|||||||
%{_mandir}/man1/mysql_client_test.1*
|
%{_mandir}/man1/mysql_client_test.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Dec 16 2013 Honza Horak <hhorak@redhat.com> 5.6.15-2
|
||||||
- Some spec file clean-up based on Bjorn Munch's suggestions
|
- Some spec file clean-up based on Bjorn Munch's suggestions
|
||||||
- Enable InnoDB Memcached plugin
|
- Enable InnoDB Memcached plugin
|
||||||
|
Loading…
Reference in New Issue
Block a user