diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-17 16:15:32 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-17 16:15:32 +0900 |
| commit | d906bc2ee06e0a7c5c824b73aae777a1d12f0e49 (patch) | |
| tree | 9a98a66027090611b148f9a21ba02a78c8aa8cce /internal | |
| parent | e0e9910243ee8513c70e57a5ebc7ae93d42de84a (diff) | |
internal/rosa/package/spirv: disable arm64 broken tests
These were newly broken by the latest release.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/package/spirv/package.az | 15 |
1 files changed, 15 insertions, 0 deletions
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: <id> '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: <id> '16[%16]' + "type-scavenger/globals.ll", + // LLVM ERROR: unsupported calling convention "DebugInfo/COFF/no-cus.ll", "DebugInfo/Generic/2009-11-05-DeadGlobalVariable.ll", |
