authorgravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2024-10-19 20:06:04+01:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2024-10-19 20:06:04+01:00
logf7d679ceae2403d4137d75d4afe32a3e8eb0cf16
tree40a952d23748d8833ce35622f99c13c837de448b
parent8d5ac6bdeaef032b2beaeea4bfa4a5bfac9b8263
signaturelock-open Commit is signed but in an unrecognized format.

riscv: disable failing test

Looks like the self-hosted riscv64 backend can't handle `std.meta.eql` involving the new `CallingConvention` right now.

1 files changed, 1 insertions(+), 0 deletions(-)

test/behavior/type_info.zig+1
...@@ -350,6 +350,7 @@ fn testOpaque() !void {...@@ -350,6 +350,7 @@ fn testOpaque() !void {
350350
351test "type info: function type info" {351test "type info: function type info" {
352 if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;352 if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
353 if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;
353354
354 try testFunction();355 try testFunction();
355 try comptime testFunction();356 try comptime testFunction();