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], | |
758 'es6/debug-stepnext-for': [FAIL], | 757 'es6/debug-stepnext-for': [FAIL], |
759 'es6/debug-stepin-string-template': [FAIL], | 758 'es6/debug-stepin-string-template': [FAIL], |
760 'es6/debug-promises/stepin-constructor': [FAIL], | 759 'es6/debug-promises/stepin-constructor': [FAIL], |
761 'es6/debug-stepin-proxies': [FAIL], | 760 'es6/debug-stepin-proxies': [FAIL], |
762 'regress/regress-crbug-119800': [FAIL], | 761 'regress/regress-crbug-119800': [FAIL], |
763 'regress/regress-opt-after-debug-deopt': [FAIL], | 762 'regress/regress-opt-after-debug-deopt': [FAIL], |
764 | 763 |
765 # TODO(yangguo,4690): flaky failures on the bots. | 764 # TODO(yangguo,4690): flaky failures on the bots. |
766 'debug-stepin-builtin-callback-opt': [SKIP], | 765 'debug-stepin-builtin-callback-opt': [SKIP], |
767 | 766 |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
866 ############################################################################## | 865 ############################################################################## |
867 ['gcov_coverage', { | 866 ['gcov_coverage', { |
868 # Tests taking too long. | 867 # Tests taking too long. |
869 'array-functions-prototype-misc': [SKIP], | 868 'array-functions-prototype-misc': [SKIP], |
870 | 869 |
871 # Stack overflow. | 870 # Stack overflow. |
872 'big-array-literal': [SKIP], | 871 'big-array-literal': [SKIP], |
873 }], # 'gcov_coverage' | 872 }], # 'gcov_coverage' |
874 | 873 |
875 ] | 874 ] |
OLD | NEW |