Disable a platform-dependent regression test.
This commit is contained in:
parent
0299bfe82e
commit
f1b89be9ae
@ -16,11 +16,14 @@ 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
|
||||
|
||||
Also disable innodb.innodb, which is showing platform-dependent results
|
||||
as of 5.5.9. Upstream at http://bugs.mysql.com/bug.php?id=60155
|
||||
|
||||
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 2011-02-03 11:10:31.325627589 -0500
|
||||
@@ -19,3 +19,9 @@
|
||||
|
||||
diff -Naur mysql-5.5.9.orig/mysql-test/t/disabled.def mysql-5.5.9/mysql-test/t/disabled.def
|
||||
--- mysql-5.5.9.orig/mysql-test/t/disabled.def 2011-01-19 17:37:09.000000000 -0500
|
||||
+++ mysql-5.5.9/mysql-test/t/disabled.def 2011-02-16 23:19:34.844378338 -0500
|
||||
@@ -18,3 +18,10 @@
|
||||
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
|
||||
@ -30,3 +33,4 @@ diff -Naur mysql-5.5.8.orig/mysql-test/t/disabled.def mysql-5.5.8/mysql-test/t/d
|
||||
+perfschema.binlog_mix : bug#59091 fails with openssl
|
||||
+perfschema.binlog_row : bug#59091 fails with openssl
|
||||
+gis : bug#59908 has platform-dependent results
|
||||
+innodb.innodb : bug#60155 has platform-dependent results
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: mysql
|
||||
Version: 5.5.9
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: MySQL client programs and shared libraries
|
||||
Group: Applications/Databases
|
||||
URL: http://www.mysql.com
|
||||
@ -604,6 +604,10 @@ fi
|
||||
%{_mandir}/man1/mysql_client_test.1*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 16 2011 Tom Lane <tgl@redhat.com> 5.5.9-2
|
||||
- Disable a regression test that is now showing platform-dependent results
|
||||
Resolves: #674253
|
||||
|
||||
* Sat Feb 12 2011 Tom Lane <tgl@redhat.com> 5.5.9-1
|
||||
- Update to MySQL 5.5.9, for various fixes described at
|
||||
http://dev.mysql.com/doc/refman/5.5/en/news-5-5-9.html
|
||||
|
Loading…
Reference in New Issue
Block a user