diff options
author | Vasil Dimov <vasil.dimov@oracle.com> | 2010-04-30 13:02:36 +0300 |
---|---|---|
committer | Vasil Dimov <vasil.dimov@oracle.com> | 2010-04-30 13:02:36 +0300 |
commit | 712ed5e76191ae4637d6f2762e3d506495166451 (patch) | |
tree | 065d04103deee65b080e26ffe86334b26844a6fe | |
parent | f173b1d85f10ec83beb0e15e448d2da2c32c869c (diff) | |
download | mariadb-git-712ed5e76191ae4637d6f2762e3d506495166451.tar.gz |
Disable innodb.innodb, main.ps_3innodb and main.partition_innodb_plugin
mysql-tests because those emit (spurious?) valgrind warnings.
-rw-r--r-- | mysql-test/suite/innodb/t/disabled.def | 12 | ||||
-rw-r--r-- | mysql-test/t/disabled.def | 2 |
2 files changed, 14 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/t/disabled.def b/mysql-test/suite/innodb/t/disabled.def new file mode 100644 index 00000000000..dff86f24787 --- /dev/null +++ b/mysql-test/suite/innodb/t/disabled.def @@ -0,0 +1,12 @@ +############################################################################## +# +# List the test cases that are to be disabled temporarily. +# +# Separate the test case name and the comment with ':'. +# +# <testcasename> : BUG#<xxxx> <date disabled> <disabler> <comment> +# +# Do not use any TAB characters for whitespace. +# +############################################################################## +innodb : Bug#53306 2010-04-30 VasilDimov valgrind warnings diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index 07462e91696..68584c6f3e3 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -11,3 +11,5 @@ ############################################################################## kill : Bug#37780 2008-12-03 HHunger need some changes to be robust enough for pushbuild. query_cache_28249 : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically +partition_innodb_plugin : Bug#53307 2010-04-30 VasilDimov valgrind warnings +ps_3innodb : Bug#53309 2010-04-30 VasilDimov valgrind warnings |