| 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 'debug-liveedit-2': [FAIL], | 783 'debug-liveedit-2': [FAIL], |
| 784 'debug-liveedit-patch-positions-replace': [FAIL], | 784 'debug-liveedit-patch-positions-replace': [FAIL], |
| 785 'debug-liveedit-patch-positions': [FAIL], | 785 'debug-liveedit-patch-positions': [FAIL], |
| 786 'debug-liveedit-stepin': [FAIL], | 786 'debug-liveedit-stepin': [FAIL], |
| 787 'debug-liveedit-newsource': [FAIL], | 787 'debug-liveedit-newsource': [FAIL], |
| 788 'debug-liveedit-stack-padding': [FAIL], | 788 'debug-liveedit-stack-padding': [FAIL], |
| 789 'debug-liveedit-breakpoints': [FAIL], | 789 'debug-liveedit-breakpoints': [FAIL], |
| 790 'es6/debug-liveedit-new-target-1': [FAIL], | 790 'es6/debug-liveedit-new-target-1': [FAIL], |
| 791 'es6/debug-liveedit-new-target-2': [FAIL], | 791 'es6/debug-liveedit-new-target-2': [FAIL], |
| 792 'es6/debug-liveedit-new-target-3': [FAIL], | 792 'es6/debug-liveedit-new-target-3': [FAIL], |
| 793 'es6/generators-debug-liveedit': [FAIL], |
| 793 | 794 |
| 794 # TODO(yangguo/rmcilroy,4690): Related to Debugger. Goes into a loop | 795 # TODO(yangguo/rmcilroy,4690): Related to Debugger. Goes into a loop |
| 795 # in function: Debug::FindSharedFunctionInfoInScript and times out. | 796 # in function: Debug::FindSharedFunctionInfoInScript and times out. |
| 796 'regress/regress-crbug-517592': [SKIP], | 797 'regress/regress-crbug-517592': [SKIP], |
| 797 'regress/regress-1853': [SKIP], | 798 'regress/regress-1853': [SKIP], |
| 798 'regress/regress-crbug-424142': [SKIP], | 799 'regress/regress-crbug-424142': [SKIP], |
| 799 | 800 |
| 800 # TODO(rmcilroy,4681): Requires support for generators. | |
| 801 'es6/classes-subclass-builtins': [FAIL], | |
| 802 'es6/generators-runtime': [FAIL], | |
| 803 'es6/generators-parsing': [FAIL], | |
| 804 'es6/generators-iteration': [FAIL], | |
| 805 'es6/generators-states': [FAIL], | |
| 806 'es6/generators-relocation': [FAIL], | |
| 807 'es6/generators-debug-liveedit': [FAIL], | |
| 808 'es6/spread-call': [FAIL], | |
| 809 'es6/regress/regress-2691': [FAIL], | |
| 810 'harmony/destructuring-assignment': [FAIL], | |
| 811 'harmony/regress/regress-4482': [FAIL], | |
| 812 'harmony/reflect-construct': [FAIL], | |
| 813 | |
| 814 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. | 801 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
| 815 'array-literal-feedback': [FAIL], | 802 'array-literal-feedback': [FAIL], |
| 816 'regress/regress-4121': [FAIL], | 803 'regress/regress-4121': [FAIL], |
| 817 | 804 |
| 818 # TODO(mythria, 4764): lack of osr support. | 805 # TODO(mythria, 4764): lack of osr support. |
| 819 'regress/regress-2618': [FAIL], | 806 'regress/regress-2618': [FAIL], |
| 820 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop | 807 # TODO(mythria, 4764): lack of osr support. The tests waits in a loop |
| 821 # till it is optimized. So test timeouts. | 808 # till it is optimized. So test timeouts. |
| 822 'array-literal-transitions': [SKIP], | 809 'array-literal-transitions': [SKIP], |
| 823 | 810 |
| (...skipping 27 matching lines...) Expand all Loading... |
| 851 ############################################################################## | 838 ############################################################################## |
| 852 ['gcov_coverage', { | 839 ['gcov_coverage', { |
| 853 # Tests taking too long. | 840 # Tests taking too long. |
| 854 'array-functions-prototype-misc': [SKIP], | 841 'array-functions-prototype-misc': [SKIP], |
| 855 | 842 |
| 856 # Stack overflow. | 843 # Stack overflow. |
| 857 'big-array-literal': [SKIP], | 844 'big-array-literal': [SKIP], |
| 858 }], # 'gcov_coverage' | 845 }], # 'gcov_coverage' |
| 859 | 846 |
| 860 ] | 847 ] |
| OLD | NEW |