| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index d43a15b8fafe932d7bc977669e123cbaa80aefc0..5b8eb625bf0ef5792af87431c7a99a6b126f42c7 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -162,6 +162,10 @@
|
| # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m).
|
| 'unicodelctest': [PASS, NO_VARIANTS],
|
| 'unicodelctest-no-optimization': [PASS, NO_VARIANTS],
|
| +
|
| + # TODO(vogelheim): big-object-literal exceeds the stack in debug builds,
|
| + # which makes the test useless.
|
| + 'big-object-literal': [PASS, ['mode == debug', SKIP]],
|
| }], # ALWAYS
|
|
|
| ['novfp3 == True', {
|
|
|