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

Unified Diff: test/mozilla/mozilla.status

Issue 993073002: [es6] Function length property should be configurable (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Disable tests :'( Created 5 years, 9 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
Index: test/mozilla/mozilla.status
diff --git a/test/mozilla/mozilla.status b/test/mozilla/mozilla.status
index 0d6baf0e224f40a8e976abc3f7c08b1fbbbe40f6..a1254dbd09f7094c20a34a4639d37464367e0153 100644
--- a/test/mozilla/mozilla.status
+++ b/test/mozilla/mozilla.status
@@ -61,6 +61,19 @@
# TODO(turbofan): Large switch statements crash.
'js1_5/Regress/regress-398085-01': [PASS, NO_VARIANTS],
+ ############################ INVALID TESTS #############################
+
+ # Function length properties are configurable in ES6
+ 'ecma/Array/15.4.4.3-1': [FAIL],
+ 'ecma/Array/15.4.4.4-1': [FAIL],
+ 'ecma/Array/15.4.4.4-2': [FAIL],
+ 'ecma/String/15.5.4.10-1': [FAIL],
+ 'ecma/String/15.5.4.11-1': [FAIL],
+ 'ecma/String/15.5.4.7-2': [FAIL],
+ 'ecma/String/15.5.4.8-1': [FAIL],
+ 'ecma/String/15.5.4.9-1': [FAIL],
+
+
##################### SKIPPED TESTS #####################
# This test checks that we behave properly in an out-of-memory

Powered by Google App Engine
This is Rietveld 408576698