| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 3efd3b59a41803e19c2201491a3ab74dd0a31543..9e317c097850105905b84535d44f2adc3fba91ce 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -120,6 +120,9 @@
|
| 'regress/regress-crbug-259300': [PASS, NO_VARIANTS],
|
| 'regress/regress-frame-details-null-receiver': [PASS, NO_VARIANTS],
|
|
|
| + # Infinite loops of the form "for(;;) ;" don't schedule or crash in verifier.
|
| + 'asm/infinite-loops': [PASS, NO_VARIANTS],
|
| +
|
| ##############################################################################
|
| # Too slow in debug mode with --stress-opt mode.
|
| 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]],
|
|
|