From: svenpanne@chromium.org Date: Tue, 4 Feb 2014 09:41:21 +0000 (+0000) Subject: Revert "Dispose Isolate at end of cctest." X-Git-Tag: upstream/4.7.83~10898 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=681289e0d63193d652e1022f0bf508d9841baec1;p=platform%2Fupstream%2Fv8.git Revert "Dispose Isolate at end of cctest." Things work locally, only the waterfall is unhappy for some arcane reason. Investigating... TBR=bmeurer@chromium.org Review URL: https://codereview.chromium.org/133193006 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19049 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/test/cctest/cctest.h b/test/cctest/cctest.h index d9f7629..6c67dd5 100644 --- a/test/cctest/cctest.h +++ b/test/cctest/cctest.h @@ -131,7 +131,8 @@ class CcTest { v8::Isolate* isolate = CcTest::isolate()); static void TearDown() { - if (isolate_ != NULL) isolate_->Dispose(); + // TODO(svenpanne) Enable this when our cctests are fixed. + // if (isolate_ != NULL) isolate_->Dispose(); } private: