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

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

Issue 2427953002: [compiler] Ship Ignition for all TurboFan code. (Closed)
Patch Set: Fix better. Created 4 years, 2 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/test-serialize.cc ('k') | test/mjsunit/wasm/compiled-module-management.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 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 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does 58 # Issue 3660: Replacing activated TurboFan frames by unoptimized code does
59 # not work, but we expect it to not crash. 59 # not work, but we expect it to not crash.
60 'debug-step-turbofan': [PASS, FAIL], 60 'debug-step-turbofan': [PASS, FAIL],
61 61
62 # Issue 4680: The eval'ed code is piped through Ignition and fails when being
63 # live edited. This needs investigation.
64 'debug-liveedit-double-call': [PASS, FAIL],
65
62 ############################################################################## 66 ##############################################################################
63 # Too slow in debug mode with --stress-opt mode. 67 # Too slow in debug mode with --stress-opt mode.
64 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], 68 'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
65 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], 69 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]],
66 70
67 ############################################################################## 71 ##############################################################################
68 # Too slow in debug mode for validation of elements. 72 # Too slow in debug mode for validation of elements.
69 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], 73 'regress/regress-430201': [PASS, ['mode == debug', SKIP]],
70 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], 74 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]],
71 75
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 616
613 ############################################################################## 617 ##############################################################################
614 ['variant == stress', { 618 ['variant == stress', {
615 'debug-evaluate-locals-optimized': [FAIL], 619 'debug-evaluate-locals-optimized': [FAIL],
616 'debug-evaluate-locals-optimized-double': [FAIL], 620 'debug-evaluate-locals-optimized-double': [FAIL],
617 'ignition/regress-599001-verifyheap': [SKIP], 621 'ignition/regress-599001-verifyheap': [SKIP],
618 'unicode-test': [SKIP], 622 'unicode-test': [SKIP],
619 }], # variant == stress 623 }], # variant == stress
620 624
621 ############################################################################## 625 ##############################################################################
622 ['variant == turbofan', {
623
624 # Assumptions about optimization need investigation in TurboFan.
625 'regress-sync-optimized-lists': [FAIL],
626
627 }], # variant == turbofan
628
629 ##############################################################################
630 ['variant == turbofan_opt', { 626 ['variant == turbofan_opt', {
631 627
632 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. 628 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.
633 'debug-evaluate-closure': [FAIL], 629 'debug-evaluate-closure': [FAIL],
634 'debug-evaluate-locals': [FAIL], 630 'debug-evaluate-locals': [FAIL],
635 'debug-set-variable-value': [FAIL], 631 'debug-set-variable-value': [FAIL],
636 'debug-evaluate-locals-optimized': [FAIL], 632 'debug-evaluate-locals-optimized': [FAIL],
637 'debug-evaluate-locals-optimized-double': [FAIL], 633 'debug-evaluate-locals-optimized-double': [FAIL],
638 'debug-liveedit-double-call': [FAIL], 634 'debug-liveedit-double-call': [FAIL],
639 'es6/debug-evaluate-blockscopes': [FAIL], 635 'es6/debug-evaluate-blockscopes': [FAIL],
636 'ignition/debug-break-on-stack': [FAIL],
640 637
641 # TODO(jgruber): Fails in --turbo --always-opt mode. 638 # TODO(jgruber): Fails in --turbo --always-opt mode.
642 'regress/regress-105': [FAIL], 639 'regress/regress-105': [FAIL],
643 640
644 # Too slow. 641 # Too slow.
645 'big-object-literal': [SKIP], 642 'big-object-literal': [SKIP],
646 'ignition/regress-599001-verifyheap': [SKIP], 643 'ignition/regress-599001-verifyheap': [SKIP],
647 'unicode-test': [SKIP], 644 'unicode-test': [SKIP],
648 645
649 }], # variant == turbofan_opt 646 }], # variant == turbofan_opt
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 'lithium/*': [SKIP], 812 'lithium/*': [SKIP],
816 'third_party/*': [SKIP], 813 'third_party/*': [SKIP],
817 'tools/*': [SKIP], 814 'tools/*': [SKIP],
818 'apply': [SKIP], 815 'apply': [SKIP],
819 'math-*': [SKIP], 816 'math-*': [SKIP],
820 'unicode-test': [SKIP], 817 'unicode-test': [SKIP],
821 'whitespaces': [SKIP], 818 'whitespaces': [SKIP],
822 }], # variant == asm_wasm 819 }], # variant == asm_wasm
823 820
824 ] 821 ]
OLDNEW
« no previous file with comments | « test/cctest/test-serialize.cc ('k') | test/mjsunit/wasm/compiled-module-management.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698