-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 'Unexpected heap growth' fail in gctest if GC_INITIAL_HEAP_SIZE i…
…s set * tests/gctest.c (initial_heapsize): New static variable. * tests/gctest.c (check_heap_stats): Declare init_heap_sz local variable; set max_heap_sz to initial_heapsize*1.01 if the former is smaller. * tests/gctest.c (enable_incremental_mode): Set initial_heapsize. * tests/gctest.c [PCR] (test): Call enable_incremental_mode().
- Loading branch information
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters