mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Disable innodb.innodb, main.ps_3innodb and main.partition_innodb_plugin
mysql-tests because those emit (spurious?) valgrind warnings.
This commit is contained in:
parent
c144a091db
commit
3bffc40a24
2 changed files with 14 additions and 0 deletions
12
mysql-test/suite/innodb/t/disabled.def
Normal file
12
mysql-test/suite/innodb/t/disabled.def
Normal file
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue