| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index bb3cc6cbc01308ce2f96b0812392560be082fc05..6dbe9fffcbe353a50a18f18485c7a07619594025 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -90,6 +90,11 @@
|
| # BUG(3742).
|
| 'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]],
|
|
|
| + # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.
|
| + 'test-debug/DebugStepNatives': [PASS, NO_VARIANTS],
|
| + 'test-debug/DebugStepFunctionApply': [PASS, NO_VARIANTS],
|
| + 'test-debug/DebugStepFunctionCall': [PASS, NO_VARIANTS],
|
| +
|
| # TODO(jarin): Some tests don't like --turbo-deoptimzation very much.
|
| 'test-api/ApiUncaughtExceptionInObjectObserve': [PASS, NO_VARIANTS],
|
| 'test-api/GetPrototypeAccessControl': [PASS, NO_VARIANTS],
|
|
|