Commit cdba521a06

Andrew Kelley <andrew@ziglang.org>
2020-02-13 22:13:53
annotate skipped test with issue link
1 parent 948a463
Changed files (1)
lib
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 };