Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1210)

Unified Diff: test/test262/test262.status

Issue 2400713004: [modules] Update test262 config and status file. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/test262/testcfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index d837d8a6866d37dc80bffdf12f5c97b63e89f901..e5475fa6636c5b45d3ef6beaa63a9920f65620c8 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -622,8 +622,10 @@
'*': [SKIP],
}], # variant == asm_wasm
+
# 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],
@@ -631,11 +633,29 @@
'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', {
- 'language/module-code/comment-*': [SKIP],
- 'language/module-code/eval-*': [SKIP],
- 'language/module-code/instn-*': [SKIP],
- 'language/module-code/namespace/*': [SKIP],
+ # 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],
+
+ # @@iterator on namespace objects, to be implemented
+ 'language/module-code/namespace/internals/define-own-property': [FAIL],
+ 'language/module-code/namespace/internals/get-own-property-sym': [FAIL],
+ 'language/module-code/namespace/internals/get-sym-found': [FAIL],
+ 'language/module-code/namespace/internals/has-property-sym-found': [FAIL],
+ 'language/module-code/namespace/internals/own-property-keys-binding-types': [FAIL],
+ 'language/module-code/namespace/internals/own-property-keys-sort': [FAIL],
+ 'language/module-code/namespace/internals/set': [FAIL],
+ 'language/module-code/namespace/Symbol.iterator/*': [FAIL],
}], # variant == ignition or variant == ignition_staging or variant == ignition_turbofan
]
« no previous file with comments | « no previous file | test/test262/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698