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

Unified Diff: test/test262/test262.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/test262-es6/test262-es6.status ('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 ed308d57551cc91edb8023dfbedd5bf60d83e3f0..4f03e2be9995f3c95ff423a0a6846c6e10bcac30 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -208,6 +208,61 @@
'15.2.3.3-1-3': [FAIL],
'15.2.3.3-1-4': [FAIL],
+ # Boolean.prototype is a plain object in ES6.
+ 'S15.6.3.1_A1': [FAIL],
+ 'S15.6.4.2_A1_T1': [FAIL],
+ 'S15.6.4.2_A1_T2': [FAIL],
+ 'S15.6.4.3_A1_T1': [FAIL],
+ 'S15.6.4.3_A1_T2': [FAIL],
+ 'S15.6.4_A1': [FAIL],
+
+ # Number.prototype is a plain object in ES6.
+ '15.7.4-1': [FAIL],
+ 'S15.7.3.1_A2_T1': [FAIL],
+ 'S15.7.3.1_A2_T2': [FAIL],
+ 'S15.7.3.1_A3': [FAIL],
+ 'S15.7.4.2_A1_T01': [FAIL],
+ 'S15.7.4.2_A1_T02': [FAIL],
+ 'S15.7.4.2_A1_T03': [FAIL],
+ 'S15.7.4.2_A2_T01': [FAIL],
+ 'S15.7.4.2_A2_T02': [FAIL],
+ 'S15.7.4.2_A2_T03': [FAIL],
+ 'S15.7.4.2_A2_T04': [FAIL],
+ 'S15.7.4.2_A2_T05': [FAIL],
+ 'S15.7.4.2_A2_T06': [FAIL],
+ 'S15.7.4.2_A2_T07': [FAIL],
+ 'S15.7.4.2_A2_T08': [FAIL],
+ 'S15.7.4.2_A2_T09': [FAIL],
+ 'S15.7.4.2_A2_T10': [FAIL],
+ 'S15.7.4.2_A2_T11': [FAIL],
+ 'S15.7.4.2_A2_T12': [FAIL],
+ 'S15.7.4.2_A2_T13': [FAIL],
+ 'S15.7.4.2_A2_T14': [FAIL],
+ 'S15.7.4.2_A2_T15': [FAIL],
+ 'S15.7.4.2_A2_T16': [FAIL],
+ 'S15.7.4.2_A2_T17': [FAIL],
+ 'S15.7.4.2_A2_T18': [FAIL],
+ 'S15.7.4.2_A2_T19': [FAIL],
+ 'S15.7.4.2_A2_T20': [FAIL],
+ 'S15.7.4.2_A2_T21': [FAIL],
+ 'S15.7.4.2_A2_T22': [FAIL],
+ 'S15.7.4.2_A2_T23': [FAIL],
+ 'S15.7.4.2_A2_T24': [FAIL],
+ 'S15.7.4.2_A2_T25': [FAIL],
+ 'S15.7.4.2_A2_T26': [FAIL],
+ 'S15.7.4.2_A2_T27': [FAIL],
+ 'S15.7.4.2_A2_T28': [FAIL],
+ 'S15.7.4.2_A2_T29': [FAIL],
+ 'S15.7.4.2_A2_T30': [FAIL],
+ 'S15.7.4.2_A2_T31': [FAIL],
+ 'S15.7.4.2_A2_T32': [FAIL],
+ 'S15.7.4.2_A2_T33': [FAIL],
+ 'S15.7.4.2_A2_T34': [FAIL],
+ 'S15.7.4.4_A1_T01': [FAIL],
+ 'S15.7.4.4_A1_T02': [FAIL],
+ 'S15.7.4.5_A1.1_T01': [FAIL],
+ 'S15.7.4_A1': [FAIL],
+
######################## NEEDS INVESTIGATION ###########################
# These test failures are specific to the intl402 suite and need investigation
« no previous file with comments | « test/test262-es6/test262-es6.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698