-
Notifications
You must be signed in to change notification settings - Fork 30
Test condition tweaks #113
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
Conversation
The Windows failure is a known one, which will be fixed on 5.1: ocaml/ocaml#12231 |
That sounds good. We can bump the compiler version on Windows runs once 5.1 is released. Should we merge this one? |
I fear a consistently red Windows CI workflow would have an unfortunate side-effect of being ignored. |
It's all green!! |
CHANGES: * Add parallel_find (ocaml-multicore/domainslib#90, @gasche) * Update CI (ocaml-multicore/domainslib#93, @Sudha247) * Optimisation to work-stealing (ocaml-multicore/domainslib#96, @art-w) * Improve docs presentation (ocaml-multicore/domainslib#99, @metanivek) * Property based tests (ocaml-multicore/domainslib#100, jmid) * Task: avoid double handler installation (ocaml-multicore/domainslib#101, @gasche & @clef-men) * Fix a benign data-race in Chan reported by ocaml-tsan (ocaml-multicore/domainslib#103, @art-w) * Dune, opam, and GitHub Actions fixes (ocaml-multicore/domainslib#105, @MisterDA) * domain local await support (ocaml-multicore/domainslib#107, @polytypic) * Windows run on GitHub Actions (ocaml-multicore/domainslib#110, @Sudha247) * Adjust PBTs based on recommended_domain_count (ocaml-multicore/domainslib#112, @jmid) * Test condition tweaks (ocaml-multicore/domainslib#113, @jmid)
CHANGES: * Add parallel_find (ocaml-multicore/domainslib#90, @gasche) * Update CI (ocaml-multicore/domainslib#93, @Sudha247) * Optimisation to work-stealing (ocaml-multicore/domainslib#96, @art-w) * Improve docs presentation (ocaml-multicore/domainslib#99, @metanivek) * Property based tests (ocaml-multicore/domainslib#100, jmid) * Task: avoid double handler installation (ocaml-multicore/domainslib#101, @gasche & @clef-men) * Fix a benign data-race in Chan reported by ocaml-tsan (ocaml-multicore/domainslib#103, @art-w) * Dune, opam, and GitHub Actions fixes (ocaml-multicore/domainslib#105, @MisterDA) * domain local await support (ocaml-multicore/domainslib#107, @polytypic) * Windows run on GitHub Actions (ocaml-multicore/domainslib#110, @Sudha247) * Adjust PBTs based on recommended_domain_count (ocaml-multicore/domainslib#112, @jmid) * Test condition tweaks (ocaml-multicore/domainslib#113, @jmid)
CHANGES: * Upgrade to Saturn 1.0 (ocaml-multicore/domainslib#129, @Sudha247) * Update README.md instruction to use OCaml 5.1.0 (ocaml-multicore/domainslib#123, @punchagan) * Fix Saturn.Queue function (ocaml-multicore/domainslib#121, @Sudha247) * Make parallel_scan work on noncommutative functions (ocaml-multicore/domainslib#118, @aytao) * Test condition tweaks (ocaml-multicore/domainslib#113, @jmid) * Adjust PBTs based on recommended_domain_count (ocaml-multicore/domainslib#112, @jmid)
This PR tweaks the conditions for some of tests
backtrace
test to also run on bytecode switches/platforms andThe latter has the benefit of requiring no future tweaking when 5.1 is released with a restored native-code backend for s390x (and later again for ppc64).