| 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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 ['ignition == True', { | 749 ['ignition == True', { |
| 750 'const*': [SKIP], | 750 'const*': [SKIP], |
| 751 'debug-*': [SKIP], | 751 'debug-*': [SKIP], |
| 752 'es6/*': [SKIP], | 752 'es6/*': [SKIP], |
| 753 'es7/*': [SKIP], | 753 'es7/*': [SKIP], |
| 754 'strong/*': [SKIP], | 754 'strong/*': [SKIP], |
| 755 'harmony/*': [SKIP], | 755 'harmony/*': [SKIP], |
| 756 'regress/debug*': [SKIP], | 756 'regress/debug*': [SKIP], |
| 757 'regress/regress-debug*': [SKIP], | 757 'regress/regress-debug*': [SKIP], |
| 758 | 758 |
| 759 # TODO(4674): This might be failing because of missing context switch. | |
| 760 'with-leave': [FAIL], | |
| 761 | |
| 762 # TODO(4690): Failing in debugger DebuggerInspectableFrame. | 759 # TODO(4690): Failing in debugger DebuggerInspectableFrame. |
| 763 'for-in-opt': [FAIL], | 760 'for-in-opt': [FAIL], |
| 764 | 761 |
| 765 'arguments-load-across-eval': [SKIP], | 762 'arguments-load-across-eval': [SKIP], |
| 766 'array-constructor': [PASS, SLOW], | 763 'array-constructor': [PASS, SLOW], |
| 767 'array-functions-prototype-misc': [SKIP], | 764 'array-functions-prototype-misc': [SKIP], |
| 768 'array-join': [SKIP], | 765 'array-join': [SKIP], |
| 769 'array-literal-feedback': [SKIP], | 766 'array-literal-feedback': [SKIP], |
| 770 'array-literal-transitions': [SKIP], | 767 'array-literal-transitions': [SKIP], |
| 771 'break': [SKIP], | 768 'break': [SKIP], |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 968 # Tests taking too long. | 965 # Tests taking too long. |
| 969 'array-functions-prototype-misc': [SKIP], | 966 'array-functions-prototype-misc': [SKIP], |
| 970 'strong/implicit-conversions': [SKIP], | 967 'strong/implicit-conversions': [SKIP], |
| 971 'strong/load-element-mutate-backing-store': [SKIP], | 968 'strong/load-element-mutate-backing-store': [SKIP], |
| 972 | 969 |
| 973 # Stack overflow. | 970 # Stack overflow. |
| 974 'big-array-literal': [SKIP], | 971 'big-array-literal': [SKIP], |
| 975 }], # 'gcov_coverage' | 972 }], # 'gcov_coverage' |
| 976 | 973 |
| 977 ] | 974 ] |
| OLD | NEW |