| Index: test/debugger/debugger.status
|
| diff --git a/test/debugger/debugger.status b/test/debugger/debugger.status
|
| index 7d7b714b22b44586885c24e4de1fb0213b808bbf..497479508fa6c5c7647a24e3f018da8052704ae7 100644
|
| --- a/test/debugger/debugger.status
|
| +++ b/test/debugger/debugger.status
|
| @@ -22,4 +22,23 @@
|
| 'debug/debug-stepout-scope-part7': [SKIP],
|
| 'debug/debug-stepout-scope-part8': [SKIP],
|
| }], # 'gc_stress == True'
|
| +
|
| +##############################################################################
|
| +['variant == turbofan_opt', {
|
| + # TODO(mstarzinger): Debugger cannot materialize de-materialized functions.
|
| + 'debug/regress/regress-crbug-323936': [FAIL],
|
| +
|
| + # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.
|
| + 'debug/debug-evaluate-closure': [FAIL],
|
| +}], # variant == turbofan_opt
|
| +
|
| +##############################################################################
|
| +['gc_stress == True', {
|
| + # Async function tests taking too long
|
| + # https://bugs.chromium.org/p/v8/issues/detail?id=5411
|
| + 'debug/harmony/async-debug-caught-exception-cases0': [SKIP],
|
| + 'debug/harmony/async-debug-caught-exception-cases1': [SKIP],
|
| + 'debug/harmony/async-debug-caught-exception-cases2': [SKIP],
|
| + 'debug/harmony/async-debug-caught-exception-cases3': [SKIP],
|
| +}], # 'gc_stress == True'
|
| ]
|
|
|