zig/lib/std/fs
Ryan Liptak 3dd439030c fs tests: Use 127.0.0.1 instead of localhost as the server in UNC transformation
In theory, localhost could be mapped to a different address via the LMHOSTS file, so using 127.0.0.1 should remove that potential wrinkle and allow the drive-absolute -> UNC transformation to work on any(?) setup.

Also print the error name to ensure it gets printed in CI (aarch64-windows ReleaseSmall seemed not to print the error in the last intermittent UNC failure)
2023-08-18 12:21:54 -07:00
..
file.zig windows.OpenFile/DeleteFile: Add NetworkNotFound as a possible error 2023-07-27 09:35:29 -07:00
get_app_data_dir.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
path.zig Add fs.path.ComponentIterator and use it in Dir.makePath 2023-07-27 10:22:54 -07:00
test.zig fs tests: Use 127.0.0.1 instead of localhost as the server in UNC transformation 2023-08-18 12:21:54 -07:00
wasi.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
watch.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00