From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9BD21584F2 for ; Sun, 16 Mar 2025 17:00:09 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B48C0343261 for ; Sun, 16 Mar 2025 17:00:09 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1D40F1103CF; Sun, 16 Mar 2025 16:59:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 155581103CF for ; Sun, 16 Mar 2025 16:59:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C004B34326E for ; Sun, 16 Mar 2025 16:59:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE5C922B0 for ; Sun, 16 Mar 2025 16:59:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1742144384.4e4d4e66ceb38e10b1e31a079fbaa435afd8ba53.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/llvm/llvm-21.0.0.9999.ebuild X-VCS-Directories: dev-ml/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4e4d4e66ceb38e10b1e31a079fbaa435afd8ba53 X-VCS-Branch: master Date: Sun, 16 Mar 2025 16:59:51 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 75b74678-37b1-49c6-9edd-180171f89d3e X-Archives-Hash: 909d8240e7b1d13d4c803cc24e6466a5 commit: 4e4d4e66ceb38e10b1e31a079fbaa435afd8ba53 Author: Michał Górny gentoo org> AuthorDate: Sun Mar 16 14:14:16 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 16 16:59:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e4d4e66 dev-ml/llvm: Mark broken test as XFAIL Bug: https://github.com/llvm/llvm-project/issues/131115 Signed-off-by: Michał Górny gentoo.org> dev-ml/llvm/llvm-21.0.0.9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-ml/llvm/llvm-21.0.0.9999.ebuild b/dev-ml/llvm/llvm-21.0.0.9999.ebuild index bacc5c89fa79..3d0b7490e879 100644 --- a/dev-ml/llvm/llvm-21.0.0.9999.ebuild +++ b/dev-ml/llvm/llvm-21.0.0.9999.ebuild @@ -96,6 +96,8 @@ src_compile() { src_test() { # respect TMPDIR! local -x LIT_PRESERVES_TMP=1 + # https://github.com/llvm/llvm-project/issues/131115 + local -x LIT_XFAIL="Bindings/OCaml/debuginfo.ml" cmake_build check-llvm-bindings-ocaml }