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

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

Issue 2453313002: [turbofan] Adapt test assumptions about OSR. (Closed)
Patch Set: 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 | « no previous file | test/mjsunit/regress-sync-optimized-lists.js » ('j') | 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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 596
597 ############################################################################## 597 ##############################################################################
598 ['variant == stress', { 598 ['variant == stress', {
599 'debug-evaluate-locals-optimized': [FAIL], 599 'debug-evaluate-locals-optimized': [FAIL],
600 'debug-evaluate-locals-optimized-double': [FAIL], 600 'debug-evaluate-locals-optimized-double': [FAIL],
601 'ignition/regress-599001-verifyheap': [SKIP], 601 'ignition/regress-599001-verifyheap': [SKIP],
602 'unicode-test': [SKIP], 602 'unicode-test': [SKIP],
603 }], # variant == stress 603 }], # variant == stress
604 604
605 ############################################################################## 605 ##############################################################################
606 ['variant == turbofan', {
607
608 # Assumptions about optimization need investigation in TurboFan.
609 'regress-sync-optimized-lists': [FAIL],
610
611 }], # variant == turbofan
612
613 ##############################################################################
614 ['variant == turbofan_opt', { 606 ['variant == turbofan_opt', {
615 607
616 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. 608 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.
617 'debug-evaluate-closure': [FAIL], 609 'debug-evaluate-closure': [FAIL],
618 'debug-evaluate-locals': [FAIL], 610 'debug-evaluate-locals': [FAIL],
619 'debug-set-variable-value': [FAIL], 611 'debug-set-variable-value': [FAIL],
620 'debug-evaluate-locals-optimized': [FAIL], 612 'debug-evaluate-locals-optimized': [FAIL],
621 'debug-evaluate-locals-optimized-double': [FAIL], 613 'debug-evaluate-locals-optimized-double': [FAIL],
622 'debug-liveedit-double-call': [FAIL], 614 'debug-liveedit-double-call': [FAIL],
623 'es6/debug-evaluate-blockscopes': [FAIL], 615 'es6/debug-evaluate-blockscopes': [FAIL],
624 616
625 # TODO(jgruber): Fails in --turbo --always-opt mode. 617 # TODO(jgruber): Fails in --turbo --always-opt mode.
626 'regress/regress-105': [FAIL], 618 'regress/regress-105': [FAIL],
627 619
628 # Too slow. 620 # Too slow.
629 'big-object-literal': [SKIP], 621 'big-object-literal': [SKIP],
630 'ignition/regress-599001-verifyheap': [SKIP], 622 'ignition/regress-599001-verifyheap': [SKIP],
631 'unicode-test': [SKIP], 623 'unicode-test': [SKIP],
632 624
633 }], # variant == turbofan_opt 625 }], # variant == turbofan_opt
634 626
635 ############################################################################## 627 ##############################################################################
636 ['variant == ignition', { 628 ['variant == ignition', {
637 'debug-liveedit-double-call': [FAIL], 629 'debug-liveedit-double-call': [FAIL],
638 'regress-sync-optimized-lists': [FAIL],
639 630
640 # Might trigger stack overflow. 631 # Might trigger stack overflow.
641 'unicode-test': [SKIP], 632 'unicode-test': [SKIP],
642 633
643 # TODO(4680): Test doesn't know about three tier compiler pipeline. 634 # TODO(4680): Test doesn't know about three tier compiler pipeline.
644 'assert-opt-and-deopt': [SKIP], 635 'assert-opt-and-deopt': [SKIP],
645 636
646 # Fails because concurrent compilation is not triggered on bytecode. 637 # Fails because concurrent compilation is not triggered on bytecode.
647 # Check in Runtime_OptimizeFunctionOnNextCall. 638 # Check in Runtime_OptimizeFunctionOnNextCall.
648 'compiler/manual-concurrent-recompile': [FAIL], 639 'compiler/manual-concurrent-recompile': [FAIL],
(...skipping 28 matching lines...) Expand all
677 'regress/regress-deep-proto': [SKIP], 668 'regress/regress-deep-proto': [SKIP],
678 'try': [SKIP], 669 'try': [SKIP],
679 # Too slow for interpreter and msan. 670 # Too slow for interpreter and msan.
680 'es6/tail-call-megatest*': [SKIP], 671 'es6/tail-call-megatest*': [SKIP],
681 }], # variant == ignition and msan 672 }], # variant == ignition and msan
682 673
683 ############################################################################## 674 ##############################################################################
684 ['variant == ignition_staging', { 675 ['variant == ignition_staging', {
685 'assert-opt-and-deopt': [SKIP], 676 'assert-opt-and-deopt': [SKIP],
686 'debug-liveedit-double-call': [FAIL], 677 'debug-liveedit-double-call': [FAIL],
687 'regress-sync-optimized-lists': [FAIL],
688 678
689 # Fails because concurrent compilation is not triggered on bytecode. 679 # Fails because concurrent compilation is not triggered on bytecode.
690 # Check in Runtime_OptimizeFunctionOnNextCall. 680 # Check in Runtime_OptimizeFunctionOnNextCall.
691 'compiler/manual-concurrent-recompile': [FAIL], 681 'compiler/manual-concurrent-recompile': [FAIL],
692 'regress/regress-embedded-cons-string': [FAIL], 682 'regress/regress-embedded-cons-string': [FAIL],
693 'regress/regress-prepare-break-while-recompile': [FAIL], 683 'regress/regress-prepare-break-while-recompile': [FAIL],
694 684
695 # Flaky. 685 # Flaky.
696 'asm/int32div': [SKIP], 686 'asm/int32div': [SKIP],
697 'asm/int32mod': [SKIP], 687 'asm/int32mod': [SKIP],
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 'lithium/*': [SKIP], 779 'lithium/*': [SKIP],
790 'third_party/*': [SKIP], 780 'third_party/*': [SKIP],
791 'tools/*': [SKIP], 781 'tools/*': [SKIP],
792 'apply': [SKIP], 782 'apply': [SKIP],
793 'math-*': [SKIP], 783 'math-*': [SKIP],
794 'unicode-test': [SKIP], 784 'unicode-test': [SKIP],
795 'whitespaces': [SKIP], 785 'whitespaces': [SKIP],
796 }], # variant == asm_wasm 786 }], # variant == asm_wasm
797 787
798 ] 788 ]
OLDNEW
« no previous file with comments | « no previous file | test/mjsunit/regress-sync-optimized-lists.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698