mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user