Skip to content

Commit

Permalink
Temporarily omit Gc.compact to silence the remaining issues: #470 and #…
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Jan 8, 2025
1 parent bd4d6dc commit d7ab558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc/stm_tests_spec.ml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ let alloc_cmds, gc_cmds =
1, return (Major_slice 0); (* cornercase: "If n = 0, the GC will try to do enough work to ensure that the next automatic slice has no work to do" *)
1, return Major;
1, return Full_major;
1, return Compact;
(* 1, return Compact; *) (* Temporarily omit Gc.compact to silence the remaining issues: #470 and #480 *)
]) @ alloc_cmds in
if Sys.(ocaml_release.major,ocaml_release.minor) > (5,3)
then (1, Gen.return Counters)::gc_cmds (* known problem with Counters on <= 5.2: https://github.com/ocaml/ocaml/pull/13370 *)
Expand Down

0 comments on commit d7ab558

Please sign in to comment.