Skip to content

Commit

Permalink
Add advice for failing shims/fs.rs miri test
Browse files Browse the repository at this point in the history
  • Loading branch information
WaffleLapkin committed Mar 6, 2024
1 parent 37983c1 commit b15c995
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tools/miri/tests/pass/shims/fs.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
//@ignore-target-windows: File handling is not implemented yet
//@compile-flags: -Zmiri-disable-isolation

// If this test is failing for you locally, you can try
// 1. Deleting the files `/temp/miri_*`
// 2. Setting `MIRI_TEMP` or `TMPDIR` to a different directory, without the `miri_*` files

#![feature(io_error_more)]
#![feature(io_error_uncategorized)]

Expand Down

0 comments on commit b15c995

Please sign in to comment.