You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): exclude more File-bsaed test cases from miri
Miri sometimes non-deterministically has its mocks for read(2)/write(2)
do only partial reads/writes, which our unittests cannot deal with. See
also commit 029c652 ("fix(test): do not try to read files under
miri"). Mark these test cases as cfg(not(miri)).
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments