From a4dbe8dcaa3d36f1f1ca9d134c35668e9ffd0914 Mon Sep 17 00:00:00 2001 From: Honza HorĂ¡k Date: Feb 11 2013 09:34:56 +0000 Subject: Disable some tests that fail on ppc and s390 --- diff --git a/mariadb.spec b/mariadb.spec index ab55f74..487dcbe 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -300,6 +300,16 @@ cat %{SOURCE14} > mysql-test/rh-skipped-tests.list %ifarch %{arm} cat %{SOURCE15} >> mysql-test/rh-skipped-tests.list %endif +# disable some tests failing on ppc and s390 +%ifarch ppc ppc64 s390 s390x +echo "main.gis-precise : rhbz#906367" >> mysql-test/rh-skipped-tests.list +%endif +%ifarch s390 +echo "main.index_merge_myisam : rhbz#906746" >> mysql-test/rh-skipped-tests.list +%endif +%ifarch ppc +echo "main.myisampack : rhbz#906367" >> mysql-test/rh-skipped-tests.list +%endif # install mysql_plugin cp %{SOURCE16} man/ @@ -783,6 +793,7 @@ fi - Provide own symbols with real- prefix to distinguish from mysql unambiguously - Fix format for buffer size in error messages (MDEV-4156) +- Disable some tests that fail on ppc and s390 * Tue Feb 05 2013 Honza Horak 5.5.29-2 - Let mariadb-libs to own /etc/my.cnf.d