riscv64: skip failing tests

This commit is contained in:
Bingwu Zhang
2025-06-14 18:18:41 +08:00
parent 5db395f20b
commit e8d6ecb9ce
17 changed files with 35 additions and 1 deletions

View File

@@ -40,6 +40,8 @@ test "@src used as a comptime parameter" {
}
test "@src in tuple passed to anytype function" {
if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; // TODO
const S = struct {
fn Foo(a: anytype) u32 {
return a[0].line;