We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4be26 commit a73f246Copy full SHA for a73f246
lib/std/Thread.zig
@@ -1661,7 +1661,7 @@ test "Thread.getCurrentId" {
1661
test "thread local storage" {
1662
if (builtin.single_threaded) return error.SkipZigTest;
1663
1664
- if (builtin.cpu.arch == .thumbeb) {
+ if (builtin.cpu.arch == .armeb or builtin.cpu.arch == .thumbeb) {
1665
// https://github.com/ziglang/zig/issues/24061
1666
return error.SkipZigTest;
1667
}
0 commit comments