Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index 92786eb6befa8dba9101acc4312bd9a6d4d34037..5b0d306d210d23d631b42855521272233a242c05 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -322,16 +322,8 @@ |
}], # 'arch == ppc64 and simulator_run == True' |
############################################################################## |
-['variant == stress', { |
- 'test-serialize/CodeSerializerLargeCodeObject': [SKIP], |
-}], # variant == stress |
- |
-############################################################################## |
['variant == turbofan', { |
- # Too many inputs into the merge of the handler block. And slow! |
- 'test-serialize/CodeSerializerLargeCodeObject': [SKIP], |
- |
# TODO(bmeurer): TurboFan embeds strong references to all kinds of objects |
# via deoptimization data (Crankshaft also does this, but lack proper test |
# coverage). |
@@ -345,14 +337,6 @@ |
}], # variant == turbofan |
############################################################################## |
-['variant == turbofan_opt', { |
- |
- # Too many inputs into the merge of the handler block. And slow! |
- 'test-serialize/CodeSerializerLargeCodeObject': [SKIP], |
- |
-}], # variant == turbofan_opt |
- |
-############################################################################## |
['variant == ignition', { |
# TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !function->shared()->is_compiled() || function->IsOptimized(). |
'test-heap/TestCodeFlushingPreAged': [FAIL], |
@@ -400,9 +384,6 @@ |
# with crankshaft. |
'test-cpu-profiler/TickLinesOptimized': [SKIP], |
- # TOOD(mstarzinger): Test expectation does not respect bytecode array. |
- 'test-serialize/CodeSerializerLargeCodeObject': [FAIL], |
- |
# TurboFan cpu profiler result is different. |
'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], |
'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], |
@@ -457,7 +438,6 @@ |
'test-run-inlining/SimpleInliningContextDeopt': [FAIL], |
'test-run-inlining/SimpleInliningContext': [FAIL], |
'test-run-inlining/SimpleInlining': [FAIL], |
- 'test-serialize/CodeSerializerLargeCodeObject': [FAIL], |
}], # variant == ignition_staging |
############################################################################## |
@@ -529,9 +509,6 @@ |
# BUG(4751). Flaky with Ignition. |
'test-cpu-profiler/JsNativeJsSample': [SKIP], |
- # TOOD(mstarzinger): Test expectation does not respect bytecode array. |
- 'test-serialize/CodeSerializerLargeCodeObject': [FAIL], |
- |
# TODO(bmeurer): TurboFan embeds strong references to all kinds of objects |
# via deoptimization data (Crankshaft also does this, but lack proper test |
# coverage). |