File tree 3 files changed +5
-4
lines changed
ocaml/testsuite/tests/typing-local
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 33
33
manylong: Allocation
34
34
optionalarg: Allocation
35
35
optionaleta: Allocation
36
- huge: Allocation
Original file line number Diff line number Diff line change @@ -481,8 +481,11 @@ let () =
481
481
run " verylong" makeverylong 42 ;
482
482
run " manylong" makemanylong 100 ;
483
483
run " optionalarg" optionalarg (fun_with_optional_arg, 10 );
484
- run " optionaleta" optionaleta () ;
485
- run " huge" huge ()
484
+ run " optionaleta" optionaleta ()
485
+
486
+ (* The following test commented out as it require more memory than the CI has
487
+ *)
488
+ (* run "huge" huge () *)
486
489
487
490
(* In debug mode, Gc.minor () checks for minor heap->local pointers (and
488
491
backwards local pointers, which can't occur here) *)
Original file line number Diff line number Diff line change 33
33
manylong: No Allocation
34
34
optionalarg: No Allocation
35
35
optionaleta: No Allocation
36
- huge: No Allocation
You can’t perform that action at this time.
0 commit comments