| 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]],
|
|
|