Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Side by Side Diff: test/debugger/debugger.status

Issue 2636913002: [liveedit] reimplement frame restarting. (Closed)
Patch Set: rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2016 the V8 project authors. All rights reserved. 1 # Copyright 2016 the V8 project authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 [ 5 [
6 [ALWAYS, { 6 [ALWAYS, {
7 # All tests in the bug directory are expected to fail. 7 # All tests in the bug directory are expected to fail.
8 'bugs/*': [FAIL], 8 'bugs/*': [FAIL],
9 9
10 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does 10 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does
11 # not work, but we expect it to not crash. 11 # not work, but we expect it to not crash.
12 'debug/debug-step-turbofan': [PASS, FAIL], 12 'debug/debug-step-turbofan': [PASS, FAIL],
13 13
14 # Issue 5587: The eval'ed code is piped through Ignition and fails when being
15 # live edited. This needs investigation.
16 'debug/debug-liveedit-double-call': [SKIP],
17
18 # Issue 3641: The new 'then' semantics suppress some exceptions. 14 # Issue 3641: The new 'then' semantics suppress some exceptions.
19 # These tests may be changed or removed when 'chain' is deprecated. 15 # These tests may be changed or removed when 'chain' is deprecated.
20 'debug/es6/debug-promises/reject-with-throw-in-reject': [FAIL], 16 'debug/es6/debug-promises/reject-with-throw-in-reject': [FAIL],
21 'debug/es6/debug-promises/reject-with-undefined-reject': [FAIL], 17 'debug/es6/debug-promises/reject-with-undefined-reject': [FAIL],
22 'debug/es6/debug-promises/reject-with-invalid-reject': [FAIL], 18 'debug/es6/debug-promises/reject-with-invalid-reject': [FAIL],
23 19
24 # Issue 5651: Context mismatch in ScopeIterator::Type() for eval default 20 # Issue 5651: Context mismatch in ScopeIterator::Type() for eval default
25 # parameter value 21 # parameter value
26 'debug/es6/debug-scope-default-param-with-eval': [FAIL], 22 'debug/es6/debug-scope-default-param-with-eval': [FAIL],
27 23
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 }], # 'gc_stress == True' 61 }], # 'gc_stress == True'
66 62
67 ############################################################################## 63 ##############################################################################
68 ['variant == turbofan_opt', { 64 ['variant == turbofan_opt', {
69 # TODO(mstarzinger): Debugger cannot materialize de-materialized functions. 65 # TODO(mstarzinger): Debugger cannot materialize de-materialized functions.
70 'debug/regress/regress-crbug-323936': [FAIL], 66 'debug/regress/regress-crbug-323936': [FAIL],
71 67
72 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. 68 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.
73 'debug/debug-evaluate-closure': [FAIL], 69 'debug/debug-evaluate-closure': [FAIL],
74 'debug/debug-evaluate-locals': [FAIL], 70 'debug/debug-evaluate-locals': [FAIL],
75 'debug/debug-liveedit-double-call': [FAIL],
76 'debug/debug-set-variable-value': [FAIL], 71 'debug/debug-set-variable-value': [FAIL],
77 'debug/es6/debug-evaluate-blockscopes': [FAIL], 72 'debug/es6/debug-evaluate-blockscopes': [FAIL],
78 }], # variant == turbofan_opt 73 }], # variant == turbofan_opt
79 74
80 ############################################################################## 75 ##############################################################################
81 ['variant == ignition or variant == ignition_staging', {
82 # TODO(5587): fails to liveedit evaled code.
83 'debug/debug-liveedit-double-call': [FAIL],
84 }], # variant == ignition
85
86 ##############################################################################
87 ['variant == ignition_turbofan', {
88 # TODO(5587): fails to liveedit evaled code.
89 'debug/debug-liveedit-double-call': [FAIL],
90 }], # variant == ignition_turbofan
91
92 ##############################################################################
93 ['variant == asm_wasm', { 76 ['variant == asm_wasm', {
94 '*': [SKIP], 77 '*': [SKIP],
95 }], # variant == asm_wasm 78 }], # variant == asm_wasm
96 79
97 ############################################################################## 80 ##############################################################################
98 ['variant == wasm_traps', { 81 ['variant == wasm_traps', {
99 '*': [SKIP], 82 '*': [SKIP],
100 }], # variant == wasm_traps 83 }], # variant == wasm_traps
101 84
102 ['arch == s390 or arch == s390x', { 85 ['arch == s390 or arch == s390x', {
103 86
104 # Stack manipulations in LiveEdit is not implemented for this arch. 87 # Stack manipulations in LiveEdit is not implemented for this arch.
105 'debug/debug-liveedit-check-stack': [SKIP], 88 'debug/debug-liveedit-check-stack': [SKIP],
106 'debug/debug-liveedit-double-call': [SKIP], 89 'debug/debug-liveedit-double-call': [SKIP],
107 'debug/debug-liveedit-stack-padding': [SKIP], 90 'debug/debug-liveedit-stack-padding': [SKIP],
108 'debug/debug-liveedit-restart-frame': [SKIP], 91 'debug/debug-liveedit-restart-frame': [SKIP],
109 }], # 'arch == s390 or arch == s390x' 92 }], # 'arch == s390 or arch == s390x'
110 ] 93 ]
OLDNEW
« no previous file with comments | « test/debugger/debug/es8/debug-async-liveedit.js ('k') | test/mjsunit/regress/regress-crbug-505007-2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698