Skip to content

Commit

Permalink
Merge pull request #507 from ocaml-multicore/two-readme-changes
Browse files Browse the repository at this point in the history
Two README changes
  • Loading branch information
jmid authored Jan 9, 2025
2 parents e55ace1 + 37b2dc2 commit 0ff08b9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ or a particular branch of a particular fork:
COMPILER_REF: 'refs/heads/test-me'
```

Since [ocaml/ocaml#13458](https://github.com/ocaml/ocaml/pull/13458)
the test suite can be triggered on an ocaml/ocaml PR (or on a fork of it)
by adding the `run-multicoretests` label.


A Linearization Tester
======================
Expand Down
14 changes: 12 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Current (experimental) PBTs of multicore
========================================
Current PBTs of OCaml 5
=======================

Tests utilizing the parallel STM.ml capability:

Expand Down Expand Up @@ -30,6 +30,16 @@ Tests utilizing the parallel STM.ml capability:
- [floatarray/stm_tests.ml](floatarray/stm_tests.ml) contains sequential and
parallel tests of the `Float.Array` module

- [gc](gc) contains sequential and parallel tests of the `Gc` module
- [gc/stm_tests_seq.ml](gc/stm_tests_seq.ml),
[gc/stm_tests_seq_child.ml](gc/stm_tests_seq_child.ml), and
[gc/stm_tests_par.ml](gc/stm_tests_par.ml) contains a version
with explicit calls to `Gc` functions, and
- [gc/stm_tests_impl_seq.ml](gc/stm_tests_impl_seq.ml),
[gc/stm_tests_impl_seq_child.ml](gc/stm_tests_impl_seq_child.ml), and
[gc/stm_tests_impl_par.ml](gc/stm_tests_impl_par.ml) contains a version
with implicit calls to the `Gc`

- [hashtbl/stm_tests.ml](hashtbl/stm_tests.ml) contains sequential and
parallel tests of the `Hashtbl` module

Expand Down

0 comments on commit 0ff08b9

Please sign in to comment.