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 897EC1396D2
for ; Thu, 24 Aug 2017 19:02:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id 7FB08E0D35;
Thu, 24 Aug 2017 19:02:07 +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 60CD4E0D35
for ; Thu, 24 Aug 2017 19:02:07 +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 7620E340988
for ; Thu, 24 Aug 2017 19:02:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
by oystercatcher.gentoo.org (Postfix) with ESMTP id B66D7814B
for ; Thu, 24 Aug 2017 19:02:04 +0000 (UTC)
From: "Göktürk Yüksek"
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek"
Message-ID: <1503601054.ed826e136273c8d5beeec8f64c5bd87006c8f791.gokturk@gentoo>
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/functions/src_test/
X-VCS-Repository: proj/devmanual
X-VCS-Files: ebuild-writing/functions/src_test/text.xml
X-VCS-Directories: ebuild-writing/functions/src_test/
X-VCS-Committer: gokturk
X-VCS-Committer-Name: Göktürk Yüksek
X-VCS-Revision: ed826e136273c8d5beeec8f64c5bd87006c8f791
X-VCS-Branch: master
Date: Thu, 24 Aug 2017 19:02:04 +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: 5f432e35-5a56-4022-abc5-cf21b8819d48
X-Archives-Hash: 5d977454fabba650cee6050f58beb779
commit: ed826e136273c8d5beeec8f64c5bd87006c8f791
Author: Michał Górny gentoo org>
AuthorDate: Sun May 7 18:53:15 2017 +0000
Commit: Göktürk Yüksek gentoo org>
CommitDate: Thu Aug 24 18:57:34 2017 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ed826e13
ebuild-writing/.../src_test: Remove use of X11 from reasons to skip tests
If tests require X11, virtualx.eclass can be used to run them on top
of Xvfb. There is no reason to skip those tests altogether.
ebuild-writing/functions/src_test/text.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/ebuild-writing/functions/src_test/text.xml b/ebuild-writing/functions/src_test/text.xml
index ca13a07..3790195 100644
--- a/ebuild-writing/functions/src_test/text.xml
+++ b/ebuild-writing/functions/src_test/text.xml
@@ -82,7 +82,6 @@ portage environment. Reasons for such a failure could include:
- - Needing to use X.
-
Needing to work with files which are disallowed by the sandbox.