ocaml-multicore / multicoretests

PBT testsuite and libraries for testing multicore OCaml
https://ocaml-multicore.github.io/multicoretests/
BSD 2-Clause "Simplified" License
37 stars 16 forks source link

Disable 'Lin.Internal CList int test with Thread' under bytecode #435

Closed jmid closed 7 months ago

jmid commented 7 months ago

OCaml's systhread context switching varies between the native and bytecode modes. This is challenging to the experimental Thread modes and the package tests of it. As a result

This left Lin.Internal CList int test with Thread - which is marked as a positive test, but would occasionally find an unexpected counterexample in bytecode mode, causing a false alarm #358 - most recently in both bytecode trunk runs from #434.

This PR thus disables Lin.Internal CList int test with Thread in bytecode mode too. It should eliminate another cause of false alarms.

Fixes #358

jmid commented 7 months ago

CI summary:

Out of 44 workflows, 1 failed - with a genuine issue :tada:

jmid commented 7 months ago

CI summary for merge to main:

Out of 45 workflows, 2 failed - with genuine issues :tada: