public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: llvm-core/mlir/
Date: Sun, 16 Mar 2025 16:59:51 +0000 (UTC)	[thread overview]
Message-ID: <1742144384.111ce6fa1f930a2a689c8f67f9163610a3dfbf42.mgorny@gentoo> (raw)

commit:     111ce6fa1f930a2a689c8f67f9163610a3dfbf42
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 16 14:39:44 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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
 }
 


             reply	other threads:[~2025-03-16 17:00 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-16 16:59 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-19  6:29 [gentoo-commits] repo/gentoo:master commit in: llvm-core/mlir/ Michał Górny
2025-04-15 10:15 Michał Górny
2025-04-12  8:59 Michał Górny
2025-04-12  4:57 Michał Górny
2025-04-05 12:24 Michał Górny
2025-04-01  7:15 Michał Górny
2025-03-29 10:27 Michał Górny
2025-03-29  7:40 Michał Górny
2025-03-22 10:43 Michał Górny
2025-03-17 20:13 Michał Górny
2025-03-16 17:41 Michał Górny
2025-03-11 14:56 Michał Górny
2025-03-05 10:13 Michał Górny
2025-03-05  6:25 Michał Górny
2025-03-01 12:58 Michał Górny
2025-03-01  8:34 Michał Górny
2025-02-26 18:55 Michał Górny
2025-02-25 14:03 Michał Górny
2025-02-22 15:19 Michał Górny
2025-02-15  7:19 Michał Górny
2025-02-13  7:53 Michał Górny
2025-02-11 11:29 Michał Górny
2025-02-09 15:26 Michał Górny
2025-02-08 11:51 Michał Górny
2025-02-02 18:25 Michał Górny
2025-02-01 13:15 Michał Górny
2025-02-01  8:05 Michał Górny
2025-01-31 21:51 Michał Górny
2025-01-25 13:33 Michał Górny
2025-01-25  8:29 Michał Górny
2025-01-22 19:15 Michał Górny
2025-01-18 15:09 Michał Górny
2025-01-18  8:21 Michał Górny
2025-01-11 18:12 Michał Górny
2025-01-04 15:28 Michał Górny
2024-12-28 19:35 Michał Górny
2024-12-27 21:25 Michał Górny
2024-12-26  9:15 Michał Górny
2024-12-22 18:21 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1742144384.111ce6fa1f930a2a689c8f67f9163610a3dfbf42.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox