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

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

Issue 2007453002: [Interpreter] Make lazy compilation the default. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Disable tests failing with --turbo-from-bytecode Created 4 years, 6 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/cctest/interpreter/test-bytecode-generator.cc ('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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'array-literal-feedback': [PASS, NO_IGNITION], 289 'array-literal-feedback': [PASS, NO_IGNITION],
290 'regress/regress-4121': [PASS, NO_IGNITION], 290 'regress/regress-4121': [PASS, NO_IGNITION],
291 291
292 # TODO(mythria, 4764): lack of osr support. 292 # TODO(mythria, 4764): lack of osr support.
293 'regress/regress-2618': [PASS, NO_IGNITION], 293 'regress/regress-2618': [PASS, NO_IGNITION],
294 294
295 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop 295 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
296 # till it is optimized. So test timeouts. 296 # till it is optimized. So test timeouts.
297 'array-literal-transitions': [PASS, NO_IGNITION], 297 'array-literal-transitions': [PASS, NO_IGNITION],
298 298
299 # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so duri ng
300 # eager compile of the whole script instead of during lazy compile of the func tion
301 # f(), so we can't catch the exception in the try/catch. Skip because on some
302 # platforms the stack limit is different and the exception doesn't fire.
303 'regress/regress-crbug-589472': [PASS, NO_IGNITION],
304
305 # TODO(4680): Test doesn't know about three tier compiler pipeline. 299 # TODO(4680): Test doesn't know about three tier compiler pipeline.
306 'assert-opt-and-deopt': [PASS, NO_IGNITION], 300 'assert-opt-and-deopt': [PASS, NO_IGNITION],
307 301
308 # BUG(rmcilroy,4989): Function is optimized without type feedback and so immed iately deopts again, causing check failure in the test. 302 # BUG(rmcilroy,4989): Function is optimized without type feedback and so immed iately deopts again, causing check failure in the test.
309 'compiler/deopt-inlined-from-call': [PASS, NO_IGNITION], 303 'compiler/deopt-inlined-from-call': [PASS, NO_IGNITION],
310 'compiler/increment-typefeedback': [PASS, NO_IGNITION], 304 'compiler/increment-typefeedback': [PASS, NO_IGNITION],
311 'compiler/manual-concurrent-recompile': [PASS, NO_IGNITION], 305 'compiler/manual-concurrent-recompile': [PASS, NO_IGNITION],
312 'constant-folding-2': [PASS, NO_IGNITION], 306 'constant-folding-2': [PASS, NO_IGNITION],
313 'debug-is-active': [PASS, NO_IGNITION], 307 'debug-is-active': [PASS, NO_IGNITION],
314 'deopt-with-fp-regs': [PASS, NO_IGNITION], 308 'deopt-with-fp-regs': [PASS, NO_IGNITION],
(...skipping 14 matching lines...) Expand all
329 'regress/regress-crbug-594183': [PASS, NO_IGNITION], 323 'regress/regress-crbug-594183': [PASS, NO_IGNITION],
330 'regress/regress-embedded-cons-string': [PASS, NO_IGNITION], 324 'regress/regress-embedded-cons-string': [PASS, NO_IGNITION],
331 'regress/regress-map-invalidation-2': [PASS, NO_IGNITION], 325 'regress/regress-map-invalidation-2': [PASS, NO_IGNITION],
332 'regress/regress-param-local-type': [PASS, NO_IGNITION], 326 'regress/regress-param-local-type': [PASS, NO_IGNITION],
333 'regress/regress-prepare-break-while-recompile': [PASS, NO_IGNITION], 327 'regress/regress-prepare-break-while-recompile': [PASS, NO_IGNITION],
334 'shift-for-integer-div': [PASS, NO_IGNITION], 328 'shift-for-integer-div': [PASS, NO_IGNITION],
335 'sin-cos': [PASS, NO_IGNITION], 329 'sin-cos': [PASS, NO_IGNITION],
336 'smi-mul-const': [PASS, NO_IGNITION], 330 'smi-mul-const': [PASS, NO_IGNITION],
337 'smi-mul': [PASS, NO_IGNITION], 331 'smi-mul': [PASS, NO_IGNITION],
338 'unary-minus-deopt': [PASS, NO_IGNITION], 332 'unary-minus-deopt': [PASS, NO_IGNITION],
333
334 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on
335 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled.
336 'harmony/generators-turbo': [PASS, FAST_VARIANTS],
339 }], # ALWAYS 337 }], # ALWAYS
340 338
341 ['novfp3 == True', { 339 ['novfp3 == True', {
342 'asm/embenchen/box2d': [SKIP], 340 'asm/embenchen/box2d': [SKIP],
343 'asm/embenchen/zlib': [SKIP], 341 'asm/embenchen/zlib': [SKIP],
344 'asm/embenchen/memops': [SKIP], 342 'asm/embenchen/memops': [SKIP],
345 'asm/embenchen/lua_binarytrees': [SKIP], 343 'asm/embenchen/lua_binarytrees': [SKIP],
346 }], # novfp3 == True 344 }], # novfp3 == True
347 345
348 ############################################################################## 346 ##############################################################################
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. 839 # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
842 'array-literal-feedback': [FAIL], 840 'array-literal-feedback': [FAIL],
843 'regress/regress-4121': [FAIL], 841 'regress/regress-4121': [FAIL],
844 842
845 # TODO(mythria, 4764): lack of osr support. 843 # TODO(mythria, 4764): lack of osr support.
846 'regress/regress-2618': [FAIL], 844 'regress/regress-2618': [FAIL],
847 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop 845 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
848 # till it is optimized. So test timeouts. 846 # till it is optimized. So test timeouts.
849 'array-literal-transitions': [SKIP], 847 'array-literal-transitions': [SKIP],
850 848
851 # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so duri ng
852 # eager compile of the whole script instead of during lazy compile of the func tion
853 # f(), so we can't catch the exception in the try/catch. Skip because on some
854 # platforms the stack limit is different and the exception doesn't fire.
855 'regress/regress-crbug-589472': [SKIP],
856
857 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]], 849 'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]],
858 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]], 850 'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]],
859 851
860 # TODO(rmcilroy,titzer): Times out after 852 # TODO(rmcilroy,titzer): Times out after
861 # https://codereview.chromium.org/1951013002 . 853 # https://codereview.chromium.org/1951013002 .
862 'regress/regress-599717': [PASS, ['tsan', SKIP]], 854 'regress/regress-599717': [PASS, ['tsan', SKIP]],
855
856 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on
857 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled.
858 'harmony/generators-turbo': [PASS, FAST_VARIANTS],
859 'regress/regress-crbug-352058': [SKIP],
860
863 }], # ignition or ignition_turbofan 861 }], # ignition or ignition_turbofan
864 862
865 ['(ignition or ignition_turbofan) and arch == arm64', { 863 ['(ignition or ignition_turbofan) and arch == arm64', {
866 # TODO(rmcilroy,4680): Arm64 specific timeouts. 864 # TODO(rmcilroy,4680): Arm64 specific timeouts.
867 'asm/construct-double': [SKIP], 865 'asm/construct-double': [SKIP],
868 'compiler/osr-one': [SKIP], 866 'compiler/osr-one': [SKIP],
869 'compiler/osr-two': [SKIP], 867 'compiler/osr-two': [SKIP],
870 'wasm/asm-wasm-i32': [SKIP], 868 'wasm/asm-wasm-i32': [SKIP],
871 'wasm/asm-wasm-u32': [SKIP], 869 'wasm/asm-wasm-u32': [SKIP],
872 }], # (ignition or ignition_turbofan) and arch == arm64 870 }], # (ignition or ignition_turbofan) and arch == arm64
(...skipping 21 matching lines...) Expand all
894 ############################################################################## 892 ##############################################################################
895 ['gcov_coverage', { 893 ['gcov_coverage', {
896 # Tests taking too long. 894 # Tests taking too long.
897 'array-functions-prototype-misc': [SKIP], 895 'array-functions-prototype-misc': [SKIP],
898 896
899 # Stack overflow. 897 # Stack overflow.
900 'big-array-literal': [SKIP], 898 'big-array-literal': [SKIP],
901 }], # 'gcov_coverage' 899 }], # 'gcov_coverage'
902 900
903 ] 901 ]
OLDNEW
« no previous file with comments | « test/cctest/interpreter/test-bytecode-generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698