Commit cd6b96b
committed
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]>1 parent 629cde9 commit cd6b96b
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
| 452 | + | |
452 | 453 | | |
453 | 454 | | |
454 | 455 | | |
455 | 456 | | |
456 | 457 | | |
457 | 458 | | |
| 459 | + | |
458 | 460 | | |
459 | 461 | | |
460 | 462 | | |
| |||
0 commit comments