commit: 83d8be0feaeff87262f12fe3563353a9bf9e3a04
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 6 15:46:17 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 6 15:46:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d8be0f
llvm-core/mlir: Remove XFAIL for tests failing due to broken gcc
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 <mgorny <AT> gentoo.org>
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 88250d89d0ac..37614314176e 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)