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
Since parts of Unix strongly resemble Sys, to avoid duplicating code, this could benefit from the model-refactoring underlying the Sys test extension in #304, allowing the model to be shared among the two STM tests.
The text was updated successfully, but these errors were encountered:
The
Unix
module could also benefit from a good round of stress testing, e.g., to help ensure that it works consistently across platforms.I made early experiments in this direction in https://github.com/ocaml-multicore/multicoretests/tree/unix-tests
A rebased version is available in https://github.com/ocaml-multicore/multicoretests/tree/unix-tests-rebased
These quickly found the analogous Windows
rename
issue plagingSys.rename
, confirming the usefulness of doing so.Since parts of
Unix
strongly resembleSys
, to avoid duplicating code, this could benefit from the model-refactoring underlying theSys
test extension in #304, allowing the model to be shared among the two STM tests.The text was updated successfully, but these errors were encountered: