| 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 778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 789 ['ignition == True', { | 789 ['ignition == True', { |
| 790 # TODO(rmcilroy, 4689): FrameInspector does not translate interpreted frame. | 790 # TODO(rmcilroy, 4689): FrameInspector does not translate interpreted frame. |
| 791 'ignition/optimized-debug-frame': [FAIL], | 791 'ignition/optimized-debug-frame': [FAIL], |
| 792 | 792 |
| 793 # TODO(rmcilroy, 4689): Translated code offset for FrameSummary is wrong. | 793 # TODO(rmcilroy, 4689): Translated code offset for FrameSummary is wrong. |
| 794 'ignition/optimized-stack-trace': [FAIL], | 794 'ignition/optimized-stack-trace': [FAIL], |
| 795 | 795 |
| 796 # TODO(yangguo,4690): assertion failures in debugger tests. | 796 # TODO(yangguo,4690): assertion failures in debugger tests. |
| 797 'debug-allscopes-on-debugger': [FAIL], | 797 'debug-allscopes-on-debugger': [FAIL], |
| 798 'debug-return-value': [FAIL], | 798 'debug-return-value': [FAIL], |
| 799 'debug-stepin-accessor-ic': [FAIL], | |
| 800 'debug-stepnext-do-while': [FAIL], | |
| 801 'es6/debug-stepnext-for': [FAIL], | 799 'es6/debug-stepnext-for': [FAIL], |
| 802 'es6/debug-stepin-generators': [FAIL], | 800 'es6/debug-stepin-generators': [FAIL], |
| 803 'es6/debug-stepin-string-template': [FAIL], | 801 'es6/debug-stepin-string-template': [FAIL], |
| 804 'es6/debug-promises/stepin-constructor': [FAIL], | 802 'es6/debug-promises/stepin-constructor': [FAIL], |
| 805 'harmony/debug-stepin-proxies': [FAIL], | 803 'harmony/debug-stepin-proxies': [FAIL], |
| 806 'regress/regress-crbug-119800': [FAIL], | 804 'regress/regress-crbug-119800': [FAIL], |
| 807 'regress/regress-crbug-467180': [FAIL], | |
| 808 'regress/regress-opt-after-debug-deopt': [FAIL], | 805 'regress/regress-opt-after-debug-deopt': [FAIL], |
| 809 'regress/regress-crbug-568477-2': [FAIL], | 806 'regress/regress-crbug-568477-2': [FAIL], |
| 807 'debug-stepin-accessor-ic': [FAIL], |
| 810 | 808 |
| 811 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. | 809 # TODO(rmcilroy,4765): assertion failures in LiveEdit tests. |
| 812 'debug-liveedit-restart-frame': [FAIL], | 810 'debug-liveedit-restart-frame': [FAIL], |
| 813 'debug-liveedit-literals': [FAIL], | 811 'debug-liveedit-literals': [FAIL], |
| 814 'debug-liveedit-3': [FAIL], | 812 'debug-liveedit-3': [FAIL], |
| 815 'debug-liveedit-1': [FAIL], | 813 'debug-liveedit-1': [FAIL], |
| 816 'debug-liveedit-2': [FAIL], | 814 'debug-liveedit-2': [FAIL], |
| 817 'debug-liveedit-patch-positions-replace': [FAIL], | 815 'debug-liveedit-patch-positions-replace': [FAIL], |
| 818 'debug-liveedit-patch-positions': [FAIL], | 816 'debug-liveedit-patch-positions': [FAIL], |
| 819 'debug-liveedit-stepin': [FAIL], | 817 'debug-liveedit-stepin': [FAIL], |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 913 # Tests taking too long. | 911 # Tests taking too long. |
| 914 'array-functions-prototype-misc': [SKIP], | 912 'array-functions-prototype-misc': [SKIP], |
| 915 'strong/implicit-conversions': [SKIP], | 913 'strong/implicit-conversions': [SKIP], |
| 916 'strong/load-element-mutate-backing-store': [SKIP], | 914 'strong/load-element-mutate-backing-store': [SKIP], |
| 917 | 915 |
| 918 # Stack overflow. | 916 # Stack overflow. |
| 919 'big-array-literal': [SKIP], | 917 'big-array-literal': [SKIP], |
| 920 }], # 'gcov_coverage' | 918 }], # 'gcov_coverage' |
| 921 | 919 |
| 922 ] | 920 ] |
| OLD | NEW |