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 /mysql-test/suite/innodb/t | |
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.
Diffstat (limited to 'mysql-test/suite/innodb/t')
-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 |