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

Unified Diff: test/cctest/cctest.status

Issue 2481433002: [Interpreter] Add IsInterpreted() to JSFunction and use to fix test-heap tests. (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/runtime-profiler.cc ('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 46f2ab705c4317fc72cb80acc490fbd6bf307e4e..9619d50e43664f3bde23a197845a70eb2bb9e32e 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -326,9 +326,6 @@
##############################################################################
['variant == turbofan_opt', {
- # TODO(mythria,4680): Lack of code-ageing in interpreter.
- 'test-heap/Regress169209': [FAIL],
-
# TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
# in interpreter.
'test-heap/CompilationCacheCachingBehavior': [FAIL],
@@ -355,30 +352,10 @@
##############################################################################
['variant == ignition', {
- # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !function->shared()->is_compiled() || function->IsOptimized().
- 'test-heap/TestCodeFlushingPreAged': [FAIL],
- 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
- 'test-heap/TestCodeFlushing': [FAIL],
- 'test-heap/TestCodeFlushingIncremental': [FAIL],
- 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck_always_on == True', FAIL]],
-
- # TODO(mythria,4680): Lack of code-ageing in interpreter.
- 'test-heap/Regress169209': [FAIL],
-
# TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
# in interpreter.
'test-heap/CompilationCacheCachingBehavior': [FAIL],
- # BUG(4680): Missing type feedback makes optimistic optimizations fail.
- 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
-
- # BUG(4751). Flaky with ignition.
- 'test-cpu-profiler/JsNativeJsSample': [PASS, FAIL],
-
- # TODO(ignition): Fails due to missing type info when optimizing from bytecode
- # with crankshaft.
- 'test-cpu-profiler/TickLinesOptimized': [SKIP],
-
# BUG(5193): Flaky.
'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
}], # variant == ignition
@@ -388,11 +365,6 @@
'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
'test-cpu-profiler/TickLinesOptimized': [SKIP],
'test-heap/CompilationCacheCachingBehavior': [FAIL],
- 'test-heap/Regress169209': [FAIL],
- 'test-heap/TestCodeFlushing': [FAIL],
- 'test-heap/TestCodeFlushingIncremental': [FAIL],
- 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
- 'test-heap/TestCodeFlushingPreAged': [FAIL],
# BUG(5193): Flaky.
'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
@@ -400,16 +372,6 @@
##############################################################################
['variant == turbofan or variant == ignition_turbofan', {
- # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !function->shared()->is_compiled() || function->IsOptimized().
- 'test-heap/TestCodeFlushingPreAged': [FAIL],
- 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
- 'test-heap/TestCodeFlushing': [FAIL],
- 'test-heap/TestCodeFlushingIncremental': [FAIL],
- 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck_always_on == True', FAIL]],
-
- # TODO(mythria,4680): Lack of code-ageing in interpreter.
- 'test-heap/Regress169209': [FAIL],
-
# TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
# in interpreter.
'test-heap/CompilationCacheCachingBehavior': [FAIL],
« no previous file with comments | « src/runtime-profiler.cc ('k') | test/cctest/heap/test-heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698