| author | |
| committer | |
| log | 83d9a5968fb9b8aab8391c386bfa6fb062d22739 |
| tree | 79cb998387040542d11f7b2f4bb690b3885aa093 |
| parent | bc589c271a52e3010ca0af1191c527fb0db63a89 |
| signature |
https://github.com/ziglang/zig/issues/254981 files changed, 1 insertions(+), 0 deletions(-)
lib/std/Thread.zig+1| ... | ... | @@ -1811,6 +1811,7 @@ test "Thread.getCurrentId" { |
| 1811 | 1811 | |
| 1812 | 1812 | test "thread local storage" { |
| 1813 | 1813 | if (builtin.single_threaded) return error.SkipZigTest; |
| 1814 | if (@sizeOf(usize) == 4) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/25498 | |
| 1814 | 1815 | |
| 1815 | 1816 | const thread1 = try Thread.spawn(.{}, testTls, .{}); |
| 1816 | 1817 | const thread2 = try Thread.spawn(.{}, testTls, .{}); |