| Index: test/debugger/debugger.status
|
| diff --git a/test/debugger/debugger.status b/test/debugger/debugger.status
|
| index a660506bf64c39c3992199b47243aaf9012b846e..05858bcc2f746a48742b0ac453e169237ddaec8e 100644
|
| --- a/test/debugger/debugger.status
|
| +++ b/test/debugger/debugger.status
|
| @@ -4,6 +4,9 @@
|
|
|
| [
|
| [ALWAYS, {
|
| + # All tests in the bug directory are expected to fail.
|
| + 'bugs/*': [FAIL],
|
| +
|
| # Issue 3660: Replacing activated TurboFan frames by unoptimized code does
|
| # not work, but we expect it to not crash.
|
| 'debug/debug-step-turbofan': [PASS, FAIL],
|
| @@ -21,6 +24,9 @@
|
| # Issue 5651: Context mismatch in ScopeIterator::Type() for eval default
|
| # parameter value
|
| 'debug/es6/debug-scope-default-param-with-eval': [FAIL],
|
| +
|
| + # Slow test
|
| + 'debug/debug-scopes': [PASS, SLOW],
|
| }], # ALWAYS
|
|
|
| ##############################################################################
|
| @@ -42,6 +48,17 @@
|
| 'debug/debug-stepout-scope-part6': [SKIP],
|
| 'debug/debug-stepout-scope-part7': [SKIP],
|
| 'debug/debug-stepout-scope-part8': [SKIP],
|
| +
|
| + # BUG(chromium:664490)
|
| + 'debug/debug-scopes': [SKIP],
|
| +
|
| + # 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],
|
| + 'debug/harmony/async-function-debug-scopes': [SKIP],
|
| }], # 'gc_stress == True'
|
|
|
| ##############################################################################
|
| @@ -70,16 +87,6 @@
|
| }], # variant == ignition_turbofan
|
|
|
| ##############################################################################
|
| -['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'
|
| -
|
| -##############################################################################
|
| ['variant == asm_wasm', {
|
| '*': [SKIP],
|
| }], # variant == asm_wasm
|
|
|