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

Unified 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, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/debug/debug.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 1da92c8c864402dadf2145bff94a68785861dfbe..e03c6b8706b290690ee06eefede000c2d5229428 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -65,7 +65,6 @@
##############################################################################
# Too slow in debug mode with --stress-opt mode.
- 'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
##############################################################################
@@ -132,6 +131,17 @@
'verify-assert-false': [NO_VARIANTS, ['mode == release and dcheck_always_on == False', PASS], ['mode == debug or dcheck_always_on == True', FAIL]],
##############################################################################
+ # BUG(5581): Broken tests with exceptions thrown in debug listener.
+ 'es6/debug-step-into-constructor': [FAIL],
+ 'es6/default-parameters-debug': [FAIL],
+ 'regress/regress-2296': [FAIL],
+ 'regress/regress-2318': [FAIL],
+ 'regress/regress-4703': [FAIL],
+ 'regress/regress-5071': [FAIL],
+ 'regress/regress-998565': [FAIL],
+ 'regress/regress-crbug-107996': [FAIL],
+
+ ##############################################################################
# Tests with different versions for release and debug.
'compiler/alloc-number': [PASS, ['mode == debug', SKIP]],
'compiler/alloc-number-debug': [PASS, ['mode == release', SKIP]],
« 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