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

Unified Diff: test/cctest/cctest.status

Issue 764003003: Reland parts of 'Use weak cells in map checks in polymorphic ICs' (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years 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
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index c40ae957ca12608fda5c06ecd09ca0a43d4335a2..293485b34c1679165b9b437505277998af6f2db7 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -78,6 +78,14 @@
'test-debug/RecursiveBreakpoints': [PASS, FLAKY],
'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY],
+ # BUG(3629). Known memory leak.
+ 'test-heap/WeakMapInPolymorphicStoreIC': [SKIP],
+ # BUG(3663).
+ 'test-heap/WeakMapInPolymorphicLoadIC': [SKIP],
+ 'test-heap/WeakMapInPolymorphicKeyedLoadIC': [SKIP],
+ 'test-heap/WeakMapInPolymorphicKeyedStoreIC': [SKIP],
+ 'test-heap/IncrementalMarkingPreservesPolymorphicIC': [SKIP],
+
##############################################################################
# TurboFan compiler failures.

Powered by Google App Engine
This is Rietveld 408576698