[heap] Use ManualGCScope for test
Ensures that there is no concurrent allocation happening. Bug: v8:10315 Change-Id: Ief40cbde9d859e3a2eea66d6e4437d7f0e3840e8 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2418951 Reviewed-by: Ulan Degenbaev <ulan@chromium.org> Commit-Queue: Dominik Inführ <dinfuehr@chromium.org> Cr-Commit-Position: refs/heads/master@{#69998}
This commit is contained in:
parent
a07be284e1
commit
91c562ee03
@ -6517,7 +6517,7 @@ TEST(RememberedSetRemoveRange) {
|
||||
|
||||
HEAP_TEST(Regress670675) {
|
||||
if (!FLAG_incremental_marking) return;
|
||||
FLAG_stress_incremental_marking = false;
|
||||
ManualGCScope manual_gc_scope;
|
||||
CcTest::InitializeVM();
|
||||
v8::HandleScope scope(CcTest::isolate());
|
||||
Heap* heap = CcTest::heap();
|
||||
|
Loading…
Reference in New Issue
Block a user