commit: 900a8112f251dc11768648c184e4c27bc022ca92
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 16 09:04:50 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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)