From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4CAA01382C5 for ; Mon, 30 Apr 2018 23:37:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54F2FE085E; Mon, 30 Apr 2018 23:37:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 282F8E085E for ; Mon, 30 Apr 2018 23:37:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B519F335C92 for ; Mon, 30 Apr 2018 23:37:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0E4E290 for ; Mon, 30 Apr 2018 23:37:42 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1525131451.055e9a9f6e79f7a3f6fb79204c9b9fbcf3e9bd91.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mariadb/mariadb-10.3.6_rc.ebuild X-VCS-Directories: dev-db/mariadb/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 055e9a9f6e79f7a3f6fb79204c9b9fbcf3e9bd91 X-VCS-Branch: master Date: Mon, 30 Apr 2018 23:37:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a080384c-009d-4e23-8a22-32132223cc0b X-Archives-Hash: 499a0f678af3a72ea2b3a5e917776ff5 commit: 055e9a9f6e79f7a3f6fb79204c9b9fbcf3e9bd91 Author: Brian Evans gentoo org> AuthorDate: Mon Apr 30 23:37:31 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Apr 30 23:37:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055e9a9f dev-db/mariadb: Remove test disable as it now passes 10.3.6 Package-Manager: Portage-2.3.31, Repoman-2.3.9 dev-db/mariadb/mariadb-10.3.6_rc.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-db/mariadb/mariadb-10.3.6_rc.ebuild b/dev-db/mariadb/mariadb-10.3.6_rc.ebuild index 69e85dea476..420372960c2 100644 --- a/dev-db/mariadb/mariadb-10.3.6_rc.ebuild +++ b/dev-db/mariadb/mariadb-10.3.6_rc.ebuild @@ -712,8 +712,6 @@ src_test() { _disable_test main.plugin_auth "Needs client libraries built" fi - _disable_test main.mysql "Bogus error text mismatch failure" - # run mysql-test tests perl mysql-test-run.pl --force --vardir="${T}/var-tests" --reorder --skip-test=tokudb --skip-test-list="${T}/disabled.def" retstatus_tests=$?