summaryrefslogtreecommitdiffstats
path: root/rh-skipped-tests-base.list
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-02-14 19:26:38 +0100
committerRemi Collet <fedora@famillecollet.com>2012-02-14 19:26:38 +0100
commitdc34413ab6bbf32bcaeaca6437534285981909c2 (patch)
tree552191503d1c4877c8d37f63403f6203c6b27958 /rh-skipped-tests-base.list
parent88b4a0650e983b0437b0554b1799dc5c44f613c7 (diff)
MySQL : sync with latest rawhide changes
Diffstat (limited to 'rh-skipped-tests-base.list')
-rw-r--r--rh-skipped-tests-base.list20
1 files changed, 20 insertions, 0 deletions
diff --git a/rh-skipped-tests-base.list b/rh-skipped-tests-base.list
new file mode 100644
index 0000000..a855f78
--- /dev/null
+++ b/rh-skipped-tests-base.list
@@ -0,0 +1,20 @@
+# 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 to disable it here).
+# Still broken in 5.5.14, despite alleged fix.
+
+outfile_loaddata : bug#46895 code wrong, expected results wrong too
+
+# 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
+# Still fails in 5.5.16, even though upstream marked it closed.
+
+sys_vars.plugin_dir_basic : bug#52223 fails for lib64 library directory
+
+# Disable innodb.innodb, which is showing platform-dependent results
+# as of 5.5.9. Upstream at http://bugs.mysql.com/bug.php?id=60155
+
+innodb.innodb : bug#60155 has platform-dependent results