| ... | @@ -1811,6 +1811,7 @@ test "Thread.getCurrentId" { | ... | @@ -1811,6 +1811,7 @@ test "Thread.getCurrentId" { |
| 1811 | | 1811 | |
| 1812 | test "thread local storage" { | 1812 | test "thread local storage" { |
| 1813 | if (builtin.single_threaded) return error.SkipZigTest; | 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 | const thread1 = try Thread.spawn(.{}, testTls, .{}); | 1816 | const thread1 = try Thread.spawn(.{}, testTls, .{}); |
| 1816 | const thread2 = try Thread.spawn(.{}, testTls, .{}); | 1817 | const thread2 = try Thread.spawn(.{}, testTls, .{}); |