mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
b16ba9aa33
- remove totally wrong (syntax) entries from disabled.def - remove entries belonging to deleted tests from disabled.def - correct the comments (correct the bug mentioned) of entries in disabled.def - remove never completed tests which were accidently pushed
14 lines
615 B
Modula-2
14 lines
615 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.
|
|
#
|
|
##############################################################################
|
|
federated_transactions : Bug#29523 Transactions do not work
|
|
slow_query_log_func : Bug #37962: *_func tests containing sleeps/race conditions
|
|
wait_timeout_func : Bug #41225 joro wait_timeout_func fails
|