-
Notifications
You must be signed in to change notification settings - Fork 16
Lin Bytes negative test fails to trigger on MSVC bytecode #518
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
Comments
Reopening this as this happened on the push to
I wonder if there's something fundamental with (MSVC) bytecode or whether it can be solved, e.g., by adjusting weights a bit like |
Saw this again on the scheduled 5.3 MSVC bytecode run:
The common trait here seems to be MSVC and bytecode... 🤔 |
#516 changed the Lin Bytes test, turning it into a negative test.
The merge to
main
of the PR then failed to find a counterexample within 1000 attempts on MSVC bytecode 5.3:https://github.com/ocaml-multicore/multicoretests/actions/runs/12791598373/job/35660087124
We should just increase the
count
for a start, as it is not taking particularly long to execute - and doesn't cost anything for platforms finding a counterexample earlier 🤷The text was updated successfully, but these errors were encountered: