Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1242)

Unified Diff: test/cctest/heap/test-heap.cc

Issue 2383443002: Revert of [heap] Remove border page (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/heap/spaces-inl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/heap/test-heap.cc
diff --git a/test/cctest/heap/test-heap.cc b/test/cctest/heap/test-heap.cc
index afe143fc0e3f114a595295a0d8b1425f27e603f3..23321e3e0cd32fef42c9b2812574147c9bb55eae 100644
--- a/test/cctest/heap/test-heap.cc
+++ b/test/cctest/heap/test-heap.cc
@@ -7111,20 +7111,5 @@ TEST(RememberedSetRemoveRange) {
});
}
-TEST(EmptyIntermediateGeneration) {
- CcTest::InitializeVM();
- Heap* heap = CcTest::heap();
- heap::GcAndSweep(heap, OLD_SPACE);
- v8::HandleScope scope(CcTest::isolate());
- {
- v8::HandleScope temp_scope(CcTest::isolate());
- heap::SimulateFullSpace(heap->new_space());
- }
- heap::GcAndSweep(heap, OLD_SPACE);
- for (Page* p : *heap->new_space()) {
- CHECK(!p->InIntermediateGeneration());
- }
-}
-
} // namespace internal
} // namespace v8
« no previous file with comments | « src/heap/spaces-inl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698