commit cdba521a06353a1ae25c2e37bb44e11c6fec1035 (tree)
parent 948a463cf1644ab6ceb0b9128b4d2ddbcf09d6b1
Author: Andrew Kelley <andrew@ziglang.org>
Date: Thu, 13 Feb 2020 16:13:53 -0500
annotate skipped test with issue link
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/std/fmt.zig b/lib/std/fmt.zig
@@ -1728,6 +1728,7 @@ test "positional/alignment/width/precision" {
}
test "vector" {
+ // https://github.com/ziglang/zig/issues/3317
if (builtin.arch == .mipsel) return error.SkipZigTest;
const vbool: @Vector(4, bool) = [_]bool{ true, false, true, false };