| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index e5b3b87a897e9832325ca2aee3f0529c4d8b91f8..9f2a31ca101dfe473a68824f76a90204eeeb200a 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -86,27 +86,9 @@
|
| 'test-func-name-inference/UpperCaseClass': [FAIL],
|
| 'test-func-name-inference/LowerCaseClass': [FAIL],
|
|
|
| - ##############################################################################
|
| - # TurboFan compiler failures.
|
| -
|
| - # Some tests are just too slow to run for now.
|
| - 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_VARIANTS],
|
| - 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS],
|
| - 'test-serialize/CodeSerializerLargeCodeObject': [PASS, NO_VARIANTS],
|
| - 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS],
|
| # BUG(3742).
|
| 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]],
|
|
|
| - # TODO(bmeurer): TurboFan embeds strong references to all kinds of objects
|
| - # via deoptimization data (Crankshaft also does this, but lack proper test
|
| - # coverage).
|
| - 'test-heap/ObjectsInOptimizedCodeAreWeak': [PASS, NO_VARIANTS],
|
| -
|
| - # TurboFan cpu profiler result is different.
|
| - 'test-cpu-profiler/CollectDeoptEvents': [PASS, NO_VARIANTS],
|
| - 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [PASS, NO_VARIANTS],
|
| - 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [PASS, NO_VARIANTS],
|
| -
|
| ############################################################################
|
| # Slow tests.
|
| 'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
|
| @@ -389,9 +371,51 @@
|
| }], # '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).
|
| + 'test-heap/ObjectsInOptimizedCodeAreWeak': [FAIL],
|
| +
|
| + # TurboFan cpu profiler result is different.
|
| + 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
|
| + 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
|
| + 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
|
| +
|
| +}], # 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', {
|
| + 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
|
| + 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
|
| + 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
|
| + 'test-serialize/CodeSerializerLargeCodeObject': [FAIL],
|
| +}], # variant == ignition
|
| +
|
| +##############################################################################
|
| ['variant == ignition_staging', {
|
| 'test-cpu-profiler/DeoptUntrackedFunction': [FAIL],
|
| 'test-cpu-profiler/TickLinesOptimized': [SKIP],
|
| + 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
|
| + 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
|
| + 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
|
| 'test-feedback-vector/VectorCallFeedbackForArray': [FAIL],
|
| 'test-feedback-vector/VectorConstructCounts': [FAIL],
|
| 'test-heap/CompilationCacheCachingBehavior': [FAIL],
|
| @@ -434,6 +458,7 @@
|
| 'test-run-inlining/SimpleInliningContextDeopt': [FAIL],
|
| 'test-run-inlining/SimpleInliningContext': [FAIL],
|
| 'test-run-inlining/SimpleInlining': [FAIL],
|
| + 'test-serialize/CodeSerializerLargeCodeObject': [FAIL],
|
| }], # variant == ignition_staging
|
|
|
| ##############################################################################
|
| @@ -505,6 +530,18 @@
|
|
|
| # 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).
|
| + 'test-heap/ObjectsInOptimizedCodeAreWeak': [FAIL],
|
| +
|
| + # TurboFan cpu profiler result is different.
|
| + 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
|
| + 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
|
| }], # variant == ignition_turbofan
|
|
|
| ]
|
|
|