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