Skip to content

Commit 653a191

Browse files
committed
Revert "std.Thread: disable test on armeb in addition to thumbeb"
This reverts commit a73f246.
1 parent e9e0526 commit 653a191

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

lib/std/Thread.zig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,11 +1661,6 @@ test "Thread.getCurrentId" {
16611661
test "thread local storage" {
16621662
if (builtin.single_threaded) return error.SkipZigTest;
16631663

1664-
if (builtin.cpu.arch == .armeb or builtin.cpu.arch == .thumbeb) {
1665-
// https://github.com/ziglang/zig/issues/24061
1666-
return error.SkipZigTest;
1667-
}
1668-
16691664
const thread1 = try Thread.spawn(.{}, testTls, .{});
16701665
const thread2 = try Thread.spawn(.{}, testTls, .{});
16711666
try testTls();

0 commit comments

Comments
 (0)