| 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 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 817 'harmony/private-symbols': [FAIL], | 817 'harmony/private-symbols': [FAIL], |
| 818 'harmony/reflect-enumerate-delete': [FAIL], | 818 'harmony/reflect-enumerate-delete': [FAIL], |
| 819 'harmony/reflect-enumerate-special-cases': [FAIL], | 819 'harmony/reflect-enumerate-special-cases': [FAIL], |
| 820 'harmony/proxies-enumerate': [FAIL], | 820 'harmony/proxies-enumerate': [FAIL], |
| 821 'harmony/reflect-enumerate-opt': [FAIL], | 821 'harmony/reflect-enumerate-opt': [FAIL], |
| 822 'harmony/reflect-enumerate': [FAIL], | 822 'harmony/reflect-enumerate': [FAIL], |
| 823 'harmony/destructuring': [FAIL], | 823 'harmony/destructuring': [FAIL], |
| 824 'harmony/regress/regress-4482': [FAIL], | 824 'harmony/regress/regress-4482': [FAIL], |
| 825 'harmony/reflect': [FAIL], | 825 'harmony/reflect': [FAIL], |
| 826 'harmony/generators': [FAIL], | 826 'harmony/generators': [FAIL], |
| 827 'harmony/iterator-close': [FAIL], |
| 827 'regress/regress-572589': [FAIL], | 828 'regress/regress-572589': [FAIL], |
| 828 'harmony/reflect-construct': [FAIL], | 829 'harmony/reflect-construct': [FAIL], |
| 829 'es6/promises': [FAIL], | 830 'es6/promises': [FAIL], |
| 830 'deserialize-optimize-inner': [FAIL], | 831 'deserialize-optimize-inner': [FAIL], |
| 831 | 832 |
| 832 # TODO(rmcilroy,4680): Check failed in | 833 # TODO(rmcilroy,4680): Check failed in |
| 833 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). | 834 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). |
| 834 'regress/regress-crbug-429159': [FAIL], | 835 'regress/regress-crbug-429159': [FAIL], |
| 835 | 836 |
| 836 # TODO(rmcilroy,4680): Check failed: osr_normal_entry. | 837 # TODO(rmcilroy,4680): Check failed: osr_normal_entry. |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 976 # Tests taking too long. | 977 # Tests taking too long. |
| 977 'array-functions-prototype-misc': [SKIP], | 978 'array-functions-prototype-misc': [SKIP], |
| 978 'strong/implicit-conversions': [SKIP], | 979 'strong/implicit-conversions': [SKIP], |
| 979 'strong/load-element-mutate-backing-store': [SKIP], | 980 'strong/load-element-mutate-backing-store': [SKIP], |
| 980 | 981 |
| 981 # Stack overflow. | 982 # Stack overflow. |
| 982 'big-array-literal': [SKIP], | 983 'big-array-literal': [SKIP], |
| 983 }], # 'gcov_coverage' | 984 }], # 'gcov_coverage' |
| 984 | 985 |
| 985 ] | 986 ] |
| OLD | NEW |