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

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

Issue 2707433002: [heap] Remove Heap::TracePath* functions. (Closed)
Patch Set: Created 3 years, 10 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/heap.cc ('k') | test/cctest/test-api.cc » ('j') | 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 42fef4775aa1da2b12703b9c0d4cdd096bcdfdea..34c6420e94747a14fe67505f0b83f5d6ad7d858c 100644
--- a/test/cctest/heap/test-heap.cc
+++ b/test/cctest/heap/test-heap.cc
@@ -5501,18 +5501,6 @@ TEST(RegressArrayListGC) {
}
-#ifdef DEBUG
-TEST(PathTracer) {
- CcTest::InitializeVM();
- v8::HandleScope scope(CcTest::isolate());
-
- v8::Local<v8::Value> result = CompileRun("'abc'");
- Handle<Object> o = v8::Utils::OpenHandle(*result);
- CcTest::i_isolate()->heap()->TracePathToObject(*o);
-}
-#endif // DEBUG
-
-
TEST(WritableVsImmortalRoots) {
for (int i = 0; i < Heap::kStrongRootListLength; ++i) {
Heap::RootListIndex root_index = static_cast<Heap::RootListIndex>(i);
« no previous file with comments | « src/heap/heap.cc ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698