| 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 780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 791 'debug-allscopes-on-debugger': [FAIL], | 791 'debug-allscopes-on-debugger': [FAIL], |
| 792 'debug-return-value': [FAIL], | 792 'debug-return-value': [FAIL], |
| 793 'es6/debug-stepnext-for': [FAIL], | 793 'es6/debug-stepnext-for': [FAIL], |
| 794 'es6/debug-stepin-generators': [FAIL], | 794 'es6/debug-stepin-generators': [FAIL], |
| 795 'es6/debug-stepin-string-template': [FAIL], | 795 'es6/debug-stepin-string-template': [FAIL], |
| 796 'es6/debug-promises/stepin-constructor': [FAIL], | 796 'es6/debug-promises/stepin-constructor': [FAIL], |
| 797 'harmony/debug-stepin-proxies': [FAIL], | 797 'harmony/debug-stepin-proxies': [FAIL], |
| 798 'regress/regress-crbug-119800': [FAIL], | 798 'regress/regress-crbug-119800': [FAIL], |
| 799 'regress/regress-opt-after-debug-deopt': [FAIL], | 799 'regress/regress-opt-after-debug-deopt': [FAIL], |
| 800 'regress/regress-crbug-568477-2': [FAIL], | 800 'regress/regress-crbug-568477-2': [FAIL], |
| 801 'debug-stepin-accessor-ic': [FAIL], | |
| 802 | 801 |
| 803 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. | 802 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. |
| 804 'debug-liveedit-restart-frame': [FAIL], | 803 'debug-liveedit-restart-frame': [FAIL], |
| 805 'debug-liveedit-literals': [FAIL], | 804 'debug-liveedit-literals': [FAIL], |
| 806 'debug-liveedit-3': [FAIL], | 805 'debug-liveedit-3': [FAIL], |
| 807 'debug-liveedit-1': [FAIL], | 806 'debug-liveedit-1': [FAIL], |
| 808 'debug-liveedit-2': [FAIL], | 807 'debug-liveedit-2': [FAIL], |
| 809 'debug-liveedit-patch-positions-replace': [FAIL], | 808 'debug-liveedit-patch-positions-replace': [FAIL], |
| 810 'debug-liveedit-patch-positions': [FAIL], | 809 'debug-liveedit-patch-positions': [FAIL], |
| 811 'debug-liveedit-stepin': [FAIL], | 810 'debug-liveedit-stepin': [FAIL], |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 903 # Tests taking too long. | 902 # Tests taking too long. |
| 904 'array-functions-prototype-misc': [SKIP], | 903 'array-functions-prototype-misc': [SKIP], |
| 905 'strong/implicit-conversions': [SKIP], | 904 'strong/implicit-conversions': [SKIP], |
| 906 'strong/load-element-mutate-backing-store': [SKIP], | 905 'strong/load-element-mutate-backing-store': [SKIP], |
| 907 | 906 |
| 908 # Stack overflow. | 907 # Stack overflow. |
| 909 'big-array-literal': [SKIP], | 908 'big-array-literal': [SKIP], |
| 910 }], # 'gcov_coverage' | 909 }], # 'gcov_coverage' |
| 911 | 910 |
| 912 ] | 911 ] |
| OLD | NEW |