mirror of
https://github.com/ziglang/zig.git
synced 2026-02-17 06:49:23 +00:00
std.Thread: disable test on armeb in addition to thumbeb
Same falky failure on both. See ed7ff0b693037078f451a7c6c1124611060f4892.
This commit is contained in:
parent
dd4be26f53
commit
a73f246b29
@ -1661,7 +1661,7 @@ test "Thread.getCurrentId" {
|
||||
test "thread local storage" {
|
||||
if (builtin.single_threaded) return error.SkipZigTest;
|
||||
|
||||
if (builtin.cpu.arch == .thumbeb) {
|
||||
if (builtin.cpu.arch == .armeb or builtin.cpu.arch == .thumbeb) {
|
||||
// https://github.com/ziglang/zig/issues/24061
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user