add comments to disabled tests linking to the tracking issue

This commit is contained in:
Andrew Kelley
2019-10-30 21:29:45 -04:00
parent 33cc204481
commit 6a15e8a7a7
10 changed files with 30 additions and 2 deletions

View File

@@ -86,7 +86,9 @@ const puts_per_thread = 500;
const put_thread_count = 3;
test "std.atomic.stack" {
// https://github.com/ziglang/zig/issues/3563
if (builtin.os == .dragonfly) return error.SkipZigTest;
var plenty_of_memory = try std.heap.direct_allocator.alloc(u8, 300 * 1024);
defer std.heap.direct_allocator.free(plenty_of_memory);