mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
624f20da9f
Update the disabled.def files to reflect actual contents of the t/* directories. Also, move a few more tests into suite/*.
17 lines
868 B
Modula-2
17 lines
868 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.
|
|
#
|
|
##############################################################################
|
|
|
|
rpl_ddl : BUG#26418 2007-03-01 mleich Slave out of sync after CREATE/DROP TEMPORARY TABLE + ROLLBACK on master
|
|
rpl_innodb_mixed_ddl : Bug #29363 rpl.rpl_innodb_mixed_* test failures
|
|
rpl_innodb_mixed_dml : Bug #29363 rpl.rpl_innodb_mixed_* test failures
|
|
rpl_invoked_features : BUG#29020 2007-06-21 Lars Non-deterministic test case
|
|
rpl_udf : Bug#28993 rpl_udf test causes server crash and valgrind warning in pushbuild
|