mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
Revert "std.Thread: disable test on armeb in addition to thumbeb"
This reverts commit a73f246b2963de0024b9b7070448862e855d5a04.
This commit is contained in:
parent
e9e0526cf8
commit
653a191965
@ -1661,11 +1661,6 @@ test "Thread.getCurrentId" {
|
|||||||
test "thread local storage" {
|
test "thread local storage" {
|
||||||
if (builtin.single_threaded) return error.SkipZigTest;
|
if (builtin.single_threaded) return error.SkipZigTest;
|
||||||
|
|
||||||
if (builtin.cpu.arch == .armeb or builtin.cpu.arch == .thumbeb) {
|
|
||||||
// https://github.com/ziglang/zig/issues/24061
|
|
||||||
return error.SkipZigTest;
|
|
||||||
}
|
|
||||||
|
|
||||||
const thread1 = try Thread.spawn(.{}, testTls, .{});
|
const thread1 = try Thread.spawn(.{}, testTls, .{});
|
||||||
const thread2 = try Thread.spawn(.{}, testTls, .{});
|
const thread2 = try Thread.spawn(.{}, testTls, .{});
|
||||||
try testTls();
|
try testTls();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user