| author | |
| committer | |
| log | a73f246b2963de0024b9b7070448862e855d5a04 |
| tree | 643730e62a6bfcc225b9487bdc0c40f931d64f25 |
| parent | dd4be26f539548520bdfc159e2a86ab5301e12e8 |
| signature |
Same falky failure on both. See ed7ff0b693037078f451a7c6c1124611060f4892.1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Thread.zig+1-1| ... | ... | @@ -1661,7 +1661,7 @@ test "Thread.getCurrentId" { |
| 1661 | 1661 | test "thread local storage" { |
| 1662 | 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 | 1665 | // https://github.com/ziglang/zig/issues/24061 |
| 1666 | 1666 | return error.SkipZigTest; |
| 1667 | 1667 | } |