| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index c1b28d35f1dbb619a3c44db0458a4fd26f3ed5b0..c604c39949fe52aa4e256c62f7a54f44ff43da42 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -492,7 +492,7 @@
|
| }], # 'arch == ppc64 and simulator_run == True'
|
|
|
| ##############################################################################
|
| -['ignition == True', {
|
| +['ignition or ignition_turbofan', {
|
| # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || function->IsOptimized().
|
| 'test-heap/TestCodeFlushingPreAged': [FAIL],
|
| 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
|
| @@ -561,6 +561,6 @@
|
|
|
| # BUG(4751). Flaky with ignition and tsan.
|
| 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]],
|
| -}], # ignition == True
|
| +}], # ignition or ignition_turbofan
|
|
|
| ]
|
|
|