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

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

Issue 1075933003: Add basic crankshaft support for slow-mode for-in to avoid disabling optimizations (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Disable for-in-opt for turbofan 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/mjsunit/for-in-opt.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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug. 103 'debug-evaluate-recursive': [PASS, NO_VARIANTS], # only in no-snap debug.
104 'debug-step': [PASS, NO_VARIANTS], # windows only. 104 'debug-step': [PASS, NO_VARIANTS], # windows only.
105 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode. 105 'debug-step-2': [PASS, NO_VARIANTS], # flaky in no-snap mode.
106 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode. 106 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode.
107 'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug. 107 'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug.
108 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap deb ug. 108 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap deb ug.
109 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode. 109 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode.
110 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st ress. 110 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st ress.
111 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and gc-stress. 111 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and gc-stress.
112 112
113 # TODO(jarin): Fix for-in deopt points in turbofan.
114 'for-in-opt': [PASS, NO_VARIANTS],
115
113 # TODO(mstarzinger): Optimizing top-level code flushed out some correctness 116 # TODO(mstarzinger): Optimizing top-level code flushed out some correctness
114 # issues on ARM and ARM64. 117 # issues on ARM and ARM64.
115 'es6/math-log2-log10': [PASS, NO_VARIANTS], # on ARM and ARM64. 118 'es6/math-log2-log10': [PASS, NO_VARIANTS], # on ARM and ARM64.
116 'mirror-script': [PASS, NO_VARIANTS], # on ARM64 only. 119 'mirror-script': [PASS, NO_VARIANTS], # on ARM64 only.
117 120
118 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. 121 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.
119 'debug-evaluate-const': [PASS, NO_VARIANTS], 122 'debug-evaluate-const': [PASS, NO_VARIANTS],
120 'debug-evaluate-locals': [PASS, NO_VARIANTS], 123 'debug-evaluate-locals': [PASS, NO_VARIANTS],
121 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode. 124 'debug-liveedit-check-stack': [PASS, NO_VARIANTS], # only in no-snap mode.
122 'debug-liveedit-double-call': [PASS, NO_VARIANTS], 125 'debug-liveedit-double-call': [PASS, NO_VARIANTS],
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 'regress/regress-2653': [SKIP], 625 'regress/regress-2653': [SKIP],
623 }], # 'deopt_fuzzer == True' 626 }], # 'deopt_fuzzer == True'
624 627
625 ############################################################################## 628 ##############################################################################
626 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 629 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
627 630
628 # take too long with the simulator. 631 # take too long with the simulator.
629 'regress/regress-1132': [SKIP], 632 'regress/regress-1132': [SKIP],
630 }], # 'arch == ppc and simulator_run == True' 633 }], # 'arch == ppc and simulator_run == True'
631 ] 634 ]
OLDNEW
« no previous file with comments | « test/mjsunit/for-in-opt.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698