File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,10 @@ or a particular branch of a particular fork:
156156 COMPILER_REF: 'refs/heads/test-me'
157157```
158158
159+ Since [ ocaml/ocaml #13458 ] ( https://github.com/ocaml/ocaml/pull/13458 )
160+ the test suite can be triggered on an ocaml/ocaml PR (or on a fork of it)
161+ by adding the ` run-multicoretests ` label.
162+
159163
160164A Linearization Tester
161165======================
Original file line number Diff line number Diff line change 1- Current (experimental) PBTs of multicore
2- ========================================
1+ Current PBTs of OCaml 5
2+ =======================
33
44Tests utilizing the parallel STM.ml capability:
55
@@ -30,6 +30,16 @@ Tests utilizing the parallel STM.ml capability:
3030 - [ floatarray/stm_tests.ml] ( floatarray/stm_tests.ml ) contains sequential and
3131 parallel tests of the ` Float.Array ` module
3232
33+ - [ gc] ( gc ) contains sequential and parallel tests of the ` Gc ` module
34+ - [ gc/stm_tests_seq.ml] ( gc/stm_tests_seq.ml ) ,
35+ [ gc/stm_tests_seq_child.ml] ( gc/stm_tests_seq_child.ml ) , and
36+ [ gc/stm_tests_par.ml] ( gc/stm_tests_par.ml ) contains a version
37+ with explicit calls to ` Gc ` functions, and
38+ - [ gc/stm_tests_impl_seq.ml] ( gc/stm_tests_impl_seq.ml ) ,
39+ [ gc/stm_tests_impl_seq_child.ml] ( gc/stm_tests_impl_seq_child.ml ) , and
40+ [ gc/stm_tests_impl_par.ml] ( gc/stm_tests_impl_par.ml ) contains a version
41+ with implicit calls to the ` Gc `
42+
3343 - [ hashtbl/stm_tests.ml] ( hashtbl/stm_tests.ml ) contains sequential and
3444 parallel tests of the ` Hashtbl ` module
3545
You can’t perform that action at this time.
0 commit comments