| ... | @@ -1661,7 +1661,7 @@ test "Thread.getCurrentId" { | ... | @@ -1661,7 +1661,7 @@ 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 == .thumbeb) { | 1664 | if (builtin.cpu.arch == .armeb or builtin.cpu.arch == .thumbeb) { |
| 1665 | // https://github.com/ziglang/zig/issues/24061 | 1665 | // https://github.com/ziglang/zig/issues/24061 |
| 1666 | return error.SkipZigTest; | 1666 | return error.SkipZigTest; |
| 1667 | } | 1667 | } |