diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-06-06 17:46:17 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-06-06 17:46:17 +0200 |
| commit | 83d8be0feaeff87262f12fe3563353a9bf9e3a04 (patch) | |
| tree | cb4db8ab82ad7a306701dba6aedc6e09e978a777 | |
| parent | fda16649f608208bee61c14d227f35687b6e6c3d (diff) | |
| download | gentoo-83d8be0feaeff87262f12fe3563353a9bf9e3a04.tar.gz gentoo-83d8be0feaeff87262f12fe3563353a9bf9e3a04.tar.bz2 gentoo-83d8be0feaeff87262f12fe3563353a9bf9e3a04.zip | |
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@gentoo.org>
| -rw-r--r-- | llvm-core/mlir/mlir-21.0.0.9999.ebuild | 7 |
1 files changed, 1 insertions, 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) |
