| 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 737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 748 'es6/*': [SKIP], | 748 'es6/*': [SKIP], |
| 749 'es7/*': [SKIP], | 749 'es7/*': [SKIP], |
| 750 'strong/*': [SKIP], | 750 'strong/*': [SKIP], |
| 751 'harmony/*': [SKIP], | 751 'harmony/*': [SKIP], |
| 752 'regress/debug*': [SKIP], | 752 'regress/debug*': [SKIP], |
| 753 'regress/regress-debug*': [SKIP], | 753 'regress/regress-debug*': [SKIP], |
| 754 | 754 |
| 755 # TODO(bradnelson): Figure out why these tests fail with ignition. | 755 # TODO(bradnelson): Figure out why these tests fail with ignition. |
| 756 'wasm/*': [SKIP], | 756 'wasm/*': [SKIP], |
| 757 | 757 |
| 758 # TODO(mstarzinger,4674): Beginning of two "try" statements can overlap. | |
| 759 'regress/regress-1213516': [SKIP], | |
| 760 'regress/regress-444805': [SKIP], | |
| 761 'regress/regress-86': [SKIP], | |
| 762 'regress/regress-binop': [SKIP], | |
| 763 'string-charat': [SKIP], | |
| 764 | |
| 765 # TODO(4684): Support for "with" statements is missing. | 758 # TODO(4684): Support for "with" statements is missing. |
| 766 'regress/regress-1528': [FAIL], | 759 'regress/regress-1528': [FAIL], |
| 767 'regress/regress-2594': [FAIL], | 760 'regress/regress-2594': [FAIL], |
| 768 'regress/regress-410030': [FAIL], | 761 'regress/regress-410030': [FAIL], |
| 769 'regress/regress-96523': [FAIL], | 762 'regress/regress-96523': [FAIL], |
| 770 'regress/regress-crbug-505907': [FAIL], | 763 'regress/regress-crbug-505907': [FAIL], |
| 771 'regress/regress-crbug-506956': [FAIL], | 764 'regress/regress-crbug-506956': [FAIL], |
| 772 'strict-mode-implicit-receiver': [FAIL], | 765 'strict-mode-implicit-receiver': [FAIL], |
| 773 'throw-and-catch-function': [FAIL], | 766 'throw-and-catch-function': [FAIL], |
| 774 'with-leave': [FAIL], | 767 'with-leave': [FAIL], |
| (...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1132 # Tests taking too long. | 1125 # Tests taking too long. |
| 1133 'array-functions-prototype-misc': [SKIP], | 1126 'array-functions-prototype-misc': [SKIP], |
| 1134 'strong/implicit-conversions': [SKIP], | 1127 'strong/implicit-conversions': [SKIP], |
| 1135 'strong/load-element-mutate-backing-store': [SKIP], | 1128 'strong/load-element-mutate-backing-store': [SKIP], |
| 1136 | 1129 |
| 1137 # Stack overflow. | 1130 # Stack overflow. |
| 1138 'big-array-literal': [SKIP], | 1131 'big-array-literal': [SKIP], |
| 1139 }], # 'gcov_coverage' | 1132 }], # 'gcov_coverage' |
| 1140 | 1133 |
| 1141 ] | 1134 ] |
| OLD | NEW |