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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
747 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 747 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
748 | 748 |
749 # take too long with the simulator. | 749 # take too long with the simulator. |
750 'regress/regress-1132': [SKIP], | 750 'regress/regress-1132': [SKIP], |
751 }], # 'arch == ppc and simulator_run == True' | 751 }], # 'arch == ppc and simulator_run == True' |
752 | 752 |
753 ############################################################################## | 753 ############################################################################## |
754 ['ignition == True', { | 754 ['ignition == True', { |
755 # TODO(yangguo,4690): assertion failures in debugger tests. | 755 # TODO(yangguo,4690): assertion failures in debugger tests. |
756 'debug-allscopes-on-debugger': [FAIL], | 756 'debug-allscopes-on-debugger': [FAIL], |
| 757 'debug-return-value': [FAIL], |
757 'es6/debug-stepnext-for': [FAIL], | 758 'es6/debug-stepnext-for': [FAIL], |
758 'es6/debug-stepin-string-template': [FAIL], | 759 'es6/debug-stepin-string-template': [FAIL], |
759 'es6/debug-promises/stepin-constructor': [FAIL], | 760 'es6/debug-promises/stepin-constructor': [FAIL], |
760 'es6/debug-stepin-proxies': [FAIL], | 761 'es6/debug-stepin-proxies': [FAIL], |
761 'regress/regress-crbug-119800': [FAIL], | 762 'regress/regress-crbug-119800': [FAIL], |
762 'regress/regress-opt-after-debug-deopt': [FAIL], | 763 'regress/regress-opt-after-debug-deopt': [FAIL], |
763 | 764 |
764 # TODO(yangguo,4690): flaky failures on the bots. | 765 # TODO(yangguo,4690): flaky failures on the bots. |
765 'debug-stepin-builtin-callback-opt': [SKIP], | 766 'debug-stepin-builtin-callback-opt': [SKIP], |
766 | 767 |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
865 ############################################################################## | 866 ############################################################################## |
866 ['gcov_coverage', { | 867 ['gcov_coverage', { |
867 # Tests taking too long. | 868 # Tests taking too long. |
868 'array-functions-prototype-misc': [SKIP], | 869 'array-functions-prototype-misc': [SKIP], |
869 | 870 |
870 # Stack overflow. | 871 # Stack overflow. |
871 'big-array-literal': [SKIP], | 872 'big-array-literal': [SKIP], |
872 }], # 'gcov_coverage' | 873 }], # 'gcov_coverage' |
873 | 874 |
874 ] | 875 ] |
OLD | NEW |