1
by brian
clean slate |
1 |
##############################################################################
|
2 |
#
|
|
3 |
# List the test cases that are to be disabled temporarily.
|
|
4 |
#
|
|
5 |
# Separate the test case name and the comment with ':'.
|
|
6 |
#
|
|
7 |
# <testcasename> : BUG#<xxxx> <date disabled> <disabler> <comment>
|
|
8 |
#
|
|
9 |
# Do not use any TAB characters for whitespace.
|
|
10 |
#
|
|
11 |
##############################################################################
|
|
12 |
innodb : WL#1213: Waiting for InnoDB team to add support for 4-byte character sets.
|
|
13 |
concurrent_innodb : BUG#21579 2006-08-11 mleich innodb_concurrent random failures with varying differences
|
|
14 |
##order_by : WL#2475: spetrunia producing ordered streams is not handled correctly
|
|
15 |
subselect2 : BUG#31464 SergeyP will fix
|
|
16 |
lowercase_table3 : Bug#32667 lowercase_table3.test reports to error log
|
|
17 |
rpl_log_pos : Bug#8693 Test 'rpl_log_pos' fails sometimes
|
|
18 |
subselect_sj : Bug#32994: subselect_sj fails sporadically (timeout)
|
|
19 |
ctype_create : Bug#32965 main.ctype_create fails
|
|
20 |
status : Bug#32966 main.status fails
|
|
21 |
ps_ddl : Bug#12093 2007-12-14 pending WL#4165 / WL#4166
|
|
22 |
user_limits : Bug#23921 2007-12-16 random failure of user_limits.test
|
|
23 |
csv_alter_table : Bug#33696 2008-01-21 pcrews no .result file - bug allows NULL columns in CSV tables
|
|
24 |
ctype_latin2_ch : BUG #33791 2008-01-18 mats Wrong ORDER BY with latin2_czech_cs
|
|
25 |
cast : Bug#35594 2008-03-27 main.cast fails on Windows2003-64
|
|
26 |
||
27 |
subselect_notembedded : Bug#35803, Bug#33506 2008-Apr-03 subselect_notembedded crashes the server
|
|
28 |
alter_table : Bug introduced around datatime |
|
29 |
archive: Something is up in crashed table |
|
30 |
archive_aio_posix: Something is up in crashed table |
|
31 |
archive_bitfield: Something is up in crashed table |
|
32 |
auto_increment: Duplicate key on primary error (possible test fix) |
|
33 |
bigint: Strict mode prevents this. Need to fix test. |
|
34 |
bool: Fix test |
|
35 |
check: Bug in check table (same as archive issue) |
|
36 |
client_xml: Fix client to not try to load via socket |
|
37 |
comment_column: Strict mode fix for partial comments (aka fix test) |
|
38 |
comment_index: Strict mode fix for partial comments (aka fix test) |
|
39 |
comment_table: Strict mode fix for partial comments (aka fix test) |
|
40 |
commit_1innodb: sql_mode issue |
|
41 |
connect: Fix test to not use unix socket |
|
42 |
create: strict mode failure |
|
43 |
csv: Bad test |
|
44 |
csv_not_null: Bad test |
|
45 |
ctype_mb: strict mode failure |
|
46 |
ctype_recoding: strict mode failure (?) |
|
47 |
ctype_utf8: strict mode failure |
|
48 |
deadlock_innodb: unknown bug |
|
49 |
default: strict mode failure |
|
50 |
derived: unknown reasons |
|
51 |
dirty_close: rewrite to get rid of GET_LOCK |
|
52 |
errors: SQL MODE issues (rewrite) |
|
53 |
foreign_key: unknown |
|
54 |
fulltext: disabled for strict mode (test will be removed when fulltext is removed) |
|
55 |
func_date_add: sql mode issue |
|
56 |
almost_full: check bug |
|
57 |
analyze: check bug |
|
58 |
func_misc: crash |
|
59 |
func_sapdb: sql mode |
|
60 |
func_str: strict mode, rewrite test |
|
61 |
func_test: remove old style || |
|
62 |
func_time: strict mode, rewrite test |
|
63 |
heap: weird FK problem |
|
64 |
heap_btree: weird FK problem |
|
65 |
heap_hash: weird FK problem |
|
66 |
init_connect: bug in not executing sql on connect from variable |
|
67 |
init_file: Unknown init bug |
|
68 |
innodb_mysql: Foreign Key issue |