mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
Revert "std.Thread: disable test on armeb in addition to thumbeb"
This reverts commit a73f246b29.
This commit is contained in:
parent
e9e0526cf8
commit
653a191965
1 changed files with 0 additions and 5 deletions
|
|
@ -1661,11 +1661,6 @@ test "Thread.getCurrentId" {
|
|||
test "thread local storage" {
|
||||
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 thread2 = try Thread.spawn(.{}, testTls, .{});
|
||||
try testTls();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue