mirror of
https://github.com/MariaDB/server.git
synced 2025-09-03 20:43:11 +03:00
19 lines
609 B
Modula-2
19 lines
609 B
Modula-2
##############################################################################
|
|
#
|
|
# 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.
|
|
#
|
|
##############################################################################
|
|
|
|
#
|
|
# instead of disabling innodb tests that are not fixed in xtradb yet
|
|
# add --skip inside if() into the test file itself
|
|
#
|
|
|
|
innodb_bug52745: Disabled as this has valgrind failures (also in MySQL 5.1.50)
|