OLD | NEW |
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 Loading... |
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 | |
66 ############################################################################## | 62 ############################################################################## |
67 # Too slow in debug mode with --stress-opt mode. | 63 # Too slow in debug mode with --stress-opt mode. |
68 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 64 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
69 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 65 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
70 | 66 |
71 ############################################################################## | 67 ############################################################################## |
72 # Too slow in debug mode for validation of elements. | 68 # Too slow in debug mode for validation of elements. |
73 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], | 69 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], |
74 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], | 70 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], |
75 | 71 |
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
612 | 608 |
613 ############################################################################## | 609 ############################################################################## |
614 ['variant == stress', { | 610 ['variant == stress', { |
615 'debug-evaluate-locals-optimized': [FAIL], | 611 'debug-evaluate-locals-optimized': [FAIL], |
616 'debug-evaluate-locals-optimized-double': [FAIL], | 612 'debug-evaluate-locals-optimized-double': [FAIL], |
617 'ignition/regress-599001-verifyheap': [SKIP], | 613 'ignition/regress-599001-verifyheap': [SKIP], |
618 'unicode-test': [SKIP], | 614 'unicode-test': [SKIP], |
619 }], # variant == stress | 615 }], # variant == stress |
620 | 616 |
621 ############################################################################## | 617 ############################################################################## |
| 618 ['variant == turbofan', { |
| 619 |
| 620 # Assumptions about optimization need investigation in TurboFan. |
| 621 'regress-sync-optimized-lists': [FAIL], |
| 622 |
| 623 }], # variant == turbofan |
| 624 |
| 625 ############################################################################## |
622 ['variant == turbofan_opt', { | 626 ['variant == turbofan_opt', { |
623 | 627 |
624 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. | 628 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
625 'debug-evaluate-closure': [FAIL], | 629 'debug-evaluate-closure': [FAIL], |
626 'debug-evaluate-locals': [FAIL], | 630 'debug-evaluate-locals': [FAIL], |
627 'debug-set-variable-value': [FAIL], | 631 'debug-set-variable-value': [FAIL], |
628 'debug-evaluate-locals-optimized': [FAIL], | 632 'debug-evaluate-locals-optimized': [FAIL], |
629 'debug-evaluate-locals-optimized-double': [FAIL], | 633 'debug-evaluate-locals-optimized-double': [FAIL], |
630 'debug-liveedit-double-call': [FAIL], | 634 'debug-liveedit-double-call': [FAIL], |
631 'es6/debug-evaluate-blockscopes': [FAIL], | 635 'es6/debug-evaluate-blockscopes': [FAIL], |
632 'ignition/debug-break-on-stack': [FAIL], | |
633 | 636 |
634 # TODO(jgruber): Fails in --turbo --always-opt mode. | 637 # TODO(jgruber): Fails in --turbo --always-opt mode. |
635 'regress/regress-105': [FAIL], | 638 'regress/regress-105': [FAIL], |
636 | 639 |
637 # Too slow. | 640 # Too slow. |
638 'big-object-literal': [SKIP], | 641 'big-object-literal': [SKIP], |
639 'ignition/regress-599001-verifyheap': [SKIP], | 642 'ignition/regress-599001-verifyheap': [SKIP], |
640 'unicode-test': [SKIP], | 643 'unicode-test': [SKIP], |
641 | 644 |
642 }], # variant == turbofan_opt | 645 }], # variant == turbofan_opt |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
803 'lithium/*': [SKIP], | 806 'lithium/*': [SKIP], |
804 'third_party/*': [SKIP], | 807 'third_party/*': [SKIP], |
805 'tools/*': [SKIP], | 808 'tools/*': [SKIP], |
806 'apply': [SKIP], | 809 'apply': [SKIP], |
807 'math-*': [SKIP], | 810 'math-*': [SKIP], |
808 'unicode-test': [SKIP], | 811 'unicode-test': [SKIP], |
809 'whitespaces': [SKIP], | 812 'whitespaces': [SKIP], |
810 }], # variant == asm_wasm | 813 }], # variant == asm_wasm |
811 | 814 |
812 ] | 815 ] |
OLD | NEW |