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

Unified Diff: test/mjsunit/mjsunit.status

Issue 2469043003: [debugger] fix blacklisted tests. (Closed)
Patch Set: fix 2318 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/es6/default-parameters-debug.js ('k') | test/mjsunit/regress/regress-2296.js » ('j') | 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 b848c642bcebe2434cd6dec540543454b1d5a559..7c48fc7f3edfeef1f1e92d2371b1aec8f53de1c4 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -69,6 +69,7 @@
##############################################################################
# Too slow in debug mode with --stress-opt mode.
+ 'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
##############################################################################
@@ -135,17 +136,6 @@
'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 | « test/mjsunit/es6/default-parameters-debug.js ('k') | test/mjsunit/regress/regress-2296.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698