Reviewers: Michael Lippautz,

Description:
Don't explicitly tear down code range in cctest/test-alloc/CodeRange to avoid
double-free.

BUG=v8:4141
LOG=n

Please review this at https://codereview.chromium.org/1312213007/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+0, -5 lines):
  M test/cctest/cctest.status
  M test/cctest/test-alloc.cc


Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 013d0bf0dac88e7f7a2948a4828ab21cb3d28606..d5e75ef323052b1bbf489c091f5e11ddedcb0326 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -130,9 +130,6 @@

   # TODO(machenbach, mvstanton): Flaky in debug on all platforms.
   'test-lockers/LockerUnlocker': [PASS, ['mode == debug', FLAKY]],
-
-  # BUG(4141).
-  'test-alloc/CodeRange': [PASS, FLAKY],
 }],  # ALWAYS

##############################################################################
Index: test/cctest/test-alloc.cc
diff --git a/test/cctest/test-alloc.cc b/test/cctest/test-alloc.cc
index 9c442a79c820cb262ffb91e7e03df2bacb9f3361..d8000fde2046fb818fa591783a17e94ae22213ad 100644
--- a/test/cctest/test-alloc.cc
+++ b/test/cctest/test-alloc.cc
@@ -243,6 +243,4 @@ TEST(CodeRange) {
       }
     }
   }
-
-  code_range.TearDown();
 }


--
--
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/d/optout.

Reply via email to