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 23A51158200 for ; Tue, 16 Sep 2025 09:21:26 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0D704340CEA for ; Tue, 16 Sep 2025 09:21:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D3017110571; Tue, 16 Sep 2025 09:21:24 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C13D8110571 for ; Tue, 16 Sep 2025 09:21:24 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 752C9340CEA for ; Tue, 16 Sep 2025 09:21:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB11729A6 for ; Tue, 16 Sep 2025 09:21:22 +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: <1758014477.900a8112f251dc11768648c184e4c27bc022ca92.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: llvm-core/mlir/ X-VCS-Repository: repo/gentoo X-VCS-Files: llvm-core/mlir/mlir-22.0.0.9999.ebuild X-VCS-Directories: llvm-core/mlir/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 900a8112f251dc11768648c184e4c27bc022ca92 X-VCS-Branch: master Date: Tue, 16 Sep 2025 09:21:22 +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: d636e3c7-0ffe-4933-9da7-699fde18b979 X-Archives-Hash: 244c753f9021f3f1ccb31d7f91b0f46f commit: 900a8112f251dc11768648c184e4c27bc022ca92 Author: Michał Górny gentoo org> AuthorDate: Tue Sep 16 09:04:50 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 16 09:21:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900a8112 llvm-core/mlir: XFAIL upstream regression Signed-off-by: Michał Górny gentoo.org> llvm-core/mlir/mlir-22.0.0.9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/llvm-core/mlir/mlir-22.0.0.9999.ebuild b/llvm-core/mlir/mlir-22.0.0.9999.ebuild index 37614314176e..ab0ad3779370 100644 --- a/llvm-core/mlir/mlir-22.0.0.9999.ebuild +++ b/llvm-core/mlir/mlir-22.0.0.9999.ebuild @@ -194,7 +194,10 @@ multilib_src_compile() { } multilib_src_test() { - local known_xfail=() + local known_xfail=( + # https://github.com/llvm/llvm-project/pull/157885#issuecomment-3288095032 + mlir-pdll-lsp-server/view-output.test + ) case ${ABI} in arm|ppc|x86)