Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: use gcUntil() in test-v8-serialize-leak
Previously this can be flaky because the there could be a delay of the deallocation after gc() is invoked. Use gcUntil() to run the GC multiple times to make the test more robust. PR-URL: #49168 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
- Loading branch information