| ... | @@ -1661,11 +1661,6 @@ test "Thread.getCurrentId" { | ... | @@ -1661,11 +1661,6 @@ test "Thread.getCurrentId" { |
| 1661 | test "thread local storage" { | 1661 | test "thread local storage" { |
| 1662 | if (builtin.single_threaded) return error.SkipZigTest; | 1662 | if (builtin.single_threaded) return error.SkipZigTest; |
| 1663 | | 1663 | |
| 1664 | if (builtin.cpu.arch == .armeb or builtin.cpu.arch == .thumbeb) { | | |
| 1665 | // https://github.com/ziglang/zig/issues/24061 | | |
| 1666 | return error.SkipZigTest; | | |
| 1667 | } | | |
| 1668 | | | |
| 1669 | const thread1 = try Thread.spawn(.{}, testTls, .{}); | 1664 | const thread1 = try Thread.spawn(.{}, testTls, .{}); |
| 1670 | const thread2 = try Thread.spawn(.{}, testTls, .{}); | 1665 | const thread2 = try Thread.spawn(.{}, testTls, .{}); |
| 1671 | try testTls(); | 1666 | try testTls(); |