From 83d8be0feaeff87262f12fe3563353a9bf9e3a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 6 Jun 2025 17:46:17 +0200 Subject: [PATCH] llvm-core/mlir: Remove XFAIL for tests failing due to broken gcc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now GCC 14.x with a few has been pushed, we can reenable the tests (and stop the test suite from failing due to obsolete XFAILs). Signed-off-by: Michał Górny --- llvm-core/mlir/mlir-21.0.0.9999.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/llvm-core/mlir/mlir-21.0.0.9999.ebuild b/llvm-core/mlir/mlir-21.0.0.9999.ebuild index 88250d89d0ac1..37614314176e8 100644 --- a/llvm-core/mlir/mlir-21.0.0.9999.ebuild +++ b/llvm-core/mlir/mlir-21.0.0.9999.ebuild @@ -194,12 +194,7 @@ 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 - ) + local known_xfail=() case ${ABI} in arm|ppc|x86)