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 2127713003: [TurboFan] Improve Array constructor optimization (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Test file fixes. Created 4 years, 5 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-feedback.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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 # Issue 3641: The new 'then' semantics suppress some exceptions. 52 # Issue 3641: The new 'then' semantics suppress some exceptions.
53 # These tests may be changed or removed when 'chain' is deprecated. 53 # These tests may be changed or removed when 'chain' is deprecated.
54 'es6/debug-promises/reject-with-throw-in-reject': [FAIL], 54 'es6/debug-promises/reject-with-throw-in-reject': [FAIL],
55 'es6/debug-promises/reject-with-undefined-reject': [FAIL], 55 'es6/debug-promises/reject-with-undefined-reject': [FAIL],
56 'es6/debug-promises/reject-with-invalid-reject': [FAIL], 56 'es6/debug-promises/reject-with-invalid-reject': [FAIL],
57 57
58 ############################################################################## 58 ##############################################################################
59 # TurboFan compiler failures. 59 # TurboFan compiler failures.
60 60
61 # TODO(verwaest): Some tests are over-restrictive about object layout. 61 # TODO(verwaest): Some tests are over-restrictive about object layout.
62 'array-constructor-feedback': [PASS, NO_VARIANTS],
63 'array-feedback': [PASS, NO_VARIANTS],
64 'compare-known-objects-slow': [PASS, NO_VARIANTS], 62 'compare-known-objects-slow': [PASS, NO_VARIANTS],
65 'elements-kind': [PASS, NO_VARIANTS],
66 'opt-elements-kind': [PASS, NO_VARIANTS],
67 'smi-representation': [PASS, NO_VARIANTS], 63 'smi-representation': [PASS, NO_VARIANTS],
68 64
69 # Some tests are just too slow to run for now. 65 # Some tests are just too slow to run for now.
70 'big-object-literal': [PASS, NO_VARIANTS], 66 'big-object-literal': [PASS, NO_VARIANTS],
71 'bit-not': [PASS, NO_VARIANTS], 67 'bit-not': [PASS, NO_VARIANTS],
72 'json2': [PASS, NO_VARIANTS], 68 'json2': [PASS, NO_VARIANTS],
73 'packed-elements': [PASS, NO_VARIANTS], 69 'packed-elements': [PASS, NO_VARIANTS],
74 'string-indexof-1': [PASS, NO_VARIANTS], 70 'string-indexof-1': [PASS, NO_VARIANTS],
75 'unbox-double-arrays': [PASS, NO_VARIANTS], 71 'unbox-double-arrays': [PASS, NO_VARIANTS],
76 'unicode-test': [PASS, NO_VARIANTS], 72 'unicode-test': [PASS, NO_VARIANTS],
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points 133 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points
138 'result-table-min': [PASS, NO_VARIANTS], 134 'result-table-min': [PASS, NO_VARIANTS],
139 'result-table-max': [PASS, NO_VARIANTS], 135 'result-table-max': [PASS, NO_VARIANTS],
140 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification. 136 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification.
141 'regress/regress-1122': [PASS, NO_VARIANTS], 137 'regress/regress-1122': [PASS, NO_VARIANTS],
142 138
143 # Assumptions about optimization need investigation in TurboFan. 139 # Assumptions about optimization need investigation in TurboFan.
144 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], 140 'regress-sync-optimized-lists': [PASS, NO_VARIANTS],
145 'regress/regress-store-uncacheable': [PASS, NO_VARIANTS], 141 'regress/regress-store-uncacheable': [PASS, NO_VARIANTS],
146 142
147 # issue 4078:
148 'allocation-site-info': [PASS, NO_VARIANTS],
149
150 ############################################################################## 143 ##############################################################################
151 # Too slow in debug mode with --stress-opt mode. 144 # Too slow in debug mode with --stress-opt mode.
152 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], 145 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]],
153 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], 146 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]],
154 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], 147 'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
155 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], 148 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
156 149
157 ############################################################################## 150 ##############################################################################
158 # Too slow in debug mode for validation of elements. 151 # Too slow in debug mode for validation of elements.
159 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], 152 'regress/regress-430201': [PASS, ['mode == debug', SKIP]],
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 'regress/regress-crbug-594183': [PASS, NO_IGNITION], 312 'regress/regress-crbug-594183': [PASS, NO_IGNITION],
320 'regress/regress-embedded-cons-string': [PASS, NO_IGNITION], 313 'regress/regress-embedded-cons-string': [PASS, NO_IGNITION],
321 'regress/regress-map-invalidation-2': [PASS, NO_IGNITION], 314 'regress/regress-map-invalidation-2': [PASS, NO_IGNITION],
322 'regress/regress-param-local-type': [PASS, NO_IGNITION], 315 'regress/regress-param-local-type': [PASS, NO_IGNITION],
323 'regress/regress-prepare-break-while-recompile': [PASS, NO_IGNITION], 316 'regress/regress-prepare-break-while-recompile': [PASS, NO_IGNITION],
324 'shift-for-integer-div': [PASS, NO_IGNITION], 317 'shift-for-integer-div': [PASS, NO_IGNITION],
325 'sin-cos': [PASS, NO_IGNITION], 318 'sin-cos': [PASS, NO_IGNITION],
326 'smi-mul-const': [PASS, NO_IGNITION], 319 'smi-mul-const': [PASS, NO_IGNITION],
327 'smi-mul': [PASS, NO_IGNITION], 320 'smi-mul': [PASS, NO_IGNITION],
328 'unary-minus-deopt': [PASS, NO_IGNITION], 321 'unary-minus-deopt': [PASS, NO_IGNITION],
322 'array-constructor-feedback': [PASS, NO_IGNITION],
323 'array-feedback': [PASS, NO_IGNITION],
324 'allocation-site-info': [PASS, NO_IGNITION],
329 325
330 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on 326 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on
331 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. 327 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled.
332 'harmony/generators-turbo': [PASS, FAST_VARIANTS], 328 'harmony/generators-turbo': [PASS, FAST_VARIANTS],
333 }], # ALWAYS 329 }], # ALWAYS
334 330
335 ['novfp3 == True', { 331 ['novfp3 == True', {
336 'asm/embenchen/box2d': [SKIP], 332 'asm/embenchen/box2d': [SKIP],
337 'asm/embenchen/zlib': [SKIP], 333 'asm/embenchen/zlib': [SKIP],
338 'asm/embenchen/memops': [SKIP], 334 'asm/embenchen/memops': [SKIP],
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 811
816 # stack overflow 812 # stack overflow
817 'big-array-literal': [SKIP], 813 'big-array-literal': [SKIP],
818 }], # 'arch == ppc64' 814 }], # 'arch == ppc64'
819 815
820 ############################################################################## 816 ##############################################################################
821 ['ignition or ignition_turbofan', { 817 ['ignition or ignition_turbofan', {
822 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. 818 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
823 'array-literal-feedback': [FAIL], 819 'array-literal-feedback': [FAIL],
824 'regress/regress-4121': [FAIL], 820 'regress/regress-4121': [FAIL],
821 'array-constructor-feedback': [FAIL],
822 'array-feedback': [FAIL],
823 'allocation-site-info': [FAIL],
825 824
826 # TODO(mythria, 4764): lack of osr support. 825 # TODO(mythria, 4764): lack of osr support.
827 'regress/regress-2618': [FAIL], 826 'regress/regress-2618': [FAIL],
828 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop 827 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
829 # till it is optimized. So test timeouts. 828 # till it is optimized. So test timeouts.
830 'array-literal-transitions': [SKIP], 829 'array-literal-transitions': [SKIP],
831 830
832 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], 831 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]],
833 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], 832 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]],
834 833
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 ############################################################################## 879 ##############################################################################
881 ['gcov_coverage', { 880 ['gcov_coverage', {
882 # Tests taking too long. 881 # Tests taking too long.
883 'array-functions-prototype-misc': [SKIP], 882 'array-functions-prototype-misc': [SKIP],
884 883
885 # Stack overflow. 884 # Stack overflow.
886 'big-array-literal': [SKIP], 885 'big-array-literal': [SKIP],
887 }], # 'gcov_coverage' 886 }], # 'gcov_coverage'
888 887
889 ] 888 ]
OLDNEW
« no previous file with comments | « test/mjsunit/array-feedback.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698