-
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
Lin.Internal Thread int CList test finds unexpected counterexample under bytecode #358
Comments
The test unexpectedly failed under 32-bit Linux trunk 5.2:
|
Also triggered a counterexample under Windows bytecode trunk 5.2:
|
Observed again on Windows bytecode 5.0.0
|
The test
src/neg_tests/lin_tests_thread_conclist.ml
using theLin
Thread
mode to exerciseint CList
is expected not to trigger any issues.However under bytecode I have now observed more than once that it does find a counterexample.
Here's a run on Win bytecode trunk from 2 days ago:
https://github.com/ocaml-multicore/multicoretests/actions/runs/5173787112/jobs/9319394100
Here's another from last week on Linux bytecode trunk:
https://github.com/ocaml-multicore/multicoretests/actions/runs/5131082066/jobs/9230704532
The text was updated successfully, but these errors were encountered: