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

Unified Diff: test/cctest/heap/heap-tester.h

Issue 2445283003: Reland "[heap] Start sweeper tasks after evacuation" (second try). (Closed)
Patch Set: bugfix Created 4 years, 2 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.cc ('k') | test/cctest/heap/test-page-promotion.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/heap/heap-tester.h
diff --git a/test/cctest/heap/heap-tester.h b/test/cctest/heap/heap-tester.h
index a01de692915b1e011012a660f2d4db19f26f0a69..42b761723e1a2aea0b569dd2a99d2a42ace11b1f 100644
--- a/test/cctest/heap/heap-tester.h
+++ b/test/cctest/heap/heap-tester.h
@@ -32,6 +32,7 @@
V(Regress587004) \
V(Regress538257) \
V(Regress589413) \
+ V(Regress658718) \
V(WriteBarriersInCopyJSObject)
#define HEAP_TEST(Name) \
@@ -39,6 +40,11 @@
#Name, true, true); \
void v8::internal::HeapTester::Test##Name()
+#define UNINITIALIZED_HEAP_TEST(Name) \
+ CcTest register_test_##Name(v8::internal::HeapTester::Test##Name, __FILE__, \
+ #Name, true, false); \
+ void v8::internal::HeapTester::Test##Name()
+
#define THREADED_HEAP_TEST(Name) \
RegisterThreadedTest register_##Name(v8::internal::HeapTester::Test##Name, \
#Name); \
« no previous file with comments | « src/heap/spaces.cc ('k') | test/cctest/heap/test-page-promotion.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698