riscv: disable failing test

Looks like the self-hosted riscv64 backend can't handle `std.meta.eql`
involving the new `CallingConvention` right now.
This commit is contained in:
mlugg 2024-10-19 20:06:04 +01:00
parent 8d5ac6bdea
commit f7d679ceae
No known key found for this signature in database
GPG Key ID: 3F5B7DCCBF4AF02E

View File

@ -350,6 +350,7 @@ fn testOpaque() !void {
test "type info: function type info" {
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;
try testFunction();
try comptime testFunction();