| ... | @@ -1728,6 +1728,7 @@ test "positional/alignment/width/precision" { | ... | @@ -1728,6 +1728,7 @@ test "positional/alignment/width/precision" { |
| 1728 | } | 1728 | } |
| 1729 | | 1729 | |
| 1730 | test "vector" { | 1730 | test "vector" { |
| | 1731 | // https://github.com/ziglang/zig/issues/3317 |
| 1731 | if (builtin.arch == .mipsel) return error.SkipZigTest; | 1732 | if (builtin.arch == .mipsel) return error.SkipZigTest; |
| 1732 | | 1733 | |
| 1733 | const vbool: @Vector(4, bool) = [_]bool{ true, false, true, false }; | 1734 | const vbool: @Vector(4, bool) = [_]bool{ true, false, true, false }; |