zig/lib/std/fs
Pat Tullmann 710632b45c lib/std/fs/test.zig: Some filesystems support 8 EiB files
Btrfs at least supports 16 EiB files (limited in practice to 8EiB by the
Linux VFS code which uses signed 64-bit offsets).  So fix the fs.zig test
case to expect either a FileTooBig or success from truncating a file to
8EiB.  And test that beyond that size the offset is interpreted as a
negative number.

Fixes #24242
2025-06-23 15:20:24 +02:00
..
AtomicFile.zig extract std.posix from std.os 2024-03-19 11:45:09 -07:00
Dir.zig Build: add install commands to --verbose output 2025-06-19 11:45:06 -04:00
File.zig Merge pull request #23268 from chrboesch/i19875 2025-04-14 22:20:44 +02:00
get_app_data_dir.zig std: Add support for SerenityOS in various places 2025-03-11 14:59:42 +00:00
path.zig Build: add install commands to --verbose output 2025-06-19 11:45:06 -04:00
test.zig lib/std/fs/test.zig: Some filesystems support 8 EiB files 2025-06-23 15:20:24 +02:00
wasi.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00