diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-02-07 19:35:09 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-02-07 19:35:09 +0100 |
commit | 42f6b501f74be018842a560a4a1daad888a4d12f (patch) | |
tree | 43dd31061fafc83e40730349c5d5563a0cd0004e /mysql-5.5-disable-test.patch | |
parent | e04b6e74d7f6b494fc235e1a81937370e54834e9 (diff) |
mysql 5.5.8, sync with rawhide (latest patches)
Diffstat (limited to 'mysql-5.5-disable-test.patch')
-rw-r--r-- | mysql-5.5-disable-test.patch | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/mysql-5.5-disable-test.patch b/mysql-5.5-disable-test.patch index 03ee4f0..2719353 100644 --- a/mysql-5.5-disable-test.patch +++ b/mysql-5.5-disable-test.patch @@ -12,11 +12,15 @@ Also disable perfschema.binlog_mix and perfschema.binlog_row, which have expected output that doesn't match when openssl is in use. Upstream at http://bugs.mysql.com/bug.php?id=59091 +Also disable gis, which expects the results of floating-point calculations +to match to seventeen digits precision everywhere. Of course they won't. +Upstream at http://bugs.mysql.com/bug.php?id=59908 + diff -Naur mysql-5.5.8.orig/mysql-test/t/disabled.def mysql-5.5.8/mysql-test/t/disabled.def --- mysql-5.5.8.orig/mysql-test/t/disabled.def 2010-12-03 12:58:24.000000000 -0500 -+++ mysql-5.5.8/mysql-test/t/disabled.def 2010-12-21 11:03:07.288224692 -0500 -@@ -19,3 +19,8 @@ ++++ mysql-5.5.8/mysql-test/t/disabled.def 2011-02-03 11:10:31.325627589 -0500 +@@ -19,3 +19,9 @@ sum_distinct-big : Bug#56927 2010-11-15 mattiasj was not tested alter_table-big : Bug#37248 2010-11-15 mattiasj was not tested create-big : Bug#37248 2010-11-15 mattiasj was not tested @@ -25,3 +29,4 @@ diff -Naur mysql-5.5.8.orig/mysql-test/t/disabled.def mysql-5.5.8/mysql-test/t/d +sys_vars.plugin_dir_basic : bug#52223 fails for lib64 library directory +perfschema.binlog_mix : bug#59091 fails with openssl +perfschema.binlog_row : bug#59091 fails with openssl ++gis : bug#59908 has platform-dependent results |