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

Side by Side Diff: test/test262-es6/test262-es6.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 unified diff | Download patch
« no previous file with comments | « test/mozilla/mozilla.status ('k') | test/test262/test262.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'language/computed-property-names/class/method/generator': [FAIL], 85 'language/computed-property-names/class/method/generator': [FAIL],
86 'language/computed-property-names/class/method/number': [FAIL], 86 'language/computed-property-names/class/method/number': [FAIL],
87 'language/computed-property-names/class/method/string': [FAIL], 87 'language/computed-property-names/class/method/string': [FAIL],
88 'language/computed-property-names/class/method/symbol': [FAIL], 88 'language/computed-property-names/class/method/symbol': [FAIL],
89 'language/computed-property-names/class/static/method-number': [FAIL], 89 'language/computed-property-names/class/static/method-number': [FAIL],
90 'language/computed-property-names/class/static/method-string': [FAIL], 90 'language/computed-property-names/class/static/method-string': [FAIL],
91 'language/computed-property-names/class/static/method-symbol': [FAIL], 91 'language/computed-property-names/class/static/method-symbol': [FAIL],
92 'language/computed-property-names/to-name-side-effects/class': [FAIL], 92 'language/computed-property-names/to-name-side-effects/class': [FAIL],
93 'language/computed-property-names/to-name-side-effects/numbers-class': [FAIL], 93 'language/computed-property-names/to-name-side-effects/numbers-class': [FAIL],
94 94
95 # Number.prototype is a plain object in ES6
96 'built-ins/Number/15.7.4-1': [FAIL],
97 'built-ins/Number/prototype/S15.7.3.1_A2_T1': [FAIL],
98 'built-ins/Number/prototype/S15.7.3.1_A2_T2': [FAIL],
99 'built-ins/Number/prototype/S15.7.3.1_A3': [FAIL],
100 'built-ins/Number/prototype/S15.7.4_A1': [FAIL],
101 'built-ins/Number/prototype/toFixed/S15.7.4.5_A1.1_T01': [FAIL],
102 'built-ins/Number/prototype/toString/S15.7.4.2_A1_T01': [FAIL],
103 'built-ins/Number/prototype/toString/S15.7.4.2_A1_T02': [FAIL],
104 'built-ins/Number/prototype/toString/S15.7.4.2_A1_T03': [FAIL],
105 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T01': [FAIL],
106 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T02': [FAIL],
107 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T03': [FAIL],
108 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T04': [FAIL],
109 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T05': [FAIL],
110 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T06': [FAIL],
111 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T07': [FAIL],
112 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T08': [FAIL],
113 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T09': [FAIL],
114 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T10': [FAIL],
115 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T11': [FAIL],
116 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T12': [FAIL],
117 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T13': [FAIL],
118 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T14': [FAIL],
119 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T15': [FAIL],
120 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T16': [FAIL],
121 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T17': [FAIL],
122 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T18': [FAIL],
123 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T19': [FAIL],
124 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T20': [FAIL],
125 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T21': [FAIL],
126 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T22': [FAIL],
127 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T23': [FAIL],
128 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T24': [FAIL],
129 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T25': [FAIL],
130 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T26': [FAIL],
131 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T27': [FAIL],
132 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T28': [FAIL],
133 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T29': [FAIL],
134 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T30': [FAIL],
135 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T31': [FAIL],
136 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T32': [FAIL],
137 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T33': [FAIL],
138 'built-ins/Number/prototype/toString/S15.7.4.2_A2_T34': [FAIL],
139 'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_T01': [FAIL],
140 'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_T02': [FAIL],
141
142 ######################## OBSOLETED BY ES6 ########################### 95 ######################## OBSOLETED BY ES6 ###########################
143 96
144 # ES6 allows duplicate properties 97 # ES6 allows duplicate properties
145 'language/expressions/object/11.1.5-4-4-a-1-s': [FAIL], 98 'language/expressions/object/11.1.5-4-4-a-1-s': [FAIL],
146 'language/expressions/object/11.1.5_4-4-b-1': [FAIL], 99 'language/expressions/object/11.1.5_4-4-b-1': [FAIL],
147 'language/expressions/object/11.1.5_4-4-b-2': [FAIL], 100 'language/expressions/object/11.1.5_4-4-b-2': [FAIL],
148 'language/expressions/object/11.1.5_4-4-c-1': [FAIL], 101 'language/expressions/object/11.1.5_4-4-c-1': [FAIL],
149 'language/expressions/object/11.1.5_4-4-c-2': [FAIL], 102 'language/expressions/object/11.1.5_4-4-c-2': [FAIL],
150 'language/expressions/object/11.1.5_4-4-d-1': [FAIL], 103 'language/expressions/object/11.1.5_4-4-d-1': [FAIL],
151 'language/expressions/object/11.1.5_4-4-d-2': [FAIL], 104 'language/expressions/object/11.1.5_4-4-d-2': [FAIL],
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 'built-ins/Array/prototype/some/15.4.4.17-3-14': [FAIL], 196 'built-ins/Array/prototype/some/15.4.4.17-3-14': [FAIL],
244 'built-ins/Array/prototype/some/15.4.4.17-3-25': [FAIL], 197 'built-ins/Array/prototype/some/15.4.4.17-3-25': [FAIL],
245 'built-ins/Array/prototype/some/15.4.4.17-3-28': [FAIL], 198 'built-ins/Array/prototype/some/15.4.4.17-3-28': [FAIL],
246 'built-ins/Array/prototype/some/15.4.4.17-3-29': [FAIL], 199 'built-ins/Array/prototype/some/15.4.4.17-3-29': [FAIL],
247 'built-ins/Array/prototype/some/15.4.4.17-3-7': [FAIL], 200 'built-ins/Array/prototype/some/15.4.4.17-3-7': [FAIL],
248 'built-ins/Array/prototype/some/15.4.4.17-3-8': [FAIL], 201 'built-ins/Array/prototype/some/15.4.4.17-3-8': [FAIL],
249 'built-ins/Array/prototype/sort/S15.4.4.11_A4_T3': [FAIL], 202 'built-ins/Array/prototype/sort/S15.4.4.11_A4_T3': [FAIL],
250 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T1': [FAIL], 203 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T1': [FAIL],
251 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T3': [FAIL], 204 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T3': [FAIL],
252 'built-ins/Array/prototype/unshift/S15.4.4.13_A3_T2': [FAIL], 205 'built-ins/Array/prototype/unshift/S15.4.4.13_A3_T2': [FAIL],
253 'built-ins/Boolean/prototype/S15.6.3.1_A1': [FAIL],
254 'built-ins/Boolean/prototype/S15.6.4_A1': [FAIL],
255 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T1': [FAIL],
256 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2': [FAIL],
257 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T1': [FAIL],
258 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T2': [FAIL],
259 'built-ins/Date/15.9.1.15-1': [FAIL], 206 'built-ins/Date/15.9.1.15-1': [FAIL],
260 'built-ins/Date/prototype/setFullYear/15.9.5.40_1': [FAIL], 207 'built-ins/Date/prototype/setFullYear/15.9.5.40_1': [FAIL],
261 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], 208 'built-ins/Error/prototype/S15.11.4_A2': [FAIL],
262 'built-ins/Object/defineProperty/15.2.3.6-4-293-4': [FAIL], 209 'built-ins/Object/defineProperty/15.2.3.6-4-293-4': [FAIL],
263 'built-ins/Object/freeze/15.2.3.9-1': [FAIL], 210 'built-ins/Object/freeze/15.2.3.9-1': [FAIL],
264 'built-ins/Object/freeze/15.2.3.9-1-1': [FAIL], 211 'built-ins/Object/freeze/15.2.3.9-1-1': [FAIL],
265 'built-ins/Object/freeze/15.2.3.9-1-2': [FAIL], 212 'built-ins/Object/freeze/15.2.3.9-1-2': [FAIL],
266 'built-ins/Object/freeze/15.2.3.9-1-3': [FAIL], 213 'built-ins/Object/freeze/15.2.3.9-1-3': [FAIL],
267 'built-ins/Object/freeze/15.2.3.9-1-4': [FAIL], 214 'built-ins/Object/freeze/15.2.3.9-1-4': [FAIL],
268 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212': [FAIL], 215 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212': [FAIL],
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 615
669 # BUG(3251225): Tests that timeout with --nocrankshaft. 616 # BUG(3251225): Tests that timeout with --nocrankshaft.
670 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 617 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP],
671 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 618 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
672 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], 619 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP],
673 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], 620 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP],
674 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], 621 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP],
675 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], 622 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP],
676 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 623 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
677 ] 624 ]
OLDNEW
« no previous file with comments | « test/mozilla/mozilla.status ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698