File tree 2 files changed +16
-2
lines changed
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:
156
156
COMPILER_REF: 'refs/heads/test-me'
157
157
```
158
158
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
+
159
163
160
164
A Linearization Tester
161
165
======================
Original file line number Diff line number Diff line change 1
- Current (experimental) PBTs of multicore
2
- ========================================
1
+ Current PBTs of OCaml 5
2
+ =======================
3
3
4
4
Tests utilizing the parallel STM.ml capability:
5
5
@@ -30,6 +30,16 @@ Tests utilizing the parallel STM.ml capability:
30
30
- [ floatarray/stm_tests.ml] ( floatarray/stm_tests.ml ) contains sequential and
31
31
parallel tests of the ` Float.Array ` module
32
32
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
+
33
43
- [ hashtbl/stm_tests.ml] ( hashtbl/stm_tests.ml ) contains sequential and
34
44
parallel tests of the ` Hashtbl ` module
35
45
You can’t perform that action at this time.
0 commit comments