| 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 797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 808 'es6/object-literals-method': [FAIL], | 808 'es6/object-literals-method': [FAIL], |
| 809 'es6/object-literals-super': [FAIL], | 809 'es6/object-literals-super': [FAIL], |
| 810 'es6/generators-relocation': [FAIL], | 810 'es6/generators-relocation': [FAIL], |
| 811 'es6/spread-array': [FAIL], | 811 'es6/spread-array': [FAIL], |
| 812 'es6/generators-debug-liveedit': [FAIL], | 812 'es6/generators-debug-liveedit': [FAIL], |
| 813 'es6/spread-call': [FAIL], | 813 'es6/spread-call': [FAIL], |
| 814 'es6/typedarray-from': [FAIL], | 814 'es6/typedarray-from': [FAIL], |
| 815 'es6/typedarray': [FAIL], | 815 'es6/typedarray': [FAIL], |
| 816 'es6/regress/regress-2681': [FAIL], | 816 'es6/regress/regress-2681': [FAIL], |
| 817 'es6/regress/regress-2691': [FAIL], | 817 'es6/regress/regress-2691': [FAIL], |
| 818 'es6/regress/regress-455141': [FAIL], | |
| 819 'es6/regress/regress-3280': [FAIL], | 818 'es6/regress/regress-3280': [FAIL], |
| 820 'harmony/destructuring-parameters-literalcount-nolazy': [FAIL], | |
| 821 'harmony/destructuring-assignment': [FAIL], | 819 'harmony/destructuring-assignment': [FAIL], |
| 822 'harmony/function-sent': [FAIL], | 820 'harmony/function-sent': [FAIL], |
| 823 'harmony/private-symbols': [FAIL], | |
| 824 'harmony/reflect-enumerate-delete': [FAIL], | 821 'harmony/reflect-enumerate-delete': [FAIL], |
| 825 'harmony/reflect-enumerate-special-cases': [FAIL], | 822 'harmony/reflect-enumerate-special-cases': [FAIL], |
| 826 'harmony/proxies-enumerate': [FAIL], | 823 'harmony/proxies-enumerate': [FAIL], |
| 827 'harmony/reflect-enumerate-opt': [FAIL], | 824 'harmony/reflect-enumerate-opt': [FAIL], |
| 828 'harmony/reflect-enumerate': [FAIL], | 825 'harmony/reflect-enumerate': [FAIL], |
| 829 'harmony/destructuring': [FAIL], | 826 'harmony/destructuring': [FAIL], |
| 830 'harmony/regress/regress-4482': [FAIL], | 827 'harmony/regress/regress-4482': [FAIL], |
| 831 'harmony/reflect': [FAIL], | |
| 832 'harmony/generators': [FAIL], | 828 'harmony/generators': [FAIL], |
| 833 'harmony/iterator-close': [FAIL], | 829 'harmony/iterator-close': [FAIL], |
| 834 'regress/regress-572589': [FAIL], | |
| 835 'harmony/reflect-construct': [FAIL], | 830 'harmony/reflect-construct': [FAIL], |
| 836 'es6/promises': [FAIL], | 831 'es6/promises': [FAIL], |
| 837 'deserialize-optimize-inner': [FAIL], | |
| 838 | 832 |
| 839 # TODO(rmcilroy,4680): Check failed in | 833 # TODO(rmcilroy,4680): Check failed in |
| 840 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). | 834 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). |
| 841 'regress/regress-crbug-429159': [FAIL], | 835 'regress/regress-crbug-429159': [FAIL], |
| 842 | 836 |
| 843 # TODO(rmcilroy,4680): Pass on debug, fail on release. | 837 # TODO(rmcilroy,4680): Pass on debug, fail on release. |
| 844 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]], | 838 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]], |
| 845 | 839 |
| 846 # TODO(rmcilroy,4680): Test assert failures. | 840 # TODO(rmcilroy,4680): Test assert failures. |
| 847 'array-literal-feedback': [FAIL], | 841 'array-literal-feedback': [FAIL], |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 918 # Tests taking too long. | 912 # Tests taking too long. |
| 919 'array-functions-prototype-misc': [SKIP], | 913 'array-functions-prototype-misc': [SKIP], |
| 920 'strong/implicit-conversions': [SKIP], | 914 'strong/implicit-conversions': [SKIP], |
| 921 'strong/load-element-mutate-backing-store': [SKIP], | 915 'strong/load-element-mutate-backing-store': [SKIP], |
| 922 | 916 |
| 923 # Stack overflow. | 917 # Stack overflow. |
| 924 'big-array-literal': [SKIP], | 918 'big-array-literal': [SKIP], |
| 925 }], # 'gcov_coverage' | 919 }], # 'gcov_coverage' |
| 926 | 920 |
| 927 ] | 921 ] |
| OLD | NEW |