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

Unified Diff: test/mozilla/mozilla.status

Issue 1051373002: ES6: Number and Boolean prototype should be ordinary objects (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add mozilla.status exceptions Created 5 years, 8 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/es6/prototype-ordinary-objects.js ('k') | test/test262-es6/test262-es6.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mozilla/mozilla.status
diff --git a/test/mozilla/mozilla.status b/test/mozilla/mozilla.status
index 109efb78e2b38564e3d314dd1989ea3d06bf6db2..13ac127915918c63d923d4a5e03d6877e0a06918 100644
--- a/test/mozilla/mozilla.status
+++ b/test/mozilla/mozilla.status
@@ -84,6 +84,15 @@
'ecma/String/15.5.4.8-1': [FAIL],
'ecma/String/15.5.4.9-1': [FAIL],
+ # Boolean.prototype and Number.prototype are ordinary objects in ES6
+ 'ecma/Boolean/15.6.3.1': [FAIL],
+ 'ecma/Boolean/15.6.4': [FAIL],
+ 'ecma/Boolean/15.6.4-1': [FAIL],
+ 'ecma/Number/15.7.4-1': [FAIL],
+ 'ecma/Number/15.7.4.2-1': [FAIL],
+ 'ecma/Number/15.7.4.3-1': [FAIL],
+ 'ecma/extensions/15.7.4': [FAIL],
+ 'ecma_2/FunctionObjects/call-1': [FAIL],
##################### SKIPPED TESTS #####################
« no previous file with comments | « test/mjsunit/es6/prototype-ordinary-objects.js ('k') | test/test262-es6/test262-es6.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698