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). Still broken in 5.5.14, despite alleged fix. 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 Still fails in 5.5.14, even though upstream marked it closed. 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 Filed upstream at https://bugs.launchpad.net/maria/+bug/886476 diff -Naur 5.5_orig/mysql-test/t/disabled.def 5.5/mysql-test/t/disabled.def --- 5.5_orig/mysql-test/t/disabled.def 2011-11-01 16:20:49.000000000 +0100 +++ 5.5/mysql-test/t/disabled.def 2011-11-05 10:31:22.090848349 +0100 @@ -19,3 +19,7 @@ log_tables-big : Bug#11756699 2010-11-15 mattiasj report already exists mysql_embedded : Bug#12561297 2011-06-15 New test failing on all platforms tablespace : disabled in MariaDB (no TABLESPACE table attribute) +# +outfile_loaddata : bug#46895 code wrong, expected results wrong too +sys_vars.plugin_dir_basic : bug#52223 fails for lib64 library directory +innodb.innodb : bug#60155 has platform-dependent results