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 | 3bffc40a247252def07e1e2b1b0091d2dd04faae (patch) | |
tree | 065d04103deee65b080e26ffe86334b26844a6fe /mysql-test/suite | |
parent | c144a091dbbbcb0240e4f04a15e4d5ab52614308 (diff) | |
download | mariadb-git-3bffc40a247252def07e1e2b1b0091d2dd04faae.tar.gz |
Disable innodb.innodb, main.ps_3innodb and main.partition_innodb_plugin
mysql-tests because those emit (spurious?) valgrind warnings.
Diffstat (limited to 'mysql-test/suite')
-rw-r--r-- | mysql-test/suite/innodb/t/disabled.def | 12 |
1 files changed, 12 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 |