-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STM parallel Sys tests on macOS #359
Comments
I realized now that we are considering this a positive test on Linux (with a reduced multicoretests/src/sys/stm_tests.ml Lines 317 to 332 in 6a549cd
Here's an branch to do the same on arm64: |
Reopening, as the merge of #405 to |
On a scheduled GitHub actions workflow testing 5.1.1 (amd64 - not ARM) this found an unexpected counterexample:
|
Closed as completed with #458 which runs the parallel STM Sys tests on GitHub actions macOS ARM64, which consistently produces counterexamples. |
The new shiny arm64 test runners turn on some red lights on the test suite.
In particular, the parallel
STM
tests ofSys
had 2/3 macOS failures on yesterday's run for #324:https://github.com/ocaml-multicore/multicoretests/pull/324/checks?check_run_id=14034561144
On 5.0 the test triggered a parallel issue - but on both 5.1 and 5.2 it didn't.
macOS arm64 5.1:
https://ocaml-multicoretests.ci.dev:8100/job/2023-06-06/085608-ci-ocluster-build-854d7c
macOS arm64 5.2
https://ocaml-multicoretests.ci.dev:8100/job/2023-06-06/085608-ci-ocluster-build-637e23
I'm hoping this may be solved by #304 that extends the
Sys
surface covered - and hence the potential parallel issues triggered.The text was updated successfully, but these errors were encountered: