dev-util/lldb: Restrict tests in 7.1.0
authorMichał Górny <mgorny@gentoo.org>
Wed, 15 May 2019 09:59:57 +0000 (11:59 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 15 May 2019 09:59:57 +0000 (11:59 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/lldb/lldb-7.1.0.ebuild

index c484dbe87baf011bda42be53cee2e5a25b7267f9..12cbd6ab63fc60a5d8f0e0c30fb97e63b70fab8f 100644 (file)
@@ -23,7 +23,9 @@ LICENSE="UoI-NCSA"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="libedit ncurses +python test"
-RESTRICT="!test? ( test )"
+# Tests are known to fail, and we are not going to address the failures
+# in this version.
+RESTRICT="test"
 
 RDEPEND="
        libedit? ( dev-libs/libedit:0= )