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

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

Issue 2460833002: [debugger] Ensure debug listeners do not throw (Closed)
Patch Set: Use CHECK to fail in release mode as well 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 | « src/debug/debug.cc ('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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 62 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does
63 # not work, but we expect it to not crash. 63 # not work, but we expect it to not crash.
64 'debug-step-turbofan': [PASS, FAIL], 64 'debug-step-turbofan': [PASS, FAIL],
65 65
66 ############################################################################## 66 ##############################################################################
67 # Too slow in debug mode with --stress-opt mode. 67 # Too slow in debug mode with --stress-opt mode.
68 'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
69 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], 68 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
70 69
71 ############################################################################## 70 ##############################################################################
72 # Too slow in debug mode for validation of elements. 71 # Too slow in debug mode for validation of elements.
73 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], 72 'regress/regress-430201': [PASS, ['mode == debug', SKIP]],
74 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], 73 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]],
75 74
76 ############################################################################## 75 ##############################################################################
77 # Too slow in debug mode for GC stress mode. 76 # Too slow in debug mode for GC stress mode.
78 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], 77 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]],
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 ############################################################################## 124 ##############################################################################
126 # Long running test that reproduces memory leak and should be run manually. 125 # Long running test that reproduces memory leak and should be run manually.
127 'regress/regress-2073': [SKIP], 126 'regress/regress-2073': [SKIP],
128 127
129 ############################################################################## 128 ##############################################################################
130 # Tests verifying CHECK and ASSERT. 129 # Tests verifying CHECK and ASSERT.
131 'verify-check-false': [FAIL, NO_VARIANTS], 130 'verify-check-false': [FAIL, NO_VARIANTS],
132 'verify-assert-false': [NO_VARIANTS, ['mode == release and dcheck_always_on == False', PASS], ['mode == debug or dcheck_always_on == True', FAIL]], 131 'verify-assert-false': [NO_VARIANTS, ['mode == release and dcheck_always_on == False', PASS], ['mode == debug or dcheck_always_on == True', FAIL]],
133 132
134 ############################################################################## 133 ##############################################################################
134 # BUG(5581): Broken tests with exceptions thrown in debug listener.
135 'es6/debug-step-into-constructor': [FAIL],
136 'es6/default-parameters-debug': [FAIL],
137 'regress/regress-2296': [FAIL],
138 'regress/regress-2318': [FAIL],
139 'regress/regress-4703': [FAIL],
140 'regress/regress-5071': [FAIL],
141 'regress/regress-998565': [FAIL],
142 'regress/regress-crbug-107996': [FAIL],
143
144 ##############################################################################
135 # Tests with different versions for release and debug. 145 # Tests with different versions for release and debug.
136 'compiler/alloc-number': [PASS, ['mode == debug', SKIP]], 146 'compiler/alloc-number': [PASS, ['mode == debug', SKIP]],
137 'compiler/alloc-number-debug': [PASS, ['mode == release', SKIP]], 147 'compiler/alloc-number-debug': [PASS, ['mode == release', SKIP]],
138 'regress/regress-634-debug': [PASS, ['mode == release', SKIP]], 148 'regress/regress-634-debug': [PASS, ['mode == release', SKIP]],
139 149
140 # BUG(336820). TODO(bmeurer): Investigate. 150 # BUG(336820). TODO(bmeurer): Investigate.
141 'regress/regress-336820': [PASS, FAIL], 151 'regress/regress-336820': [PASS, FAIL],
142 152
143 # BUG(v8:2989). PASS/FAIL on linux32 because crankshaft is turned off for 153 # BUG(v8:2989). PASS/FAIL on linux32 because crankshaft is turned off for
144 # nosse2. Also for arm novfp3. 154 # nosse2. Also for arm novfp3.
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 'lithium/*': [SKIP], 789 'lithium/*': [SKIP],
780 'third_party/*': [SKIP], 790 'third_party/*': [SKIP],
781 'tools/*': [SKIP], 791 'tools/*': [SKIP],
782 'apply': [SKIP], 792 'apply': [SKIP],
783 'math-*': [SKIP], 793 'math-*': [SKIP],
784 'unicode-test': [SKIP], 794 'unicode-test': [SKIP],
785 'whitespaces': [SKIP], 795 'whitespaces': [SKIP],
786 }], # variant == asm_wasm 796 }], # variant == asm_wasm
787 797
788 ] 798 ]
OLDNEW
« no previous file with comments | « src/debug/debug.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698