diff options
author | Anitha Gopi <anitha.gopi@oracle.com> | 2011-06-03 14:14:57 +0530 |
---|---|---|
committer | Anitha Gopi <anitha.gopi@oracle.com> | 2011-06-03 14:14:57 +0530 |
commit | 2293d28406b2bb5281f93420bbe7de18faa7b152 (patch) | |
tree | 090980850c3cd3b7793a2c71604f2b1c6f149bc6 | |
parent | b30cdb92f1c3e0c944e2e81e54ac5839b9c4cbe8 (diff) | |
download | mariadb-git-2293d28406b2bb5281f93420bbe7de18faa7b152.tar.gz |
Bug#11756699 : Move test to disabled group
-rw-r--r-- | mysql-test/collections/default.experimental | 1 | ||||
-rw-r--r-- | mysql-test/t/disabled.def | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/collections/default.experimental b/mysql-test/collections/default.experimental index bb316317069..59371a5be83 100644 --- a/mysql-test/collections/default.experimental +++ b/mysql-test/collections/default.experimental @@ -11,7 +11,6 @@ main.lock_multi_bug38499 # Bug#11755645 2009-09-19 alik main.loc main.outfile_loaddata @solaris # Bug#11755168 2010-01-20 alik Test "outfile_loaddata" fails (reproducible) main.signal_demo3 @solaris # Bug#11755949 2010-01-20 alik Several test cases fail on Solaris with error Thread stack overrun main.sp @solaris # Bug#11755949 2010-01-20 alik Several test cases fail on Solaris with error Thread stack overrun -main.log_tables-big # Bug#11756699 2010-11-15 mattiasj report already exists main.type_float @freebsd # Bug#11749418 2010-05-04 alik test cases gis-rtree, type_float, type_newdecimal fail in embedded server main.wait_timeout @solaris # Bug#11758972 2010-04-26 alik wait_timeout fails on OpenSolaris diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index 541758c64db..872e6712070 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -16,3 +16,4 @@ alter_table-big : Bug#11748731 2010-11-15 mattiasj was not tested create-big : Bug#11748731 2010-11-15 mattiasj was not tested archive-big : Bug#11817185 2011-03-10 Anitha Disabled since this leads to timeout on Solaris Sparc main.query_cache_28249 : Bug#12584161 2009-03-25 main.query_cache_28249 fails sporadically +log_tables-big : Bug#11756699 2010-11-15 mattiasj report already exists |