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

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

Issue 2466273005: [debugger] Further stepping support in test wrapper (Closed)
Patch Set: Move more tests Created 4 years, 1 month 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 | « test/mjsunit/debug-stepout-to-builtin.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 52
53 # Issue 3784: setters-on-elements is flaky 53 # Issue 3784: setters-on-elements is flaky
54 'setters-on-elements': [PASS, FAIL], 54 'setters-on-elements': [PASS, FAIL],
55 55
56 # Issue 3641: The new 'then' semantics suppress some exceptions. 56 # Issue 3641: The new 'then' semantics suppress some exceptions.
57 # These tests may be changed or removed when 'chain' is deprecated. 57 # These tests may be changed or removed when 'chain' is deprecated.
58 'es6/debug-promises/reject-with-throw-in-reject': [FAIL], 58 'es6/debug-promises/reject-with-throw-in-reject': [FAIL],
59 'es6/debug-promises/reject-with-undefined-reject': [FAIL], 59 'es6/debug-promises/reject-with-undefined-reject': [FAIL],
60 'es6/debug-promises/reject-with-invalid-reject': [FAIL], 60 'es6/debug-promises/reject-with-invalid-reject': [FAIL],
61 61
62 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does
63 # not work, but we expect it to not crash.
64 'debug-step-turbofan': [PASS, FAIL],
65
66 # Issue 5587: The eval'ed code is piped through Ignition and fails when being 62 # Issue 5587: The eval'ed code is piped through Ignition and fails when being
67 # live edited. This needs investigation. 63 # live edited. This needs investigation.
68 'debug-liveedit-double-call': [SKIP], 64 'debug-liveedit-double-call': [SKIP],
69 65
70 ############################################################################## 66 ##############################################################################
71 # Too slow in debug mode with --stress-opt mode. 67 # Too slow in debug mode with --stress-opt mode.
72 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], 68 'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
73 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], 69 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
74 70
75 ############################################################################## 71 ##############################################################################
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'getters-on-elements': [SKIP], 198 'getters-on-elements': [SKIP],
203 'es6/block-let-crankshaft': [SKIP], 199 'es6/block-let-crankshaft': [SKIP],
204 'opt-elements-kind': [SKIP], 200 'opt-elements-kind': [SKIP],
205 'osr-elements-kind': [SKIP], 201 'osr-elements-kind': [SKIP],
206 'regress/regress-crbug-137689': [SKIP], 202 'regress/regress-crbug-137689': [SKIP],
207 'regress/regress-165637': [SKIP], 203 'regress/regress-165637': [SKIP],
208 'regress/regress-2249': [SKIP], 204 'regress/regress-2249': [SKIP],
209 'regress/regress-4121': [SKIP], 205 'regress/regress-4121': [SKIP],
210 'compare-known-objects-slow': [SKIP], 206 'compare-known-objects-slow': [SKIP],
211 # Tests taking too long 207 # Tests taking too long
212 'debug-stepout-scope-part8': [SKIP],
213 'mirror-object': [SKIP], 208 'mirror-object': [SKIP],
214 'packed-elements': [SKIP], 209 'packed-elements': [SKIP],
215 'regress/regress-1122': [SKIP], 210 'regress/regress-1122': [SKIP],
216 'regress/regress-331444': [SKIP], 211 'regress/regress-331444': [SKIP],
217 'regress/regress-353551': [SKIP], 212 'regress/regress-353551': [SKIP],
218 'regress/regress-crbug-119926': [SKIP], 213 'regress/regress-crbug-119926': [SKIP],
219 'regress/short-circuit': [SKIP], 214 'regress/short-circuit': [SKIP],
220 'stack-traces-overflow': [SKIP], 215 'stack-traces-overflow': [SKIP],
221 'unicode-test': [SKIP], 216 'unicode-test': [SKIP],
222 'whitespaces': [SKIP], 217 'whitespaces': [SKIP],
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 'lithium/*': [SKIP], 681 'lithium/*': [SKIP],
687 'third_party/*': [SKIP], 682 'third_party/*': [SKIP],
688 'tools/*': [SKIP], 683 'tools/*': [SKIP],
689 'apply': [SKIP], 684 'apply': [SKIP],
690 'math-*': [SKIP], 685 'math-*': [SKIP],
691 'unicode-test': [SKIP], 686 'unicode-test': [SKIP],
692 'whitespaces': [SKIP], 687 'whitespaces': [SKIP],
693 }], # variant == asm_wasm 688 }], # variant == asm_wasm
694 689
695 ] 690 ]
OLDNEW
« no previous file with comments | « test/mjsunit/debug-stepout-to-builtin.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698