| author | |
| committer | |
| log | f7d679ceae2403d4137d75d4afe32a3e8eb0cf16 |
| tree | 40a952d23748d8833ce35622f99c13c837de448b |
| parent | 8d5ac6bdeaef032b2beaeea4bfa4a5bfac9b8263 |
| signature |
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 | 350 | |
| 351 | 351 | test "type info: function type info" { |
| 352 | 352 | if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; |
| 353 | if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest; | |
| 353 | 354 | |
| 354 | 355 | try testFunction(); |
| 355 | 356 | try comptime testFunction(); |