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

Side by Side Diff: test/test262-es6/test262-es6.status

Issue 1033623002: Revert of [es6] Object.getPrototypeOf should work with values (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 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/mjsunit/harmony/set-prototype-of.js ('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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 'intl402/ch12/12.2/12.2.2_L15': [FAIL], 294 'intl402/ch12/12.2/12.2.2_L15': [FAIL],
295 'intl402/ch12/12.3/12.3.2_1_a_L15': [FAIL], 295 'intl402/ch12/12.3/12.3.2_1_a_L15': [FAIL],
296 'intl402/ch12/12.3/12.3.2_L15': [FAIL], 296 'intl402/ch12/12.3/12.3.2_L15': [FAIL],
297 'intl402/ch12/12.3/12.3.3_L15': [FAIL], 297 'intl402/ch12/12.3/12.3.3_L15': [FAIL],
298 'intl402/ch13/13.1/13.1.1_L15': [FAIL], 298 'intl402/ch13/13.1/13.1.1_L15': [FAIL],
299 'intl402/ch13/13.2/13.2.1_L15': [FAIL], 299 'intl402/ch13/13.2/13.2.1_L15': [FAIL],
300 'intl402/ch13/13.3/13.3.1_L15': [FAIL], 300 'intl402/ch13/13.3/13.3.1_L15': [FAIL],
301 'intl402/ch13/13.3/13.3.2_L15': [FAIL], 301 'intl402/ch13/13.3/13.3.2_L15': [FAIL],
302 'intl402/ch13/13.3/13.3.3_L15': [FAIL], 302 'intl402/ch13/13.3/13.3.3_L15': [FAIL],
303 303
304 # Object.getPrototypeOf wraps primitive values in ES6.
305 'ch15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-3': [FAIL],
306 'ch15/15.2/15.2.3/15.2.3.2/15.2.3.2-1-4': [FAIL],
307 'ch15/15.2/15.2.3/15.2.3.2/15.2.3.2-1': [FAIL],
308
309 ############################ SKIPPED TESTS ############################# 304 ############################ SKIPPED TESTS #############################
310 305
311 # These tests take a looong time to run in debug mode. 306 # These tests take a looong time to run in debug mode.
312 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]] , 307 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]] ,
313 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKIP]] , 308 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKIP]] ,
314 }], # ALWAYS 309 }], # ALWAYS
315 310
316 ['system == macos', { 311 ['system == macos', {
317 'intl402/ch11/11.3/11.3.2_TRP': [FAIL], 312 'intl402/ch11/11.3/11.3.2_TRP': [FAIL],
318 'intl402/ch09/9.2/9.2.5_11_g_ii_2': [FAIL], 313 'intl402/ch09/9.2/9.2.5_11_g_ii_2': [FAIL],
319 }], # system == macos 314 }], # system == macos
320 315
321 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64el', { 316 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64el', {
322 317
323 # TODO(mstarzinger): Causes stack overflow on simulators due to eager 318 # TODO(mstarzinger): Causes stack overflow on simulators due to eager
324 # compilation of parenthesized function literals. Needs investigation. 319 # compilation of parenthesized function literals. Needs investigation.
325 'ch13/13.2/S13.2.1_A1_T1': [SKIP], 320 'ch13/13.2/S13.2.1_A1_T1': [SKIP],
326 321
327 # BUG(3251225): Tests that timeout with --nocrankshaft. 322 # BUG(3251225): Tests that timeout with --nocrankshaft.
328 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.4_T1': [SKIP], 323 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.4_T1': [SKIP],
329 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.5_T1': [SKIP], 324 'ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.5_T1': [SKIP],
330 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.4_T1': [SKIP], 325 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.4_T1': [SKIP],
331 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.5_T1': [SKIP], 326 'ch15/15.1/15.1.3/15.1.3.2/S15.1.3.2_A2.5_T1': [SKIP],
332 'ch15/15.1/15.1.3/15.1.3.3/S15.1.3.3_A2.3_T1': [SKIP], 327 'ch15/15.1/15.1.3/15.1.3.3/S15.1.3.3_A2.3_T1': [SKIP],
333 'ch15/15.1/15.1.3/15.1.3.4/S15.1.3.4_A2.3_T1': [SKIP], 328 'ch15/15.1/15.1.3/15.1.3.4/S15.1.3.4_A2.3_T1': [SKIP],
334 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 329 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
335 ] 330 ]
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/set-prototype-of.js ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698