diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2023-10-24 05:34:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-24 05:34:13 -0400 |
| commit | bb0419599aa93455f3ae0969f4bfd80204807596 (patch) | |
| tree | edce35a16131dbe5ce31a62cbbf7ac8f2dfca0bc /lib/std/os/linux/test.zig | |
| parent | b477279c37d1ca1c141a3e30589bd974687b85cc (diff) | |
| parent | f7482a5c95dd549eb3da103eab42bac881ba0498 (diff) | |
| download | zig-bb0419599aa93455f3ae0969f4bfd80204807596.tar.gz zig-bb0419599aa93455f3ae0969f4bfd80204807596.zip | |
Merge pull request #17666 from jacobly0/x86_64-unicode
x86_64: pass more std tests
Diffstat (limited to 'lib/std/os/linux/test.zig')
| -rw-r--r-- | lib/std/os/linux/test.zig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/std/os/linux/test.zig b/lib/std/os/linux/test.zig index 1c2ca643b2..170bde6334 100644 --- a/lib/std/os/linux/test.zig +++ b/lib/std/os/linux/test.zig @@ -8,8 +8,6 @@ const expectEqual = std.testing.expectEqual; const fs = std.fs; test "fallocate" { - if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; - var tmp = std.testing.tmpDir(.{}); defer tmp.cleanup(); @@ -71,8 +69,6 @@ test "timer" { } test "statx" { - if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; - var tmp = std.testing.tmpDir(.{}); defer tmp.cleanup(); @@ -111,8 +107,6 @@ test "user and group ids" { } test "fadvise" { - if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; - var tmp = std.testing.tmpDir(.{}); defer tmp.cleanup(); |
