Skip to content

Commit 4781752

Browse files
authored
Add list of found bugs in OCaml 5 to README (#29)
1 parent ba295e9 commit 4781752

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,14 @@ dune exec -- multicoretests-ci \
110110
```
111111

112112
You should see the site on `localhost:8080`. You can then install the GitHub App onto your account and add the desired repository, the builds for which should then show up on the website.
113+
114+
### Found bugs
115+
116+
Multicoretests-CI aided in finding these bugs in the OCaml 5 multicore runtime.
117+
118+
| Title | Date | Issue link |
119+
| --- | --- | --- |
120+
| STM Weak test parallel fail to trigger on s390x | 02/11/23 | https://github.com/ocaml-multicore/multicoretests/issues/406 |
121+
| Segfault on s390x in Effect test | 17/08/23 | https://github.com/ocaml-multicore/multicoretests/issues/383 |
122+
| Crashes and hangs on ppc64 trunk/5.2 | 14/08/23 | https://github.com/ocaml-multicore/multicoretests/issues/380 |
123+
| s390x thread_createtree failures | 10/07/23 | https://github.com/ocaml-multicore/multicoretests/issues/374 |

0 commit comments

Comments
 (0)