| 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 742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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(4684): Support for "with" statements is missing. | 759 # TODO(4684): Support for "with" statements is missing. |
| 760 'regress/regress-1528': [FAIL], | 760 'regress/regress-1528': [FAIL], |
| 761 'regress/regress-2594': [FAIL], | 761 'regress/regress-2594': [FAIL], |
| 762 'regress/regress-410030': [FAIL], | 762 'regress/regress-410030': [FAIL], |
| 763 'regress/regress-583260': [FAIL], |
| 763 'regress/regress-96523': [FAIL], | 764 'regress/regress-96523': [FAIL], |
| 764 'regress/regress-crbug-505907': [FAIL], | 765 'regress/regress-crbug-505907': [FAIL], |
| 765 'regress/regress-crbug-506956': [FAIL], | 766 'regress/regress-crbug-506956': [FAIL], |
| 766 'strict-mode-implicit-receiver': [FAIL], | 767 'strict-mode-implicit-receiver': [FAIL], |
| 767 'throw-and-catch-function': [FAIL], | 768 'throw-and-catch-function': [FAIL], |
| 768 'with-leave': [FAIL], | 769 'with-leave': [FAIL], |
| 769 | 770 |
| 770 'arguments-load-across-eval': [SKIP], | 771 'arguments-load-across-eval': [SKIP], |
| 771 'arguments-read-and-assignment': [SKIP], | 772 'arguments-read-and-assignment': [SKIP], |
| 772 'array-constructor': [PASS, SLOW], | 773 'array-constructor': [PASS, SLOW], |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1016 # Tests taking too long. | 1017 # Tests taking too long. |
| 1017 'array-functions-prototype-misc': [SKIP], | 1018 'array-functions-prototype-misc': [SKIP], |
| 1018 'strong/implicit-conversions': [SKIP], | 1019 'strong/implicit-conversions': [SKIP], |
| 1019 'strong/load-element-mutate-backing-store': [SKIP], | 1020 'strong/load-element-mutate-backing-store': [SKIP], |
| 1020 | 1021 |
| 1021 # Stack overflow. | 1022 # Stack overflow. |
| 1022 'big-array-literal': [SKIP], | 1023 'big-array-literal': [SKIP], |
| 1023 }], # 'gcov_coverage' | 1024 }], # 'gcov_coverage' |
| 1024 | 1025 |
| 1025 ] | 1026 ] |
| OLD | NEW |