Revision: 19049
Author:   [email protected]
Date:     Tue Feb  4 09:41:21 2014 UTC
Log:      Revert "Dispose Isolate at end of cctest."

Things work locally, only the waterfall is unhappy for some arcane reason.
Investigating...

[email protected]

Review URL: https://codereview.chromium.org/133193006
http://code.google.com/p/v8/source/detail?r=19049

Modified:
 /branches/bleeding_edge/test/cctest/cctest.h

=======================================
--- /branches/bleeding_edge/test/cctest/cctest.h Tue Feb 4 08:30:35 2014 UTC +++ /branches/bleeding_edge/test/cctest/cctest.h Tue Feb 4 09:41:21 2014 UTC
@@ -131,7 +131,8 @@
       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:

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to