diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2014-08-03 20:54:08 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2014-08-03 20:54:08 +0000 |
commit | 51113aa523d298ffc0c8f6cec4f76fe43be6eb1e (patch) | |
tree | ab8123bc6fb517c25e80cec10409634eb2d8a341 /dev-db | |
parent | Add ebuild for supernova. (diff) | |
download | gentoo-2-51113aa523d298ffc0c8f6cec4f76fe43be6eb1e.tar.gz gentoo-2-51113aa523d298ffc0c8f6cec4f76fe43be6eb1e.tar.bz2 gentoo-2-51113aa523d298ffc0c8f6cec4f76fe43be6eb1e.zip |
Update testcases.
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.6.20.ebuild | 32 |
2 files changed, 24 insertions, 13 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index c39dc301babc..476cf90e9329 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -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 <robbat2@gentoo.org> mysql-5.6.20.ebuild: + Update testcases. *mysql-5.5.39 (02 Aug 2014) *mysql-5.6.20 (02 Aug 2014) diff --git a/dev-db/mysql/mysql-5.6.20.ebuild b/dev-db/mysql/mysql-5.6.20.ebuild index b7dcee4a55ce..cd68c60c1814 100644 --- a/dev-db/mysql/mysql-5.6.20.ebuild +++ b/dev-db/mysql/mysql-5.6.20.ebuild @@ -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 |