rebuild with tests failing on different arches disabled (#1096787)

This commit is contained in:
Jakub Dorňák 2014-06-03 09:15:56 +02:00
parent 7819f49078
commit b76166269a
2 changed files with 4 additions and 5 deletions

View File

@ -7,7 +7,7 @@
Name: mariadb
Version: 10.0.11
Release: 3%{?dist}
Release: 4%{?dist}
Epoch: 1
Summary: A community developed branch of MySQL
@ -294,7 +294,6 @@ cat %{SOURCE53} >> mysql-test/rh-skipped-tests.list
%ifarch s390x
cat %{SOURCE53} >> mysql-test/rh-skipped-tests.list
sed -i -r '/^vcol.vcol_supported_sql_funcs_/d' mysql-test/rh-skipped-tests.list
%endif
%ifarch s390
cat %{SOURCE54} >> mysql-test/rh-skipped-tests.list
@ -828,7 +827,7 @@ fi
%{_mandir}/man1/mysql_client_test.1*
%changelog
* Mon Jun 2 2014 Jakub Dorňák <jdornak@redhat.com> - 1:10.0.11-3
* Tue Jun 3 2014 Jakub Dorňák <jdornak@redhat.com> - 1:10.0.11-4
- rebuild with tests failing on different arches disabled (#1096787)
* Thu May 29 2014 Dan Horák <dan[at]danny.cz> - 1:10.0.11-2

View File

@ -113,5 +113,5 @@ spider.function : rhbz#1096787
spider.spider_fixes : rhbz#1096787
sys_vars.innodb_max_dirty_pages_pct_func : rhbz#1096787
vcol.vcol_non_stored_columns_innodb : rhbz#1096787
vcol.vcol_supported_sql_funcs_innodb : rhbz#1096787 (pass on s390x)
vcol.vcol_supported_sql_funcs_myisam : rhbz#1096787 (pass on s390x)
vcol.vcol_supported_sql_funcs_innodb : rhbz#1096787
vcol.vcol_supported_sql_funcs_myisam : rhbz#1096787