From 64927c1d7792ed399c67addb51df15bdeed44106 Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Tue, 12 Mar 2024 09:10:51 +0100 Subject: [PATCH 1/2] Add threadomain issue to list --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8e0022ca..87fcbf3d 100644 --- a/README.md +++ b/README.md @@ -390,6 +390,14 @@ property can be done in two different ways: Issues ====== +Crash and hangs on MinGW (new, fixed, runtime) +---------------------------------------------- + +[We observed crashes and hangs of the `threadomain` test under +MinGW](https://github.com/ocaml/ocaml/issues/12230), which turned out to be due +to unsafe systhread yielding. + + Regression on output to closed `Out_channel`s (new, runtime) ------------------------------------------------------------ From 62996dc037d0f31e72e8395a7b07768a21624fb3 Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Tue, 12 Mar 2024 09:12:17 +0100 Subject: [PATCH 2/2] Mark Out_channel regression as fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87fcbf3d..85215eaf 100644 --- a/README.md +++ b/README.md @@ -398,8 +398,8 @@ MinGW](https://github.com/ocaml/ocaml/issues/12230), which turned out to be due to unsafe systhread yielding. -Regression on output to closed `Out_channel`s (new, runtime) ------------------------------------------------------------- +Regression on output to closed `Out_channel`s (new, fixed, runtime) +------------------------------------------------------------------- While revising out `Out_channel` tests we discovered [a regression when outputting to a closed `Out_channel`](https://github.com/ocaml/ocaml/issues/12898)