disabled.def 1.97 KB
Newer Older
unknown's avatar
unknown committed
1 2
##############################################################################
#
3
#  List the test cases that are to be disabled temporarily.
unknown's avatar
unknown committed
4 5 6
#
#  Separate the test case name and the comment with ':'.
#
7
#    <testcasename> : BUG#<xxxx> <date disabled> <disabler> <comment>
unknown's avatar
unknown committed
8
#
9
#  Do not use any TAB characters for whitespace.
unknown's avatar
unknown committed
10 11
#
##############################################################################
unknown's avatar
unknown committed
12
federated_transactions   : Bug#29523 Transactions do not work
13
csv_alter_table      : Bug#33696 2008-01-21 pcrews no .result file - bug allows NULL columns in CSV tables
14
log_tables.test                       : Bug #37798: main.log_tables fails randomly on powermacg5 and windows
Sven Sandberg's avatar
Sven Sandberg committed
15
wait_timeout_func                     : BUG#36873 2008-07-06 sven wait_timeout_func.test fails randomly
16 17 18 19 20 21 22 23 24
delayed_insert_limit_func             : BUG#37962 2008-07-08 sven *_func tests containing sleeps/race conditions
event_scheduler_func                  : BUG#37962 2008-07-08 sven *_func tests containing sleeps/race conditions
interactive_timeout_func              : BUG#37962 2008-07-08 sven *_func tests containing sleeps/race conditions
query_cache_wlock_invalidate_func     : BUG#37962 2008-07-08 sven *_func tests containing sleeps/race conditions
rpl_init_slave_func                   : BUG#37962 2008-07-08 sven *_func tests containing sleeps/race conditions
rpl_max_binlog_size_func              : BUG#37962 2008-07-08 sven *_func tests containing sleeps/race conditions
slow_query_log_func                   : BUG#37962 2008-07-08 sven *_func tests containing sleeps/race conditions
sql_low_priority_updates_func         : BUG#37962 2008-07-08 sven *_func tests containing sleeps/race conditions
timestamp_func                        : BUG#37962 2008-07-08 sven *_func tests containing sleeps/race conditions
25
log_output_func                       : BUG#37766 2008-07-10 sven main.log_output_func randomly fails in pushbuild
26
slow_query_log_func.test              : Bug #37962: *_func tests containing sleeps/race conditions