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

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

Issue 2212343002: Revert of [Interpreter] Collect type feedback for 'new' in the bytecode handler (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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
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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 # desugaring regexp property class relies on ICU. 213 # desugaring regexp property class relies on ICU.
214 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], 214 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]],
215 215
216 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). 216 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m).
217 'unicodelctest': [PASS, NO_VARIANTS], 217 'unicodelctest': [PASS, NO_VARIANTS],
218 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], 218 'unicodelctest-no-optimization': [PASS, NO_VARIANTS],
219 219
220 ############################################################################ 220 ############################################################################
221 # Ignition 221 # Ignition
222 222
223 # TODO(mythria, 4780): Related to lack of allocation site feedback for calls. 223 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
224 'array-literal-feedback': [PASS, NO_IGNITION],
224 'regress/regress-4121': [PASS, NO_IGNITION], 225 'regress/regress-4121': [PASS, NO_IGNITION],
225 226
226 # TODO(mythria, 4780): In interpreter we disable mementos when creating array
227 # literals.
228 'array-literal-feedback': [PASS, NO_IGNITION],
229
230 # TODO(4680): Test doesn't know about three tier compiler pipeline. 227 # TODO(4680): Test doesn't know about three tier compiler pipeline.
231 'assert-opt-and-deopt': [PASS, NO_IGNITION], 228 'assert-opt-and-deopt': [PASS, NO_IGNITION],
232 229
233 # BUG(rmcilroy,4989): Function is optimized without type feedback and so immed iately deopts again, causing check failure in the test. 230 # BUG(rmcilroy,4989): Function is optimized without type feedback and so immed iately deopts again, causing check failure in the test.
234 'compiler/deopt-inlined-from-call': [PASS, NO_IGNITION], 231 'compiler/deopt-inlined-from-call': [PASS, NO_IGNITION],
235 'compiler/increment-typefeedback': [PASS, NO_IGNITION], 232 'compiler/increment-typefeedback': [PASS, NO_IGNITION],
236 'compiler/manual-concurrent-recompile': [PASS, NO_IGNITION], 233 'compiler/manual-concurrent-recompile': [PASS, NO_IGNITION],
237 'constant-folding-2': [PASS, NO_IGNITION], 234 'constant-folding-2': [PASS, NO_IGNITION],
238 'debug-is-active': [PASS, NO_IGNITION], 235 'debug-is-active': [PASS, NO_IGNITION],
239 'deopt-with-fp-regs': [PASS, NO_IGNITION], 236 'deopt-with-fp-regs': [PASS, NO_IGNITION],
(...skipping 14 matching lines...) Expand all
254 'regress/regress-crbug-594183': [PASS, NO_IGNITION], 251 'regress/regress-crbug-594183': [PASS, NO_IGNITION],
255 'regress/regress-embedded-cons-string': [PASS, NO_IGNITION], 252 'regress/regress-embedded-cons-string': [PASS, NO_IGNITION],
256 'regress/regress-map-invalidation-2': [PASS, NO_IGNITION], 253 'regress/regress-map-invalidation-2': [PASS, NO_IGNITION],
257 'regress/regress-param-local-type': [PASS, NO_IGNITION], 254 'regress/regress-param-local-type': [PASS, NO_IGNITION],
258 'regress/regress-prepare-break-while-recompile': [PASS, NO_IGNITION], 255 'regress/regress-prepare-break-while-recompile': [PASS, NO_IGNITION],
259 'shift-for-integer-div': [PASS, NO_IGNITION], 256 'shift-for-integer-div': [PASS, NO_IGNITION],
260 'sin-cos': [PASS, NO_IGNITION], 257 'sin-cos': [PASS, NO_IGNITION],
261 'smi-mul-const': [PASS, NO_IGNITION], 258 'smi-mul-const': [PASS, NO_IGNITION],
262 'smi-mul': [PASS, NO_IGNITION], 259 'smi-mul': [PASS, NO_IGNITION],
263 'unary-minus-deopt': [PASS, NO_IGNITION], 260 'unary-minus-deopt': [PASS, NO_IGNITION],
261 'array-constructor-feedback': [PASS, NO_IGNITION],
264 'array-feedback': [PASS, NO_IGNITION], 262 'array-feedback': [PASS, NO_IGNITION],
265 'allocation-site-info': [PASS, NO_IGNITION], 263 'allocation-site-info': [PASS, NO_IGNITION],
266 264
267 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on 265 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on
268 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. 266 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled.
269 'harmony/generators-turbo': [PASS, FAST_VARIANTS], 267 'harmony/generators-turbo': [PASS, FAST_VARIANTS],
270 }], # ALWAYS 268 }], # ALWAYS
271 269
272 ['novfp3 == True', { 270 ['novfp3 == True', {
273 'asm/embenchen/box2d': [SKIP], 271 'asm/embenchen/box2d': [SKIP],
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 692
695 ############################################################################## 693 ##############################################################################
696 ['arch == ppc64', { 694 ['arch == ppc64', {
697 695
698 # stack overflow 696 # stack overflow
699 'big-array-literal': [SKIP], 697 'big-array-literal': [SKIP],
700 }], # 'arch == ppc64' 698 }], # 'arch == ppc64'
701 699
702 ############################################################################## 700 ##############################################################################
703 ['variant == ignition_turbofan', { 701 ['variant == ignition_turbofan', {
704 # TODO(mythria, 4780): Related to lack of allocation site feedback for calls 702 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
705 # in interpreter. 703 'array-literal-feedback': [FAIL],
706 'regress/regress-4121': [FAIL], 704 'regress/regress-4121': [FAIL],
705 'array-constructor-feedback': [FAIL],
707 'array-feedback': [FAIL], 706 'array-feedback': [FAIL],
708
709 # TODO(mythria, 4780): In interpreter we disable mementos when creating array
710 # literals.
711 'array-literal-feedback': [FAIL],
712 'allocation-site-info': [FAIL], 707 'allocation-site-info': [FAIL],
713 708
714 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], 709 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]],
715 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], 710 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]],
716 711
717 # TODO(rmcilroy,titzer): Times out after 712 # TODO(rmcilroy,titzer): Times out after
718 # https://codereview.chromium.org/1951013002 . 713 # https://codereview.chromium.org/1951013002 .
719 'regress/regress-599717': [PASS, ['tsan', SKIP]], 714 'regress/regress-599717': [PASS, ['tsan', SKIP]],
720 715
721 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on 716 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 ############################################################################## 757 ##############################################################################
763 ['gcov_coverage', { 758 ['gcov_coverage', {
764 # Tests taking too long. 759 # Tests taking too long.
765 'array-functions-prototype-misc': [SKIP], 760 'array-functions-prototype-misc': [SKIP],
766 761
767 # Stack overflow. 762 # Stack overflow.
768 'big-array-literal': [SKIP], 763 'big-array-literal': [SKIP],
769 }], # 'gcov_coverage' 764 }], # 'gcov_coverage'
770 765
771 ] 766 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698