| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 0bb83aef4a4a0ebd7da12bfe013f29f26ff8d9e7..1270bbbd8c7d6bf7a860237023e86a7e13183923 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -567,6 +567,13 @@
|
|
|
| # Too slow.
|
| 'es6/tail-call-megatest*': [SKIP],
|
| +
|
| + # Ongoing implementation of modules.
|
| + # https://bugs.chromium.org/p/v8/issues/detail?id=1569
|
| + # The deopt fuzzer currently does not respect the 'variant != ignition' rule
|
| + # further down in this file, so we have to duplicate this here.
|
| + # https://bugs.chromium.org/p/v8/issues/detail?id=5374
|
| + 'modules-*': [SKIP],
|
| }], # 'deopt_fuzzer == True'
|
|
|
| ##############################################################################
|
| @@ -805,6 +812,12 @@
|
| 'es6/tail-call-megatest*': [SKIP],
|
| }], # variant == ignition_turbofan and msan
|
|
|
| +['variant != ignition', {
|
| + # Ongoing implementation of modules.
|
| + # https://bugs.chromium.org/p/v8/issues/detail?id=1569
|
| + 'modules-*': [SKIP],
|
| +}], # variants != ignition
|
| +
|
| ##############################################################################
|
| ['gcov_coverage', {
|
| # Tests taking too long.
|
|
|