annotate skipped test with issue link

This commit is contained in:
Andrew Kelley 2020-02-13 16:13:53 -05:00
parent 948a463cf1
commit cdba521a06
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9

View File

@ -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 };