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

Unified Diff: test/test262/test262.status

Issue 2302783002: [modules] Basic support of exports (Closed)
Patch Set: Disable module tests for deopt fuzzer. Created 4 years, 3 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 | « test/mjsunit/modules-this.js ('k') | no next file » | 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 b062e756d18ba5f8112c76da6d7fce51a35e7ed4..65c9d84d67600264b19cf88746cdc1bff95e7164 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -26,6 +26,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[
+
[ALWAYS, {
###################### NEEDS INVESTIGATION #######################
@@ -312,13 +313,6 @@
'built-ins/Function/prototype/toString/setter-object': [FAIL],
'built-ins/Function/prototype/toString/unicode': [FAIL],
- # https://bugs.chromium.org/p/v8/issues/detail?id=1569
- '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],
-
# https://bugs.chromium.org/p/v8/issues/detail?id=5012
# http://bugs.icu-project.org/trac/ticket/12671
'intl402/Intl/getCanonicalLocales/weird-cases': [FAIL],
@@ -631,4 +625,21 @@
'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP],
}], # asan == True or msan == True or tsan == True
+# Module-related tests
+# https://bugs.chromium.org/p/v8/issues/detail?id=1569
+['variant != ignition', {
+ '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'
+['variant == ignition', {
+ 'language/module-code/comment-*': [SKIP],
+ 'language/module-code/eval-*': [SKIP],
+ 'language/module-code/instn-*': [SKIP],
+ 'language/module-code/namespace/*': [SKIP],
+ 'language/module-code/parse-err-*': [SKIP],
+}], # 'variant == ignition'
+
]
« no previous file with comments | « test/mjsunit/modules-this.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698