From cdba521a06353a1ae25c2e37bb44e11c6fec1035 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 13 Feb 2020 16:13:53 -0500 Subject: [PATCH] annotate skipped test with issue link --- lib/std/fmt.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/std/fmt.zig b/lib/std/fmt.zig index 11e22c396c..a0ec668769 100644 --- 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 };