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

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

Issue 2182183005: [interpreter] Support on-stack replacement in profiler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressed comments. 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
« no previous file with comments | « test/mjsunit/array-literal-transitions.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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'unicodelctest': [PASS, NO_VARIANTS], 213 'unicodelctest': [PASS, NO_VARIANTS],
214 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], 214 'unicodelctest-no-optimization': [PASS, NO_VARIANTS],
215 215
216 ############################################################################ 216 ############################################################################
217 # Ignition 217 # Ignition
218 218
219 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. 219 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
220 'array-literal-feedback': [PASS, NO_IGNITION], 220 'array-literal-feedback': [PASS, NO_IGNITION],
221 'regress/regress-4121': [PASS, NO_IGNITION], 221 'regress/regress-4121': [PASS, NO_IGNITION],
222 222
223 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
224 # till it is optimized. So test timeouts.
225 'array-literal-transitions': [PASS, NO_IGNITION],
226
227 # TODO(4680): Test doesn't know about three tier compiler pipeline. 223 # TODO(4680): Test doesn't know about three tier compiler pipeline.
228 'assert-opt-and-deopt': [PASS, NO_IGNITION], 224 'assert-opt-and-deopt': [PASS, NO_IGNITION],
229 225
230 # BUG(rmcilroy,4989): Function is optimized without type feedback and so immed iately deopts again, causing check failure in the test. 226 # 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], 227 'compiler/deopt-inlined-from-call': [PASS, NO_IGNITION],
232 'compiler/increment-typefeedback': [PASS, NO_IGNITION], 228 'compiler/increment-typefeedback': [PASS, NO_IGNITION],
233 'compiler/manual-concurrent-recompile': [PASS, NO_IGNITION], 229 'compiler/manual-concurrent-recompile': [PASS, NO_IGNITION],
234 'constant-folding-2': [PASS, NO_IGNITION], 230 'constant-folding-2': [PASS, NO_IGNITION],
235 'debug-is-active': [PASS, NO_IGNITION], 231 'debug-is-active': [PASS, NO_IGNITION],
236 'deopt-with-fp-regs': [PASS, NO_IGNITION], 232 'deopt-with-fp-regs': [PASS, NO_IGNITION],
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 695
700 ############################################################################## 696 ##############################################################################
701 ['ignition or ignition_turbofan', { 697 ['ignition or ignition_turbofan', {
702 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. 698 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
703 'array-literal-feedback': [FAIL], 699 'array-literal-feedback': [FAIL],
704 'regress/regress-4121': [FAIL], 700 'regress/regress-4121': [FAIL],
705 'array-constructor-feedback': [FAIL], 701 'array-constructor-feedback': [FAIL],
706 'array-feedback': [FAIL], 702 'array-feedback': [FAIL],
707 'allocation-site-info': [FAIL], 703 'allocation-site-info': [FAIL],
708 704
709 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
710 # till it is optimized. So test timeouts.
711 'array-literal-transitions': [SKIP],
712
713 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], 705 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]],
714 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], 706 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]],
715 707
716 # TODO(rmcilroy,titzer): Times out after 708 # TODO(rmcilroy,titzer): Times out after
717 # https://codereview.chromium.org/1951013002 . 709 # https://codereview.chromium.org/1951013002 .
718 'regress/regress-599717': [PASS, ['tsan', SKIP]], 710 'regress/regress-599717': [PASS, ['tsan', SKIP]],
719 711
720 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on 712 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on
721 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. 713 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled.
722 'harmony/generators-turbo': [PASS, FAST_VARIANTS], 714 'harmony/generators-turbo': [PASS, FAST_VARIANTS],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 ############################################################################## 753 ##############################################################################
762 ['gcov_coverage', { 754 ['gcov_coverage', {
763 # Tests taking too long. 755 # Tests taking too long.
764 'array-functions-prototype-misc': [SKIP], 756 'array-functions-prototype-misc': [SKIP],
765 757
766 # Stack overflow. 758 # Stack overflow.
767 'big-array-literal': [SKIP], 759 'big-array-literal': [SKIP],
768 }], # 'gcov_coverage' 760 }], # 'gcov_coverage'
769 761
770 ] 762 ]
OLDNEW
« no previous file with comments | « test/mjsunit/array-literal-transitions.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698