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

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

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

Powered by Google App Engine
This is Rietveld 408576698