@@ -380,6 +380,20 @@ property can be done in two different ways:
380
380
Issues
381
381
======
382
382
383
+ Assertion failures in ` runtime/domain.c ` on trunk (new, fixed, runtime)
384
+ -----------------------------------------------------------------------
385
+
386
+ A PR merged to ` trunk ` [ reintroduced off-by-one assertion errors in ` caml_reset_young_limit ` ] (
387
+ https://github.com/ocaml/ocaml/pull/12824 )
388
+
389
+
390
+ Assertion failure triggered in runtime/memprof.c (new, fixed, runtime)
391
+ ----------------------------------------------------------------------
392
+
393
+ The ` thread_joingraph ` test triggered [ an assertion boundary case in
394
+ ` caml_memprof_renew_minor_sample ` from ` memprof.c ` ] ( https://github.com/ocaml/ocaml/pull/12817 )
395
+
396
+
383
397
Assertion boundary case in ` caml_reset_young_limit ` (new, fixed, runtime)
384
398
-------------------------------------------------------------------------
385
399
@@ -403,8 +417,8 @@ was not properly preserved on ppc64, sometimes resulting in
403
417
[ random ` float ` values appearing] ( https://github.com/ocaml/ocaml/pull/12546 )
404
418
405
419
406
- Signal-based overflow on ppc64 crash (new, codegen)
407
- ---------------------------------------------------
420
+ Signal-based overflow on ppc64 crash (new, fixed, codegen)
421
+ ----------------------------------------------------------
408
422
409
423
The sequential ` STM ` tests of ` Array ` , ` Bytes ` , and ` Float.Array `
410
424
would [ trigger segfaults on ppc64] ( https://github.com/ocaml/ocaml/issues/12482 )
@@ -424,8 +438,8 @@ Negative `Lin` `Effect` tests exercising exceptions for unhandled
424
438
` Effect ` s also triggered [ a crash on the newly restored s390x backend] ( https://github.com/ocaml/ocaml/issues/12486 )
425
439
426
440
427
- ` Sys.rename ` behaves differently on corner cases under MingW (new, stdlib)
428
- --------------------------------------------------------------------------
441
+ ` Sys.rename ` behaves differently on corner cases under MingW (new, fixed, stdlib)
442
+ ---------------------------------------------------------------------------------
429
443
430
444
Sequential ` STM ` tests targeting ` Sys.rename ` found [ two corner cases
431
445
where MingW behaves differently] ( https://github.com/ocaml/ocaml/issues/12073 )
0 commit comments