authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-02-13 16:13:53-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-02-13 16:13:53-05:00
logcdba521a06353a1ae25c2e37bb44e11c6fec1035
tree808467672a272c8fb9f1593fc92f143a70495aca
parent948a463cf1644ab6ceb0b9128b4d2ddbcf09d6b1
signature Commit is signed but in an unrecognized format.

annotate skipped test with issue link


1 files changed, 1 insertions(+), 0 deletions(-)

lib/std/fmt.zig+1
...@@ -1728,6 +1728,7 @@ test "positional/alignment/width/precision" {...@@ -1728,6 +1728,7 @@ test "positional/alignment/width/precision" {
1728}1728}
17291729
1730test "vector" {1730test "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;
17321733
1733 const vbool: @Vector(4, bool) = [_]bool{ true, false, true, false };1734 const vbool: @Vector(4, bool) = [_]bool{ true, false, true, false };