| ... | ... | @@ -978,6 +978,13 @@ test "array type comes from generic function" { |
| 978 | 978 | } |
| 979 | 979 | |
| 980 | 980 | test "generic function uses return type of other generic function" { |
| 981 | if (builtin.zig_backend != .stage1) { |
| 982 | // This test has been failing sporadically on the CI. |
| 983 | // It's not enough to verify that it works locally; we need to diagnose why |
| 984 | // it fails on the CI sometimes before turning it back on. |
| 985 | // https://github.com/ziglang/zig/issues/12208 |
| 986 | return error.SkipZigTest; |
| 987 | } |
| 981 | 988 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO |
| 982 | 989 | |
| 983 | 990 | const S = struct { |