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

Unified Diff: test/cctest/cctest.status

Issue 2481433002: [Interpreter] Add IsInterpreted() to JSFunction and use to fix test-heap tests. (Closed)
Patch Set: Fix always-opt 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
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index ad5e7786904c4c9510732bda332c0581b6cc4602..08d522b576cc30c40f625cba5f63af3022b2a251 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -337,9 +337,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],
@@ -363,30 +360,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
@@ -396,11 +373,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]],
@@ -408,16 +380,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],

Powered by Google App Engine
This is Rietveld 408576698