| Index: test/test262/test262.status
|
| diff --git a/test/test262/test262.status b/test/test262/test262.status
|
| index 4548858438f6cb3dd254ee17489f784df98e9f0d..ef3ef116b4275b479cdfa6208e6edc68e441b073 100644
|
| --- a/test/test262/test262.status
|
| +++ b/test/test262/test262.status
|
| @@ -456,6 +456,23 @@
|
| 'language/expressions/object/method-definition/name-param-redecl': [FAIL],
|
| 'language/statements/async-function/early-errors-declaration-formals-body-duplicate': [FAIL],
|
|
|
| + # Module-related tests
|
| + # v8:5485
|
| + 'language/module-code/comment-multi-line-html*': [FAIL],
|
| + 'language/module-code/comment-single-line-html*': [FAIL],
|
| +
|
| + # v8:5486
|
| + 'language/module-code/instn-iee-star-cycle': [FAIL],
|
| + 'language/module-code/instn-named-star-cycle': [FAIL],
|
| + 'language/module-code/instn-star-star-cycle': [FAIL],
|
| +
|
| + # v8:5487
|
| + 'language/module-code/namespace/internals/get-own-property-str-found-uninit': [FAIL],
|
| +
|
| + # v8:5401
|
| + 'language/module-code/namespace/internals/set': [FAIL],
|
| + 'language/module-code/namespace/internals/define-own-property': [FAIL],
|
| +
|
| ######################## NEEDS INVESTIGATION ###########################
|
|
|
| # These test failures are specific to the intl402 suite and need investigation
|
| @@ -605,33 +622,4 @@
|
| '*': [SKIP],
|
| }], # variant == wasm_traps
|
|
|
| -# Module-related tests
|
| -# https://bugs.chromium.org/p/v8/issues/detail?id=1569
|
| -
|
| -['variant != ignition and variant != ignition_staging and variant != ignition_turbofan', {
|
| - 'language/eval-code/direct/export': [SKIP],
|
| - 'language/eval-code/direct/import': [SKIP],
|
| - 'language/eval-code/indirect/export': [SKIP],
|
| - 'language/eval-code/indirect/import': [SKIP],
|
| - 'language/module-code/*': [SKIP],
|
| -}], # variant != ignition and variant != ignition_staging and variant != ignition_turbofan
|
| -
|
| -['variant == ignition or variant == ignition_staging or variant == ignition_turbofan', {
|
| - # v8:5485
|
| - 'language/module-code/comment-multi-line-html*': [FAIL],
|
| - 'language/module-code/comment-single-line-html*': [FAIL],
|
| -
|
| - # v8:5486
|
| - 'language/module-code/instn-iee-star-cycle': [FAIL],
|
| - 'language/module-code/instn-named-star-cycle': [FAIL],
|
| - 'language/module-code/instn-star-star-cycle': [FAIL],
|
| -
|
| - # v8:5487
|
| - 'language/module-code/namespace/internals/get-own-property-str-found-uninit': [FAIL],
|
| -
|
| - # v8:5401
|
| - 'language/module-code/namespace/internals/set': [FAIL],
|
| - 'language/module-code/namespace/internals/define-own-property': [FAIL],
|
| -}], # variant == ignition or variant == ignition_staging or variant == ignition_turbofan
|
| -
|
| ]
|
|
|