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 5E3E31584F2 for ; Sun, 16 Mar 2025 17:00:06 +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 4AAD034324A for ; Sun, 16 Mar 2025 17:00:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 03EB31103CE; Sun, 16 Mar 2025 16:59:55 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id F08C61103CD for ; Sun, 16 Mar 2025 16:59:54 +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 A95A9343256 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 E1A47236F 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.111ce6fa1f930a2a689c8f67f9163610a3dfbf42.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-21.0.0.9999.ebuild X-VCS-Directories: llvm-core/mlir/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 111ce6fa1f930a2a689c8f67f9163610a3dfbf42 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: abe8b35a-6832-49e5-b58c-18390716c7a5 X-Archives-Hash: 831ddf38f78944e40df9a38ac766380f commit: 111ce6fa1f930a2a689c8f67f9163610a3dfbf42 Author: Michał Górny gentoo org> AuthorDate: Sun Mar 16 14:39:44 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=111ce6fa llvm-core/mlir: Mark broken tests as XFAIL Bug: https://github.com/llvm/llvm-project/issues/124410 Bug: https://github.com/llvm/llvm-project/issues/124541 Signed-off-by: Michał Górny gentoo.org> llvm-core/mlir/mlir-21.0.0.9999.ebuild | 43 ++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/llvm-core/mlir/mlir-21.0.0.9999.ebuild b/llvm-core/mlir/mlir-21.0.0.9999.ebuild index d69b14b4bb5c..eeedc760dbcb 100644 --- a/llvm-core/mlir/mlir-21.0.0.9999.ebuild +++ b/llvm-core/mlir/mlir-21.0.0.9999.ebuild @@ -194,8 +194,51 @@ multilib_src_compile() { } multilib_src_test() { + local known_xfail=( + # TODO: Gentoo-specific + # https://github.com/llvm/llvm-project/issues/124410 + Dialect/SPIRV/IR/availability.mlir + Dialect/SPIRV/IR/target-env.mlir + ) + + case ${ABI} in + arm|ppc|x86) + known_xfail+=( + # MLIR is full of 64-bit assumptions, sigh + # https://github.com/llvm/llvm-project/issues/124541 + Conversion/ConvertToSPIRV/func-signature-vector-unroll.mlir + Conversion/ConvertToSPIRV/vector-unroll.mlir + Conversion/MathToLibm/convert-to-libm.mlir + Conversion/MemRefToLLVM/memref-to-llvm.mlir + Conversion/VectorToLLVM/vector-to-llvm.mlir + Dialect/ArmSVE/legalize-for-llvm.mlir + Dialect/Bufferization/Transforms/one-shot-bufferize-pass-statistics.mlir + Dialect/GPU/transform-gpu.mlir + Dialect/LLVMIR/sroa-statistics.mlir + Dialect/Linalg/mesh-spmdization.mlir + Dialect/Linalg/vectorize-tensor-extract.mlir + Dialect/Math/polynomial-approximation.mlir + Dialect/MemRef/expand-strided-metadata.mlir + Dialect/MemRef/fold-memref-alias-ops.mlir + Dialect/MemRef/mem2reg-statistics.mlir + Dialect/Mesh/all-scatter-op-lowering.mlir + Dialect/Tensor/fold-tensor-subset-ops.mlir + Dialect/Tensor/tracking-listener.mlir + Dialect/Vector/canonicalize.mlir + Dialect/Vector/vector-bitcast-lowering-transforms.mlir + Dialect/Vector/vector-deinterleave-lowering-transforms.mlir + Dialect/Vector/vector-interleave-lowering-transforms.mlir + Dialect/Vector/vector-unroll-options.mlir + Pass/pipeline-stats-nested.mlir + Pass/pipeline-stats.mlir + ) + ;; + esac + # respect TMPDIR! local -x LIT_PRESERVES_TMP=1 + local -x LIT_XFAIL="${known_xfail[*]}" + LIT_XFAIL=${LIT_XFAIL// /;} cmake_build check-mlir }