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