Skip to content

Commit

Permalink
riscv: disable failing test
Browse files Browse the repository at this point in the history
Looks like the self-hosted riscv64 backend can't handle `std.meta.eql`
involving the new `CallingConvention` right now.
  • Loading branch information
mlugg committed Oct 19, 2024
1 parent 8d5ac6b commit f7d679c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/behavior/type_info.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f7d679c

Please sign in to comment.