2010-10-07 16:25:13 +00:00
|
|
|
Disable the outfile_loaddata test, which as of 5.1.38 is giving
|
|
|
|
platform-dependent results, with the "expected" results being arguably the
|
|
|
|
wrong ones. This is upstream at http://bugs.mysql.com/bug.php?id=46895
|
|
|
|
(note that upstream has also disabled it, but only for Solaris, so we still
|
|
|
|
need this patch).
|
2011-07-12 02:23:34 +00:00
|
|
|
Still broken in 5.5.14, despite alleged fix.
|
2010-10-07 16:25:13 +00:00
|
|
|
|
2010-12-24 03:54:59 +00:00
|
|
|
Also disable sys_vars.plugin_dir_basic, which is broken because
|
|
|
|
mysql-test-run doesn't set the right value of MYSQL_LIBDIR. Upstream at
|
|
|
|
http://bugs.mysql.com/bug.php?id=52223
|
2011-07-12 02:23:34 +00:00
|
|
|
Still fails in 5.5.14, even though upstream marked it closed.
|
2010-12-24 03:54:59 +00:00
|
|
|
|
2011-02-17 04:27:10 +00:00
|
|
|
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
|
2010-12-24 03:54:59 +00:00
|
|
|
|
2011-02-17 04:27:10 +00:00
|
|
|
|
2011-07-12 02:23:34 +00:00
|
|
|
diff -Naur mysql-5.5.14.orig/mysql-test/t/disabled.def mysql-5.5.14/mysql-test/t/disabled.def
|
|
|
|
--- mysql-5.5.14.orig/mysql-test/t/disabled.def 2011-06-21 12:42:40.000000000 -0400
|
|
|
|
+++ mysql-5.5.14/mysql-test/t/disabled.def 2011-07-11 14:33:46.560138525 -0400
|
2011-06-02 04:49:52 +00:00
|
|
|
@@ -17,3 +17,7 @@
|
2011-05-11 00:13:41 +00:00
|
|
|
archive-big : Bug#11817185 2011-03-10 Anitha Disabled since this leads to timeout on Solaris Sparc
|
2011-07-12 02:23:34 +00:00
|
|
|
main.query_cache_28249 : Bug#12584161 2009-03-25 main.query_cache_28249 fails sporadically
|
|
|
|
log_tables-big : Bug#11756699 2010-11-15 mattiasj report already exists
|
2010-10-07 16:25:13 +00:00
|
|
|
+#
|
|
|
|
+outfile_loaddata : bug#46895 code wrong, expected results wrong too
|
2010-12-24 03:54:59 +00:00
|
|
|
+sys_vars.plugin_dir_basic : bug#52223 fails for lib64 library directory
|
2011-02-17 04:27:10 +00:00
|
|
|
+innodb.innodb : bug#60155 has platform-dependent results
|