mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue