From d906bc2ee06e0a7c5c824b73aae777a1d12f0e49 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 17 Jul 2026 16:15:32 +0900 Subject: [PATCH] internal/rosa/package/spirv: disable arm64 broken tests These were newly broken by the latest release. Signed-off-by: Ophestra --- internal/rosa/package/spirv/package.az | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/internal/rosa/package/spirv/package.az b/internal/rosa/package/spirv/package.az index 867e3238..7f0d6f1d 100644 --- a/internal/rosa/package/spirv/package.az +++ b/internal/rosa/package/spirv/package.az @@ -111,6 +111,21 @@ package spirv-llvm-translator { // error: line 13: OpTypeCooperativeMatrixKHR Scope is limited to Workgroup and Subgroup "cooperative_matrix_constant_null.spvasm", + // error: line 66: NonSemantic.Shader.DebugInfo.200 DebugTypeFunction: expected operand Return Type is not a valid debug type + "DebugInfo/NonSemantic/Shader200/DebugLineOnlyOnce.ll", + // error: line 52: End of input reached while decoding OpExtInst starting at word 236: expected more operands after 8 words. + "DebugInfo/NonSemantic/Shader200/DebugLinePriority.spt", + // error: line 78: OpLifetimeStart pointer operand type must be a OpTypePointer. + "llvm-intrinsics/lifetime.ll", + // error: line 61: FPRoundingMode decoration can be applied only to a conversion instruction to or from a floating-point type. + "transcoding/OpenCL/convert_functions.ll", + // error: line 56: OpConstantComposite must not have spec constant operands: '30[%30]' + "transcoding/constant-vars.ll", + // error: line 61: Expected input and Result Type to point to the same type: SpecConstantOp + "transcoding/global_block.cl", + // error: line 55: OpConstantComposite must not have spec constant operands: '16[%16]' + "type-scavenger/globals.ll", + // LLVM ERROR: unsupported calling convention "DebugInfo/COFF/no-cus.ll", "DebugInfo/Generic/2009-11-05-DeadGlobalVariable.ll",