about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/shims/fs.rs
AgeCommit message (Expand)AuthorLines
2025-08-29unix read/write: fix zero-size handlingRalf Jung-1/+3
2025-07-19non-deterministically truncate reads/writesRalf Jung-1/+27
2025-07-19don't halt execution when we write to a read-only fileRalf Jung-0/+4
2025-06-15Stabilize "file_lock" featureChristopher Berner-1/+0
2025-06-06use File::lock to implement flock, and add a test for File::lockRalf Jung-3/+30
2025-05-22Implement file cloning on WindowsRune Tynan-1/+1
2025-05-22Implement file read/write on WindowsRune Tynan-5/+5
2025-04-11Implement DeleteFileWRune Tynan-1/+1
2025-04-08Implement trivial file operations - opening and closing handles. Just enough ...Rune Tynan-17/+19
2024-12-12solarish stat following-up, supports for readdir.David Carlier-6/+8
2024-11-26filesystem support for solarish.David Carlier-2/+5
2024-09-25avoid using HashMap in fs testRalf Jung-3/+3
2024-09-21fmt (with a huge diff for some reason)Ralf Jung-2/+2
2024-09-16Bump ui testOli Scherer-1/+1
2024-07-22Add `pread` and `pwrite` shimsАртём Павлов [Artyom Pavlov]-0/+41
2024-07-06Mark format! with must_use hintlukas-2/+2
2024-05-09do not run symlink tests on Windows hostsRalf Jung-73/+15
2024-04-15Windows: add basic support for FormatMessageWRalf Jung-1/+1
2024-03-09compiletest: create fresh tempdir for tests to useRalf Jung-1/+1
2024-03-06Add advice for failing `shims/fs.rs` miri testMaybe Waffle-0/+4
2023-07-30refactor tests/utils a bit, and move some FS functions thereRalf Jung-32/+7
2023-04-14Auto merge of #2843 - jsoref:spelling, r=RalfJungbors-1/+1
2023-04-14Fix spellingJosh Soref-1/+1
2023-04-10Stabilize IsTerminalJosh Triplett-1/+0
2023-02-24Use pointers to `c_char` instead of `i8` in `miri_host_to_target_path`LevitatingLion-2/+6
2022-12-12make unix path handling on Windows hosts preserve absolutenessRalf Jung-5/+9
2022-12-12More host/target path conversion tests:Ralf Jung-0/+7
2022-12-12expose host-to-target path conversion to interpreted programRalf Jung-14/+17
2022-10-21test is_terminalRalf Jung-1/+4
2022-10-21split libc tests from stdlib testsRalf Jung-0/+364