mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 15:12:31 +00:00
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:
parent
8d5ac6bdea
commit
f7d679ceae
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user