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 741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
752 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 752 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
753 | 753 |
754 # take too long with the simulator. | 754 # take too long with the simulator. |
755 'regress/regress-1132': [SKIP], | 755 'regress/regress-1132': [SKIP], |
756 }], # 'arch == ppc and simulator_run == True' | 756 }], # 'arch == ppc and simulator_run == True' |
757 | 757 |
758 ############################################################################## | 758 ############################################################################## |
759 ['ignition == True', { | 759 ['ignition == True', { |
760 # TODO(yangguo,4690): assertion failures in debugger tests. | 760 # TODO(yangguo,4690): assertion failures in debugger tests. |
761 'debug-allscopes-on-debugger': [FAIL], | 761 'debug-allscopes-on-debugger': [FAIL], |
762 'debug-return-value': [FAIL], | |
763 'es6/debug-stepnext-for': [FAIL], | 762 'es6/debug-stepnext-for': [FAIL], |
764 'es6/debug-stepin-string-template': [FAIL], | 763 'es6/debug-stepin-string-template': [FAIL], |
765 'es6/debug-promises/stepin-constructor': [FAIL], | 764 'es6/debug-promises/stepin-constructor': [FAIL], |
766 'es6/debug-stepin-proxies': [FAIL], | 765 'es6/debug-stepin-proxies': [FAIL], |
767 'regress/regress-crbug-119800': [FAIL], | 766 'regress/regress-crbug-119800': [FAIL], |
768 'regress/regress-opt-after-debug-deopt': [FAIL], | 767 'regress/regress-opt-after-debug-deopt': [FAIL], |
769 | 768 |
770 # TODO(yangguo,4690): flaky failures on the bots. | 769 # TODO(yangguo,4690): flaky failures on the bots. |
771 'debug-stepin-builtin-callback-opt': [SKIP], | 770 'debug-stepin-builtin-callback-opt': [SKIP], |
772 | 771 |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
909 ############################################################################## | 908 ############################################################################## |
910 ['gcov_coverage', { | 909 ['gcov_coverage', { |
911 # Tests taking too long. | 910 # Tests taking too long. |
912 'array-functions-prototype-misc': [SKIP], | 911 'array-functions-prototype-misc': [SKIP], |
913 | 912 |
914 # Stack overflow. | 913 # Stack overflow. |
915 'big-array-literal': [SKIP], | 914 'big-array-literal': [SKIP], |
916 }], # 'gcov_coverage' | 915 }], # 'gcov_coverage' |
917 | 916 |
918 ] | 917 ] |
OLD | NEW |