null+****@clear*****
null+****@clear*****
2011年 3月 27日 (日) 23:54:23 JST
Kouhei Sutou 2011-03-27 14:54:23 +0000 (Sun, 27 Mar 2011) New Revision: 51b10408bd52c51504ee3859d94ec2b38f7303e3 Log: disable grn_table_truncate() test again. It still crashes. Modified files: test/unit/core/test-table.c Modified: test/unit/core/test-table.c (+2 -0) =================================================================== --- test/unit/core/test-table.c 2011-03-27 14:49:25 +0000 (4db4099) +++ test/unit/core/test-table.c 2011-03-27 14:54:23 +0000 (8bf7aac) @@ -432,6 +432,8 @@ test_array_truncate(void) gchar *value_type_name = "value_type"; grn_obj *value_type; + cut_omit("grn_table_truncate() is still buggy."); + value_type = grn_type_create(context, value_type_name, strlen(value_type_name), 0, sizeof(value));