Skip to content

Commit 0ff08b9

Browse files
authored
Merge pull request #507 from ocaml-multicore/two-readme-changes
Two README changes
2 parents e55ace1 + 37b2dc2 commit 0ff08b9

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

+4
Original file line numberDiff line numberDiff 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

160164
A Linearization Tester
161165
======================

src/README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Current (experimental) PBTs of multicore
2-
========================================
1+
Current PBTs of OCaml 5
2+
=======================
33

44
Tests 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

0 commit comments

Comments
 (0)