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

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

Issue 1992913005: [turbofan] Stage escape analysis optimization. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased. Created 4 years, 1 month 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 | « src/flag-definitions.h ('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 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 'debug-evaluate-locals': [FAIL], 609 'debug-evaluate-locals': [FAIL],
610 'debug-set-variable-value': [FAIL], 610 'debug-set-variable-value': [FAIL],
611 'debug-evaluate-locals-optimized': [FAIL], 611 'debug-evaluate-locals-optimized': [FAIL],
612 'debug-evaluate-locals-optimized-double': [FAIL], 612 'debug-evaluate-locals-optimized-double': [FAIL],
613 'debug-liveedit-double-call': [FAIL], 613 'debug-liveedit-double-call': [FAIL],
614 'es6/debug-evaluate-blockscopes': [FAIL], 614 'es6/debug-evaluate-blockscopes': [FAIL],
615 615
616 # TODO(jgruber): Fails in --turbo --always-opt mode. 616 # TODO(jgruber): Fails in --turbo --always-opt mode.
617 'regress/regress-105': [FAIL], 617 'regress/regress-105': [FAIL],
618 618
619 # TODO(mstarzinger): Debugger cannot materialize de-materialized functions.
620 'regress/regress-crbug-323936': [FAIL],
621
619 # Too slow. 622 # Too slow.
620 'big-object-literal': [SKIP], 623 'big-object-literal': [SKIP],
621 'ignition/regress-599001-verifyheap': [SKIP], 624 'ignition/regress-599001-verifyheap': [SKIP],
622 'unicode-test': [SKIP], 625 'unicode-test': [SKIP],
623 626
624 }], # variant == turbofan_opt 627 }], # variant == turbofan_opt
625 628
626 ############################################################################## 629 ##############################################################################
627 ['variant == ignition or variant == ignition_staging', { 630 ['variant == ignition or variant == ignition_staging', {
628 # TODO(5587): fails to liveedit evaled code. 631 # TODO(5587): fails to liveedit evaled code.
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 'lithium/*': [SKIP], 683 'lithium/*': [SKIP],
681 'third_party/*': [SKIP], 684 'third_party/*': [SKIP],
682 'tools/*': [SKIP], 685 'tools/*': [SKIP],
683 'apply': [SKIP], 686 'apply': [SKIP],
684 'math-*': [SKIP], 687 'math-*': [SKIP],
685 'unicode-test': [SKIP], 688 'unicode-test': [SKIP],
686 'whitespaces': [SKIP], 689 'whitespaces': [SKIP],
687 }], # variant == asm_wasm 690 }], # variant == asm_wasm
688 691
689 ] 692 ]
OLDNEW
« no previous file with comments | « src/flag-definitions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698