| 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],
|
|
|