aboutsummaryrefslogtreecommitdiff
path: root/lib/std
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-02-13 16:13:53 -0500
committerAndrew Kelley <andrew@ziglang.org>2020-02-13 16:13:53 -0500
commitcdba521a06353a1ae25c2e37bb44e11c6fec1035 (patch)
tree808467672a272c8fb9f1593fc92f143a70495aca /lib/std
parent948a463cf1644ab6ceb0b9128b4d2ddbcf09d6b1 (diff)
downloadzig-cdba521a06353a1ae25c2e37bb44e11c6fec1035.tar.gz
zig-cdba521a06353a1ae25c2e37bb44e11c6fec1035.zip
annotate skipped test with issue link
Diffstat (limited to 'lib/std')
-rw-r--r--lib/std/fmt.zig1
1 files changed, 1 insertions, 0 deletions
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 };