From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1060071-garchives=archives.gentoo.org@lists.gentoo.org> 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 40FB4138336 for <garchives@archives.gentoo.org>; Sun, 2 Dec 2018 03:19:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D770FE08A2; Sun, 2 Dec 2018 03:19:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A2619E08A2 for <gentoo-commits@lists.gentoo.org>; Sun, 2 Dec 2018 03:19:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0155D335C5D for <gentoo-commits@lists.gentoo.org>; Sun, 2 Dec 2018 03:19:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB45944C for <gentoo-commits@lists.gentoo.org>; Sun, 2 Dec 2018 03:19:21 +0000 (UTC) From: "Andrey Utkin" <andrey_utkin@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" <andrey_utkin@gentoo.org> Message-ID: <1543720743.e34357e26c70f445f6964904e7d2bb9c7f54f048.andrey_utkin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/tup/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/tup/tup-9999.ebuild X-VCS-Directories: dev-util/tup/ X-VCS-Committer: andrey_utkin X-VCS-Committer-Name: Andrey Utkin X-VCS-Revision: e34357e26c70f445f6964904e7d2bb9c7f54f048 X-VCS-Branch: master Date: Sun, 2 Dec 2018 03:19:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6d21bd92-4ae2-4fb7-9c8c-4bf1f9cfc2fb X-Archives-Hash: 1b1c71843490ccbc83b19ba4b94b8c19 commit: e34357e26c70f445f6964904e7d2bb9c7f54f048 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org> AuthorDate: Sun Dec 2 03:03:02 2018 +0000 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org> CommitDate: Sun Dec 2 03:19:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34357e2 dev-util/tup: 9999: test: update exclusions Make current git master pass test phase. A bunch of new "full-deps" tests, which require a feature restricted in sandbox, has been added, and it became tedious to maintain their full explicit list, so now "full-deps" tests are excluded by name pattern. Package-Manager: Portage-2.3.49, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org> dev-util/tup/tup-9999.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/dev-util/tup/tup-9999.ebuild b/dev-util/tup/tup-9999.ebuild index 194cf670515..0f0d0db5aa9 100644 --- a/dev-util/tup/tup-9999.ebuild +++ b/dev-util/tup/tup-9999.ebuild @@ -78,23 +78,19 @@ src_test() { export TUP_NO_NAMESPACING=1 # Skip tests which require namespacing or root privileges. + pushd test || die + rm -v ./*full-deps*.sh SKIPPED_TESTS=( - t4062-full-deps.sh - t4063-full-deps2.sh - t4064-full-deps3.sh - t4065-full-deps-proc.sh - t4067-full-deps5.sh t4069-gcc-coverage.sh t4072-proc-self.sh t4074-getpwd.sh t4131-proc-self-exe.sh t4132-proc-meminfo.sh t4171-dev-null.sh + t4200-ccache.sh t5083-symlink-fullpath.sh t5084-symlink-fullpath2.sh - t7048-full-deps.sh ) - pushd test || die rm ${SKIPPED_TESTS[@]} || die ./test.sh || die popd || die