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

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

Issue 985713003: [turbofan] Fix lazy deopt for JSToNumber conversions in binary operations. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@multiple-framestates
Patch Set: Fixes, rebase Created 5 years, 9 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 # be accessed indirectly. Either we drop that requirement or wait for support 61 # be accessed indirectly. Either we drop that requirement or wait for support
62 # from the deoptimizer to do that. 62 # from the deoptimizer to do that.
63 'arguments-indirect': [PASS, NO_VARIANTS], 63 'arguments-indirect': [PASS, NO_VARIANTS],
64 64
65 # TODO(verwaest): Some tests are over-restrictive about object layout. 65 # TODO(verwaest): Some tests are over-restrictive about object layout.
66 'array-constructor-feedback': [PASS, NO_VARIANTS], 66 'array-constructor-feedback': [PASS, NO_VARIANTS],
67 'array-feedback': [PASS, NO_VARIANTS], 67 'array-feedback': [PASS, NO_VARIANTS],
68 'compare-known-objects-slow': [PASS, NO_VARIANTS], 68 'compare-known-objects-slow': [PASS, NO_VARIANTS],
69 'elements-kind': [PASS, NO_VARIANTS], 69 'elements-kind': [PASS, NO_VARIANTS],
70 'opt-elements-kind': [PASS, NO_VARIANTS], 70 'opt-elements-kind': [PASS, NO_VARIANTS],
71 'smi-representation': [PASS, NO_VARIANTS],
71 72
72 # Some tests are just too slow to run for now. 73 # Some tests are just too slow to run for now.
73 'big-object-literal': [PASS, NO_VARIANTS], 74 'big-object-literal': [PASS, NO_VARIANTS],
74 'bit-not': [PASS, NO_VARIANTS], 75 'bit-not': [PASS, NO_VARIANTS],
75 'json2': [PASS, NO_VARIANTS], 76 'json2': [PASS, NO_VARIANTS],
76 'packed-elements': [PASS, NO_VARIANTS], 77 'packed-elements': [PASS, NO_VARIANTS],
77 'unbox-double-arrays': [PASS, NO_VARIANTS], 78 'unbox-double-arrays': [PASS, NO_VARIANTS],
78 'whitespaces': [PASS, NO_VARIANTS], 79 'whitespaces': [PASS, NO_VARIANTS],
79 'compiler/osr-assert': [PASS, NO_VARIANTS], 80 'compiler/osr-assert': [PASS, NO_VARIANTS],
80 'regress/regress-2185-2': [PASS, NO_VARIANTS], 81 'regress/regress-2185-2': [PASS, NO_VARIANTS],
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 591 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
591 592
592 # take too long with the simulator. 593 # take too long with the simulator.
593 'regress/regress-1132': [SKIP], 594 'regress/regress-1132': [SKIP],
594 'asm/embenchen/box2d': [SKIP], 595 'asm/embenchen/box2d': [SKIP],
595 596
596 # issues to be investigate4d 597 # issues to be investigate4d
597 'es6/collections': [SKIP], 598 'es6/collections': [SKIP],
598 }], # 'arch == ppc and simulator_run == True' 599 }], # 'arch == ppc and simulator_run == True'
599 ] 600 ]
OLDNEW
« src/compiler/js-typed-lowering.cc ('K') | « test/mjsunit/compiler/deopt-tonumber-binop.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698