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

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

Issue 2696173002: Fix receiver in Runtime::GetFrameDetails (Closed)
Patch Set: Disable receiver DCHECK for optimized frames 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
« no previous file with comments | « src/runtime/runtime-debug.cc ('k') | test/debugger/regress/regress-5950.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3641: The new 'then' semantics suppress some exceptions. 14 # Issue 3641: The new 'then' semantics suppress some exceptions.
15 # These tests may be changed or removed when 'chain' is deprecated. 15 # These tests may be changed or removed when 'chain' is deprecated.
16 'debug/es6/debug-promises/reject-with-throw-in-reject': [FAIL], 16 'debug/es6/debug-promises/reject-with-throw-in-reject': [FAIL],
17 'debug/es6/debug-promises/reject-with-undefined-reject': [FAIL], 17 'debug/es6/debug-promises/reject-with-undefined-reject': [FAIL],
18 'debug/es6/debug-promises/reject-with-invalid-reject': [FAIL], 18 'debug/es6/debug-promises/reject-with-invalid-reject': [FAIL],
19 19
20 # Issue 5651: Context mismatch in ScopeIterator::Type() for eval default 20 # Issue 5651: Context mismatch in ScopeIterator::Type() for eval default
21 # parameter value 21 # parameter value
22 'debug/es6/debug-scope-default-param-with-eval': [FAIL], 22 'debug/es6/debug-scope-default-param-with-eval': [FAIL],
23 23
24 # Slow test 24 # Slow test
25 'debug/debug-scopes': [PASS, SLOW], 25 'debug/debug-scopes': [PASS, SLOW],
26 26
27 # Too slow in debug mode and on slow platforms. 27 # Too slow in debug mode and on slow platforms.
28 'regress/regress-2318': [PASS, ['mode == debug or (arch != ia32 and arch != x6 4) or asan == True or msan == True', SKIP]], 28 'regress/regress-2318': [PASS, ['mode == debug or (arch != ia32 and arch != x6 4) or asan == True or msan == True', SKIP]],
29
30 # Issue 5950: Flaky with --optimize-for-size.
31 'debug/es6/generators-debug-scopes': [PASS, ['system == linux and arch == x64' , SKIP]],
32 'debug/harmony/modules-debug-scopes1': [PASS, ['system == linux and arch == x6 4', SKIP]],
33 }], # ALWAYS 29 }], # ALWAYS
34 30
35 ############################################################################## 31 ##############################################################################
36 ['variant == stress', { 32 ['variant == stress', {
37 # TODO(jarin/mstarzinger): Functions with eval or debugger now get optimized 33 # TODO(jarin/mstarzinger): Functions with eval or debugger now get optimized
38 # with Turbofan, which has issues with the debugger issues. 34 # with Turbofan, which has issues with the debugger issues.
39 'debug/debug-evaluate-locals': [FAIL], 35 'debug/debug-evaluate-locals': [FAIL],
40 36
41 # Very slow in stress mode. 37 # Very slow in stress mode.
42 'regress/regress-2318': [SKIP], 38 'regress/regress-2318': [SKIP],
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 81
86 ['arch == s390 or arch == s390x', { 82 ['arch == s390 or arch == s390x', {
87 83
88 # Stack manipulations in LiveEdit is not implemented for this arch. 84 # Stack manipulations in LiveEdit is not implemented for this arch.
89 'debug/debug-liveedit-check-stack': [SKIP], 85 'debug/debug-liveedit-check-stack': [SKIP],
90 'debug/debug-liveedit-double-call': [SKIP], 86 'debug/debug-liveedit-double-call': [SKIP],
91 'debug/debug-liveedit-stack-padding': [SKIP], 87 'debug/debug-liveedit-stack-padding': [SKIP],
92 'debug/debug-liveedit-restart-frame': [SKIP], 88 'debug/debug-liveedit-restart-frame': [SKIP],
93 }], # 'arch == s390 or arch == s390x' 89 }], # 'arch == s390 or arch == s390x'
94 ] 90 ]
OLDNEW
« no previous file with comments | « src/runtime/runtime-debug.cc ('k') | test/debugger/regress/regress-5950.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698