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

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

Issue 2807031: [Isolates] RegExpStack and memory allocation limits (statics #6) (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/isolates/
Patch Set: -> is different than . Created 10 years, 6 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 | « test/cctest/test-serialize.cc ('k') | test/cctest/test-utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-spaces.cc
===================================================================
--- test/cctest/test-spaces.cc (revision 5002)
+++ test/cctest/test-spaces.cc (working copy)
@@ -90,6 +90,7 @@
TEST(MemoryAllocator) {
+ OS::Setup();
Isolate* isolate = Isolate::Current();
CHECK(isolate->heap()->ConfigureHeapDefault());
@@ -151,6 +152,7 @@
TEST(NewSpace) {
+ OS::Setup();
CHECK(HEAP->ConfigureHeapDefault());
CHECK(Isolate::Current()->memory_allocator()->Setup(HEAP->MaxReserved()));
@@ -177,6 +179,7 @@
TEST(OldSpace) {
+ OS::Setup();
CHECK(HEAP->ConfigureHeapDefault());
CHECK(Isolate::Current()->memory_allocator()->Setup(HEAP->MaxReserved()));
@@ -206,6 +209,7 @@
TEST(LargeObjectSpace) {
+ OS::Setup();
CHECK(HEAP->Setup(false));
LargeObjectSpace* lo = HEAP->lo_space();
« no previous file with comments | « test/cctest/test-serialize.cc ('k') | test/cctest/test-utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698