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 822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
833 'harmony/iterator-close': [FAIL], | 833 'harmony/iterator-close': [FAIL], |
834 'regress/regress-572589': [FAIL], | 834 'regress/regress-572589': [FAIL], |
835 'harmony/reflect-construct': [FAIL], | 835 'harmony/reflect-construct': [FAIL], |
836 'es6/promises': [FAIL], | 836 'es6/promises': [FAIL], |
837 'deserialize-optimize-inner': [FAIL], | 837 'deserialize-optimize-inner': [FAIL], |
838 | 838 |
839 # TODO(rmcilroy,4680): Check failed in | 839 # TODO(rmcilroy,4680): Check failed in |
840 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). | 840 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). |
841 'regress/regress-crbug-429159': [FAIL], | 841 'regress/regress-crbug-429159': [FAIL], |
842 | 842 |
843 # TODO(rmcilroy,4680): Check failed: osr_normal_entry. | |
844 'regress/regress-123919': [FAIL], | |
845 | |
846 # TODO(rmcilroy,4680): Pass on debug, fail on release. | 843 # TODO(rmcilroy,4680): Pass on debug, fail on release. |
847 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]], | 844 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]], |
848 | 845 |
849 # TODO(rmcilroy,4680): Test assert failures. | 846 # TODO(rmcilroy,4680): Test assert failures. |
850 'array-literal-feedback': [FAIL], | 847 'array-literal-feedback': [FAIL], |
851 'undetectable-compare': [FAIL], | 848 'undetectable-compare': [FAIL], |
852 'debug-liveedit-2': [FAIL], | 849 'debug-liveedit-2': [FAIL], |
853 'compiler/deopt-tonumber-compare': [FAIL], | 850 'compiler/deopt-tonumber-compare': [FAIL], |
854 'es6/string-search': [FAIL], | 851 'es6/string-search': [FAIL], |
855 'es6/mirror-collections': [FAIL], | 852 'es6/mirror-collections': [FAIL], |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
918 # Tests taking too long. | 915 # Tests taking too long. |
919 'array-functions-prototype-misc': [SKIP], | 916 'array-functions-prototype-misc': [SKIP], |
920 'strong/implicit-conversions': [SKIP], | 917 'strong/implicit-conversions': [SKIP], |
921 'strong/load-element-mutate-backing-store': [SKIP], | 918 'strong/load-element-mutate-backing-store': [SKIP], |
922 | 919 |
923 # Stack overflow. | 920 # Stack overflow. |
924 'big-array-literal': [SKIP], | 921 'big-array-literal': [SKIP], |
925 }], # 'gcov_coverage' | 922 }], # 'gcov_coverage' |
926 | 923 |
927 ] | 924 ] |
OLD | NEW |