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

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

Issue 1408983006: Remove obsolete 'arguments' local variable handling. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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/arguments-indirect.js ('k') | test/mozilla/mozilla.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 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 50
51 # Issue 3389: deopt_every_n_garbage_collections is unsafe 51 # Issue 3389: deopt_every_n_garbage_collections is unsafe
52 'regress/regress-2653': [SKIP], 52 'regress/regress-2653': [SKIP],
53 53
54 # Issue 3784: setters-on-elements is flaky 54 # Issue 3784: setters-on-elements is flaky
55 'setters-on-elements': [PASS, FAIL], 55 'setters-on-elements': [PASS, FAIL],
56 56
57 ############################################################################## 57 ##############################################################################
58 # TurboFan compiler failures. 58 # TurboFan compiler failures.
59 59
60 # TODO(mstarzinger): An arguments object materialized in the prologue can't
61 # be accessed indirectly. Either we drop that requirement or wait for support
62 # from the deoptimizer to do that.
63 'arguments-indirect': [PASS, NO_VARIANTS],
64
65 # TODO(verwaest): Some tests are over-restrictive about object layout. 60 # TODO(verwaest): Some tests are over-restrictive about object layout.
66 'array-constructor-feedback': [PASS, NO_VARIANTS], 61 'array-constructor-feedback': [PASS, NO_VARIANTS],
67 'array-feedback': [PASS, NO_VARIANTS], 62 'array-feedback': [PASS, NO_VARIANTS],
68 'compare-known-objects-slow': [PASS, NO_VARIANTS], 63 'compare-known-objects-slow': [PASS, NO_VARIANTS],
69 'elements-kind': [PASS, NO_VARIANTS], 64 'elements-kind': [PASS, NO_VARIANTS],
70 'opt-elements-kind': [PASS, NO_VARIANTS], 65 'opt-elements-kind': [PASS, NO_VARIANTS],
71 'smi-representation': [PASS, NO_VARIANTS], 66 'smi-representation': [PASS, NO_VARIANTS],
72 67
73 # Some tests are just too slow to run for now. 68 # Some tests are just too slow to run for now.
74 'big-object-literal': [PASS, NO_VARIANTS], 69 'big-object-literal': [PASS, NO_VARIANTS],
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 'd8-worker-sharedarraybuffer': [SKIP], 723 'd8-worker-sharedarraybuffer': [SKIP],
729 }], # 'predictable == True' 724 }], # 'predictable == True'
730 725
731 ############################################################################## 726 ##############################################################################
732 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 727 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
733 728
734 # take too long with the simulator. 729 # take too long with the simulator.
735 'regress/regress-1132': [SKIP], 730 'regress/regress-1132': [SKIP],
736 }], # 'arch == ppc and simulator_run == True' 731 }], # 'arch == ppc and simulator_run == True'
737 ] 732 ]
OLDNEW
« no previous file with comments | « test/mjsunit/arguments-indirect.js ('k') | test/mozilla/mozilla.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698