robbat2 14/08/03 20:54:08 Modified: mysql-5.6.20.ebuild ChangeLog Log: Update testcases. (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.2 dev-db/mysql/mysql-5.6.20.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild?r1=1.1&r2=1.2 Index: mysql-5.6.20.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -p -w -b -B -u -u -r1.1 -r1.2 --- mysql-5.6.20.ebuild 2 Aug 2014 00:23:41 -0000 1.1 +++ mysql-5.6.20.ebuild 3 Aug 2014 20:54:08 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.1 2014/08/02 00:23:41 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.2 2014/08/03 20:54:08 robbat2 Exp $ EAPI="5" @@ -77,22 +77,30 @@ src_test() { # main.mysqld--help-notwin, funcs_1.is_triggers funcs_1.is_tables_mysql, # funcs_1.is_columns_mysql, binlog.binlog_mysqlbinlog_filter, # perfschema.binlog_edge_mix, perfschema.binlog_edge_stmt, - # mysqld--help-notwin, funcs_1.is_triggers + # mysqld--help-notwin, funcs_1.is_triggers, funcs_1.is_tables_mysql, funcs_1.is_columns_mysql + # perfschema.binlog_edge_stmt, perfschema.binlog_edge_mix, binlog.binlog_mysqlbinlog_filter # fails due to USE=-latin1 / utf8 default # # main.mysql_client_test: # segfaults at random under Portage only, suspect resource limits. # - # rpl.rpl_plugin_load - # fails due to included file not listed in expected result - # appears to be poor planning - for t in main.mysql_client_test \ - binlog.binlog_statement_insert_delayed main.information_schema \ - main.mysqld--help-notwinfuncs_1.is_triggers funcs_1.is_tables_mysql \ - funcs_1.is_columns_mysql binlog.binlog_mysqlbinlog_filter \ - perfschema.binlog_edge_mix perfschema.binlog_edge_stmt \ - mysqld--help-notwin rpl.rpl_plugin_load \ - funcs_1.is_triggers ; do + # main.mysql_tzinfo_to_sql_symlink + # fails due to missing mysql_test/std_data/zoneinfo/GMT file from archive + # + for t in \ + binlog.binlog_mysqlbinlog_filter \ + binlog.binlog_statement_insert_delayed \ + funcs_1.is_columns_mysql \ + funcs_1.is_tables_mysql \ + funcs_1.is_triggers \ + main.information_schema \ + main.mysqld--help-notwinfuncs_1.is_triggers \ + main.mysql_client_test \ + main.mysql_tzinfo_to_sql_symlink \ + mysqld--help-notwin \ + perfschema.binlog_edge_mix \ + perfschema.binlog_edge_stmt \ + ; do mysql-v2_disable_test "$t" "False positives in Gentoo" done 1.676 dev-db/mysql/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.676&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.676&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.675&r2=1.676 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v retrieving revision 1.675 retrieving revision 1.676 diff -p -w -b -B -u -u -r1.675 -r1.676 --- ChangeLog 2 Aug 2014 00:23:41 -0000 1.675 +++ ChangeLog 3 Aug 2014 20:54:08 -0000 1.676 @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.675 2014/08/02 00:23:41 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.676 2014/08/03 20:54:08 robbat2 Exp $ + + 03 Aug 2014; Robin H. Johnson <[email protected]> mysql-5.6.20.ebuild: + Update testcases. *mysql-5.5.39 (02 Aug 2014) *mysql-5.6.20 (02 Aug 2014)
