Skip to content

Commit d7ab558

Browse files
committed
Temporarily omit Gc.compact to silence the remaining issues: #470 and #480
1 parent bd4d6dc commit d7ab558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gc/stm_tests_spec.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ let alloc_cmds, gc_cmds =
218218
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" *)
219219
1, return Major;
220220
1, return Full_major;
221-
1, return Compact;
221+
(* 1, return Compact; *) (* Temporarily omit Gc.compact to silence the remaining issues: #470 and #480 *)
222222
]) @ alloc_cmds in
223223
if Sys.(ocaml_release.major,ocaml_release.minor) > (5,3)
224224
then (1, Gen.return Counters)::gc_cmds (* known problem with Counters on <= 5.2: https://github.com/ocaml/ocaml/pull/13370 *)

0 commit comments

Comments
 (0)