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

Unified Diff: third_party/WebKit/Source/platform/heap/HeapTest.cpp

Issue 2775573003: Experiment: disallow prefinalizer allocation.
Patch Set: Created 3 years, 9 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 | « no previous file | third_party/WebKit/Source/platform/heap/ThreadState.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/heap/HeapTest.cpp
diff --git a/third_party/WebKit/Source/platform/heap/HeapTest.cpp b/third_party/WebKit/Source/platform/heap/HeapTest.cpp
index cd0ca6064b90af3a7bfe41b0a35f779154f7610a..a18bff1e78d9d0db3fd843d60c69124c6862877a 100644
--- a/third_party/WebKit/Source/platform/heap/HeapTest.cpp
+++ b/third_party/WebKit/Source/platform/heap/HeapTest.cpp
@@ -4348,7 +4348,7 @@ TEST(HeapTest, HeapLinkedStack) {
EXPECT_EQ(0u, pStack->size());
}
-TEST(HeapTest, AllocationDuringFinalization) {
+TEST(HeapTest, DISABLED_AllocationDuringFinalization) {
clearOutOldGarbage();
IntWrapper::s_destructorCalls = 0;
OneKiloByteObject::s_destructorCalls = 0;
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/heap/ThreadState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698