2009-01-16 00:52:53 +00:00
|
|
|
The plugin_load test fails on PPC64 (maybe not always, but at least in the
|
|
|
|
several tries I've made so far). It doesn't fail on x86, x86_64, or ppc,
|
|
|
|
at least not in a similarly small number of tries. My best theory at the
|
|
|
|
moment is that the test itself is wrong. Reported upstream at
|
|
|
|
http://bugs.mysql.com/bug.php?id=42144
|
|
|
|
|
|
|
|
For the moment, just disable this test.
|
2009-01-14 17:10:05 +00:00
|
|
|
|
2009-09-23 23:32:00 +00:00
|
|
|
Also, 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
|
2009-01-14 17:10:05 +00:00
|
|
|
|
2009-09-23 23:32:00 +00:00
|
|
|
|
2010-01-02 01:44:16 +00:00
|
|
|
diff -Naur mysql-5.1.42.orig/mysql-test/t/disabled.def mysql-5.1.42/mysql-test/t/disabled.def
|
|
|
|
--- mysql-5.1.42.orig/mysql-test/t/disabled.def 2009-12-16 13:21:00.000000000 -0500
|
|
|
|
+++ mysql-5.1.42/mysql-test/t/disabled.def 2010-01-01 18:45:49.000000000 -0500
|
|
|
|
@@ -13,3 +13,6 @@
|
|
|
|
query_cache_28249 : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically
|
2009-11-24 05:04:04 +00:00
|
|
|
rpl_killed_ddl : Bug#45520: rpl_killed_ddl fails sporadically in pb2
|
2010-01-02 01:44:16 +00:00
|
|
|
innodb-autoinc : Bug#49267 2009-12-02 test fails on windows because of different case mode
|
2009-01-14 17:10:05 +00:00
|
|
|
+#
|
2009-09-23 23:32:00 +00:00
|
|
|
+plugin_load : gives wrong answer on PPC64
|
|
|
|
+outfile_loaddata : gives different results on different platforms
|