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 768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
779 }], # 'predictable == True' | 779 }], # 'predictable == True' |
780 | 780 |
781 ############################################################################## | 781 ############################################################################## |
782 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 782 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
783 | 783 |
784 # take too long with the simulator. | 784 # take too long with the simulator. |
785 'regress/regress-1132': [SKIP], | 785 'regress/regress-1132': [SKIP], |
786 }], # 'arch == ppc and simulator_run == True' | 786 }], # 'arch == ppc and simulator_run == True' |
787 | 787 |
788 ['ignition == True', { | 788 ['ignition == True', { |
789 # TODO(rmcilroy, 4689): FrameInspector does not translate interpreted frame. | |
790 'ignition/optimized-debug-frame': [FAIL], | |
791 | |
792 # TODO(rmcilroy, 4689): Translated code offset for FrameSummary is wrong. | |
793 'ignition/optimized-stack-trace': [FAIL], | |
794 | |
795 # TODO(yangguo,4690): assertion failures in debugger tests. | 789 # TODO(yangguo,4690): assertion failures in debugger tests. |
796 'debug-allscopes-on-debugger': [FAIL], | 790 'debug-allscopes-on-debugger': [FAIL], |
797 'debug-return-value': [FAIL], | 791 'debug-return-value': [FAIL], |
798 'debug-stepin-accessor-ic': [FAIL], | 792 'debug-stepin-accessor-ic': [FAIL], |
799 'debug-stepnext-do-while': [FAIL], | 793 'debug-stepnext-do-while': [FAIL], |
800 'es6/debug-stepnext-for': [FAIL], | 794 'es6/debug-stepnext-for': [FAIL], |
801 'es6/debug-stepin-generators': [FAIL], | 795 'es6/debug-stepin-generators': [FAIL], |
802 'es6/debug-stepin-string-template': [FAIL], | 796 'es6/debug-stepin-string-template': [FAIL], |
803 'es6/debug-promises/stepin-constructor': [FAIL], | 797 'es6/debug-promises/stepin-constructor': [FAIL], |
804 'harmony/debug-stepin-proxies': [FAIL], | 798 'harmony/debug-stepin-proxies': [FAIL], |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
912 # Tests taking too long. | 906 # Tests taking too long. |
913 'array-functions-prototype-misc': [SKIP], | 907 'array-functions-prototype-misc': [SKIP], |
914 'strong/implicit-conversions': [SKIP], | 908 'strong/implicit-conversions': [SKIP], |
915 'strong/load-element-mutate-backing-store': [SKIP], | 909 'strong/load-element-mutate-backing-store': [SKIP], |
916 | 910 |
917 # Stack overflow. | 911 # Stack overflow. |
918 'big-array-literal': [SKIP], | 912 'big-array-literal': [SKIP], |
919 }], # 'gcov_coverage' | 913 }], # 'gcov_coverage' |
920 | 914 |
921 ] | 915 ] |
OLD | NEW |