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 772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
783 # TODO(yangguo,4690): assertion failures in debugger tests. | 783 # TODO(yangguo,4690): assertion failures in debugger tests. |
784 'debug-allscopes-on-debugger': [FAIL], | 784 'debug-allscopes-on-debugger': [FAIL], |
785 'debug-return-value': [FAIL], | 785 'debug-return-value': [FAIL], |
786 'debug-stepin-accessor-ic': [FAIL], | 786 'debug-stepin-accessor-ic': [FAIL], |
787 'debug-stepnext-do-while': [FAIL], | 787 'debug-stepnext-do-while': [FAIL], |
788 'es6/debug-stepnext-for': [FAIL], | 788 'es6/debug-stepnext-for': [FAIL], |
789 'es6/debug-stepin-generators': [FAIL], | 789 'es6/debug-stepin-generators': [FAIL], |
790 'es6/debug-stepin-string-template': [FAIL], | 790 'es6/debug-stepin-string-template': [FAIL], |
791 'es6/debug-promises/stepin-constructor': [FAIL], | 791 'es6/debug-promises/stepin-constructor': [FAIL], |
792 'harmony/debug-stepin-proxies': [FAIL], | 792 'harmony/debug-stepin-proxies': [FAIL], |
793 'regress/regress-debugger-redirect': [PASS, FAIL], | |
794 'regress/regress-crbug-119800': [FAIL], | 793 'regress/regress-crbug-119800': [FAIL], |
795 'regress/regress-crbug-467180': [FAIL], | 794 'regress/regress-crbug-467180': [FAIL], |
796 'regress/regress-opt-after-debug-deopt': [FAIL], | 795 'regress/regress-opt-after-debug-deopt': [FAIL], |
797 | 796 |
798 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. | 797 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. |
799 'debug-liveedit-restart-frame': [FAIL], | 798 'debug-liveedit-restart-frame': [FAIL], |
800 'debug-liveedit-literals': [FAIL], | 799 'debug-liveedit-literals': [FAIL], |
801 'debug-liveedit-3': [FAIL], | 800 'debug-liveedit-3': [FAIL], |
802 'debug-liveedit-1': [FAIL], | 801 'debug-liveedit-1': [FAIL], |
803 'debug-liveedit-patch-positions-replace': [FAIL], | 802 'debug-liveedit-patch-positions-replace': [FAIL], |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
898 # Tests taking too long. | 897 # Tests taking too long. |
899 'array-functions-prototype-misc': [SKIP], | 898 'array-functions-prototype-misc': [SKIP], |
900 'strong/implicit-conversions': [SKIP], | 899 'strong/implicit-conversions': [SKIP], |
901 'strong/load-element-mutate-backing-store': [SKIP], | 900 'strong/load-element-mutate-backing-store': [SKIP], |
902 | 901 |
903 # Stack overflow. | 902 # Stack overflow. |
904 'big-array-literal': [SKIP], | 903 'big-array-literal': [SKIP], |
905 }], # 'gcov_coverage' | 904 }], # 'gcov_coverage' |
906 | 905 |
907 ] | 906 ] |
OLD | NEW |