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 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 'debug-return-value': [FAIL], |
758 'es6/debug-stepnext-for': [FAIL], | 758 'es6/debug-stepnext-for': [FAIL], |
759 'es6/debug-stepin-string-template': [FAIL], | 759 'es6/debug-stepin-string-template': [FAIL], |
760 'es6/debug-promises/stepin-constructor': [FAIL], | 760 'es6/debug-promises/stepin-constructor': [FAIL], |
761 'harmony/debug-stepin-proxies': [FAIL], | 761 'harmony/debug-stepin-proxies': [FAIL], |
762 'regress/regress-crbug-119800': [FAIL], | 762 'regress/regress-crbug-119800': [FAIL], |
763 'regress/regress-opt-after-debug-deopt': [FAIL], | 763 'regress/regress-opt-after-debug-deopt': [FAIL], |
764 | 764 |
| 765 # TODO(yangguo,4690): flaky failures on the bots. |
| 766 'debug-stepin-builtin-callback-opt': [SKIP], |
| 767 |
765 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. | 768 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. |
766 'debug-liveedit-restart-frame': [FAIL], | 769 'debug-liveedit-restart-frame': [FAIL], |
767 'debug-liveedit-literals': [FAIL], | 770 'debug-liveedit-literals': [FAIL], |
768 'debug-liveedit-3': [FAIL], | 771 'debug-liveedit-3': [FAIL], |
769 'debug-liveedit-1': [FAIL], | 772 'debug-liveedit-1': [FAIL], |
770 'debug-liveedit-2': [FAIL], | 773 'debug-liveedit-2': [FAIL], |
771 'debug-liveedit-patch-positions-replace': [FAIL], | 774 'debug-liveedit-patch-positions-replace': [FAIL], |
772 'debug-liveedit-patch-positions': [FAIL], | 775 'debug-liveedit-patch-positions': [FAIL], |
773 'debug-liveedit-stepin': [FAIL], | 776 'debug-liveedit-stepin': [FAIL], |
774 'debug-liveedit-newsource': [FAIL], | 777 'debug-liveedit-newsource': [FAIL], |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
857 'regress/regress-3960': [SKIP], | 860 'regress/regress-3960': [SKIP], |
858 'regress/regress-4320': [SKIP], | 861 'regress/regress-4320': [SKIP], |
859 'regress/regress-94873': [SKIP], | 862 'regress/regress-94873': [SKIP], |
860 'regress/regress-998565': [SKIP], | 863 'regress/regress-998565': [SKIP], |
861 'regress/regress-crbug-319860': [SKIP], | 864 'regress/regress-crbug-319860': [SKIP], |
862 'regress/regress-crbug-387599': [SKIP], | 865 'regress/regress-crbug-387599': [SKIP], |
863 'regress/regress-crbug-405922': [SKIP], | 866 'regress/regress-crbug-405922': [SKIP], |
864 'regress/regress-crbug-409614': [SKIP], | 867 'regress/regress-crbug-409614': [SKIP], |
865 'regress/regress-crbug-432493': [SKIP], | 868 'regress/regress-crbug-432493': [SKIP], |
866 'regress/regress-crbug-467180': [SKIP], | 869 'regress/regress-crbug-467180': [SKIP], |
| 870 'regress/regress-crbug-568477-2': [SKIP], |
867 'regress/regress-crbug-481896': [SKIP], | 871 'regress/regress-crbug-481896': [SKIP], |
868 'regress/regress-crbug-568477-4': [SKIP], | 872 'regress/regress-crbug-568477-4': [SKIP], |
869 'regress/regress-debug-deopt-while-recompile': [SKIP], | 873 'regress/regress-debug-deopt-while-recompile': [SKIP], |
870 'regress/regress-deep-proto': [SKIP], | 874 'regress/regress-deep-proto': [SKIP], |
871 'try': [SKIP], | 875 'try': [SKIP], |
872 }], # ignition == True and msan | 876 }], # ignition == True and msan |
873 | 877 |
874 ['ignition == False', { | 878 ['ignition == False', { |
875 # Debugger test cases that pass with full-codegen, but not ignition. | 879 # Debugger test cases that pass with full-codegen, but not ignition. |
876 # These differences between full-codegen and ignition are deliberate. | 880 # These differences between full-codegen and ignition are deliberate. |
877 'ignition/elided-instruction': [FAIL], | 881 'ignition/elided-instruction': [FAIL], |
878 }], # ignition == False | 882 }], # ignition == False |
879 | 883 |
880 ############################################################################## | 884 ############################################################################## |
881 ['gcov_coverage', { | 885 ['gcov_coverage', { |
882 # Tests taking too long. | 886 # Tests taking too long. |
883 'array-functions-prototype-misc': [SKIP], | 887 'array-functions-prototype-misc': [SKIP], |
884 | 888 |
885 # Stack overflow. | 889 # Stack overflow. |
886 'big-array-literal': [SKIP], | 890 'big-array-literal': [SKIP], |
887 }], # 'gcov_coverage' | 891 }], # 'gcov_coverage' |
888 | 892 |
889 ] | 893 ] |
OLD | NEW |