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

Side by Side Diff: test/mjsunit/mjsunit.status

Issue 798243004: ES6 computed property names (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Disable test on windows Created 5 years, 11 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/computed-property-names-object-literals-methods.js ('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 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 ['system == windows', { 505 ['system == windows', {
506 # TODO(mstarzinger): Too slow with turbo fan. 506 # TODO(mstarzinger): Too slow with turbo fan.
507 'big-object-literal': [PASS, ['mode == debug', SKIP]], 507 'big-object-literal': [PASS, ['mode == debug', SKIP]],
508 'math-floor-of-div': [PASS, ['mode == debug', SKIP]], 508 'math-floor-of-div': [PASS, ['mode == debug', SKIP]],
509 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]], 509 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]],
510 'osr-regress-max-locals': [PASS, ['mode == debug', SKIP]], 510 'osr-regress-max-locals': [PASS, ['mode == debug', SKIP]],
511 'unicodelctest': [PASS, ['mode == debug', SKIP]], 511 'unicodelctest': [PASS, ['mode == debug', SKIP]],
512 512
513 # BUG(v8:3435) 513 # BUG(v8:3435)
514 'debug-script-breakpoints': [PASS, FAIL], 514 'debug-script-breakpoints': [PASS, FAIL],
515
516 # BUG(v8:3815). TODO(arv): Investigate.
517 'harmony/computed-property-names': [PASS, FAIL]
515 }], # 'system == windows' 518 }], # 'system == windows'
516 519
517 ############################################################################## 520 ##############################################################################
518 # Native Client uses the ARM simulator so will behave similarly to arm 521 # Native Client uses the ARM simulator so will behave similarly to arm
519 # on mjsunit tests. 522 # on mjsunit tests.
520 # TODO(bradchen): enable more tests for NaCl V8 when it stops using 523 # TODO(bradchen): enable more tests for NaCl V8 when it stops using
521 # the ARM simulator. 524 # the ARM simulator.
522 ############################################################################## 525 ##############################################################################
523 ['arch == nacl_ia32 or arch == nacl_x64', { 526 ['arch == nacl_ia32 or arch == nacl_x64', {
524 # There is no /tmp directory for NaCl runs 527 # There is no /tmp directory for NaCl runs
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 'never-optimize': [SKIP], 580 'never-optimize': [SKIP],
578 'regress/regress-2185-2': [SKIP], 581 'regress/regress-2185-2': [SKIP],
579 'harmony/object-observe': [SKIP], 582 'harmony/object-observe': [SKIP],
580 'readonly': [SKIP], 583 'readonly': [SKIP],
581 'array-feedback': [SKIP], 584 'array-feedback': [SKIP],
582 585
583 # Deopt every n garbage collections collides with deopt every n times. 586 # Deopt every n garbage collections collides with deopt every n times.
584 'regress/regress-2653': [SKIP], 587 'regress/regress-2653': [SKIP],
585 }], # 'deopt_fuzzer == True' 588 }], # 'deopt_fuzzer == True'
586 ] 589 ]
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/computed-property-names-object-literals-methods.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698