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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « test/test262-es6/test262-es6.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 # Copyright 2011 the V8 project authors. All rights reserved. 2 # Copyright 2011 the V8 project authors. All rights reserved.
3 # Redistribution and use in source and binary forms, with or without 3 # Redistribution and use in source and binary forms, with or without
4 # modification, are permitted provided that the following conditions are 4 # modification, are permitted provided that the following conditions are
5 # met: 5 # met:
6 # 6 #
7 # * Redistributions of source code must retain the above copyright 7 # * Redistributions of source code must retain the above copyright
8 # notice, this list of conditions and the following disclaimer. 8 # notice, this list of conditions and the following disclaimer.
9 # * Redistributions in binary form must reproduce the above 9 # * Redistributions in binary form must reproduce the above
10 # copyright notice, this list of conditions and the following 10 # copyright notice, this list of conditions and the following
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 # Object.getPrototypeOf wraps primitive values in ES6. 201 # Object.getPrototypeOf wraps primitive values in ES6.
202 '15.2.3.2-1': [FAIL], 202 '15.2.3.2-1': [FAIL],
203 '15.2.3.2-1-3': [FAIL], 203 '15.2.3.2-1-3': [FAIL],
204 '15.2.3.2-1-4': [FAIL], 204 '15.2.3.2-1-4': [FAIL],
205 205
206 # Object.getOwnPropertyDescriptor wraps primitives in ES6. 206 # Object.getOwnPropertyDescriptor wraps primitives in ES6.
207 '15.2.3.3-1': [FAIL], 207 '15.2.3.3-1': [FAIL],
208 '15.2.3.3-1-3': [FAIL], 208 '15.2.3.3-1-3': [FAIL],
209 '15.2.3.3-1-4': [FAIL], 209 '15.2.3.3-1-4': [FAIL],
210 210
211 # Boolean.prototype is a plain object in ES6.
212 'S15.6.3.1_A1': [FAIL],
213 'S15.6.4.2_A1_T1': [FAIL],
214 'S15.6.4.2_A1_T2': [FAIL],
215 'S15.6.4.3_A1_T1': [FAIL],
216 'S15.6.4.3_A1_T2': [FAIL],
217 'S15.6.4_A1': [FAIL],
218
219 # Number.prototype is a plain object in ES6.
220 '15.7.4-1': [FAIL],
221 'S15.7.3.1_A2_T1': [FAIL],
222 'S15.7.3.1_A2_T2': [FAIL],
223 'S15.7.3.1_A3': [FAIL],
224 'S15.7.4.2_A1_T01': [FAIL],
225 'S15.7.4.2_A1_T02': [FAIL],
226 'S15.7.4.2_A1_T03': [FAIL],
227 'S15.7.4.2_A2_T01': [FAIL],
228 'S15.7.4.2_A2_T02': [FAIL],
229 'S15.7.4.2_A2_T03': [FAIL],
230 'S15.7.4.2_A2_T04': [FAIL],
231 'S15.7.4.2_A2_T05': [FAIL],
232 'S15.7.4.2_A2_T06': [FAIL],
233 'S15.7.4.2_A2_T07': [FAIL],
234 'S15.7.4.2_A2_T08': [FAIL],
235 'S15.7.4.2_A2_T09': [FAIL],
236 'S15.7.4.2_A2_T10': [FAIL],
237 'S15.7.4.2_A2_T11': [FAIL],
238 'S15.7.4.2_A2_T12': [FAIL],
239 'S15.7.4.2_A2_T13': [FAIL],
240 'S15.7.4.2_A2_T14': [FAIL],
241 'S15.7.4.2_A2_T15': [FAIL],
242 'S15.7.4.2_A2_T16': [FAIL],
243 'S15.7.4.2_A2_T17': [FAIL],
244 'S15.7.4.2_A2_T18': [FAIL],
245 'S15.7.4.2_A2_T19': [FAIL],
246 'S15.7.4.2_A2_T20': [FAIL],
247 'S15.7.4.2_A2_T21': [FAIL],
248 'S15.7.4.2_A2_T22': [FAIL],
249 'S15.7.4.2_A2_T23': [FAIL],
250 'S15.7.4.2_A2_T24': [FAIL],
251 'S15.7.4.2_A2_T25': [FAIL],
252 'S15.7.4.2_A2_T26': [FAIL],
253 'S15.7.4.2_A2_T27': [FAIL],
254 'S15.7.4.2_A2_T28': [FAIL],
255 'S15.7.4.2_A2_T29': [FAIL],
256 'S15.7.4.2_A2_T30': [FAIL],
257 'S15.7.4.2_A2_T31': [FAIL],
258 'S15.7.4.2_A2_T32': [FAIL],
259 'S15.7.4.2_A2_T33': [FAIL],
260 'S15.7.4.2_A2_T34': [FAIL],
261 'S15.7.4.4_A1_T01': [FAIL],
262 'S15.7.4.4_A1_T02': [FAIL],
263 'S15.7.4.5_A1.1_T01': [FAIL],
264 'S15.7.4_A1': [FAIL],
265
211 ######################## NEEDS INVESTIGATION ########################### 266 ######################## NEEDS INVESTIGATION ###########################
212 267
213 # These test failures are specific to the intl402 suite and need investigation 268 # These test failures are specific to the intl402 suite and need investigation
214 # to be either marked as bugs with issues filed for them or as deliberate 269 # to be either marked as bugs with issues filed for them or as deliberate
215 # incompatibilities if the test cases turn out to be broken or ambiguous. 270 # incompatibilities if the test cases turn out to be broken or ambiguous.
216 '6.2.3': [FAIL], 271 '6.2.3': [FAIL],
217 '9.2.1_2': [FAIL], 272 '9.2.1_2': [FAIL],
218 '9.2.6_2': [FAIL], 273 '9.2.6_2': [FAIL],
219 '10.1.1_a': [FAIL], 274 '10.1.1_a': [FAIL],
220 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS], 275 '10.1.1_19_c': [PASS, FAIL, NO_VARIANTS],
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 346
292 # BUG(3251225): Tests that timeout with --nocrankshaft. 347 # BUG(3251225): Tests that timeout with --nocrankshaft.
293 'S15.1.3.1_A2.4_T1': [SKIP], 348 'S15.1.3.1_A2.4_T1': [SKIP],
294 'S15.1.3.1_A2.5_T1': [SKIP], 349 'S15.1.3.1_A2.5_T1': [SKIP],
295 'S15.1.3.2_A2.4_T1': [SKIP], 350 'S15.1.3.2_A2.4_T1': [SKIP],
296 'S15.1.3.2_A2.5_T1': [SKIP], 351 'S15.1.3.2_A2.5_T1': [SKIP],
297 'S15.1.3.3_A2.3_T1': [SKIP], 352 'S15.1.3.3_A2.3_T1': [SKIP],
298 'S15.1.3.4_A2.3_T1': [SKIP], 353 'S15.1.3.4_A2.3_T1': [SKIP],
299 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 354 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
300 ] 355 ]
OLDNEW
« 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