diff options
Diffstat (limited to 'deps/v8/test/mozilla/mozilla.status')
-rw-r--r-- | deps/v8/test/mozilla/mozilla.status | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/deps/v8/test/mozilla/mozilla.status b/deps/v8/test/mozilla/mozilla.status index 0d6baf0e22..a1254dbd09 100644 --- a/deps/v8/test/mozilla/mozilla.status +++ b/deps/v8/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 |