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

Unified Diff: test/cctest/cctest.status

Issue 2534763003: [Interpreter] Add bytecode aging and use it enable CompilationCache for bytecode (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 | « src/objects-inl.h ('k') | test/cctest/heap/test-heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 4696fc4f213f15383c2bff78439ec0e57165ba88..589211cc4514d524d9251f3093e8741ace393499 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -323,38 +323,24 @@
##############################################################################
['variant == turbofan_opt', {
- # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
- # in interpreter.
- 'test-heap/CompilationCacheCachingBehavior': [FAIL],
-
# BUG(v8:5457)
'test-api/SetJitCodeEventHandler': [PASS, ['no_snap', SKIP]],
}], # variant == turbofan_opt
##############################################################################
['variant == ignition', {
- # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
- # in interpreter.
- 'test-heap/CompilationCacheCachingBehavior': [FAIL],
-
# BUG(5193): Flaky.
'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
}], # variant == ignition
##############################################################################
['variant == ignition_staging', {
- 'test-heap/CompilationCacheCachingBehavior': [FAIL],
-
# BUG(5193): Flaky.
'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
}], # variant == ignition_staging
##############################################################################
['variant == turbofan or variant == ignition_turbofan', {
- # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
- # in interpreter.
- 'test-heap/CompilationCacheCachingBehavior': [FAIL],
-
# BUG(4751). Deopts with kNotASmi instead of expected deopt reason.
'test-cpu-profiler/CollectDeoptEvents': [SKIP],
« no previous file with comments | « src/objects-inl.h ('k') | test/cctest/heap/test-heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698