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 892 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
903 | 903 |
904 # TODO(rmcilroy,4680): Check failed: osr_normal_entry. | 904 # TODO(rmcilroy,4680): Check failed: osr_normal_entry. |
905 'regress/regress-123919': [FAIL], | 905 'regress/regress-123919': [FAIL], |
906 | 906 |
907 # TODO(rmcilroy,4680): Pass on debug, fail on release. | 907 # TODO(rmcilroy,4680): Pass on debug, fail on release. |
908 'compiler/regress-stacktrace-methods': [PASS, FAIL], | 908 'compiler/regress-stacktrace-methods': [PASS, FAIL], |
909 | 909 |
910 # TODO(rmcilroy,4680): Test assert failures. | 910 # TODO(rmcilroy,4680): Test assert failures. |
911 'array-literal-feedback': [FAIL], | 911 'array-literal-feedback': [FAIL], |
912 'undetectable-compare': [FAIL], | 912 'undetectable-compare': [FAIL], |
913 'stack-traces': [FAIL], | |
914 'debug-liveedit-2': [FAIL], | 913 'debug-liveedit-2': [FAIL], |
915 'compiler/deopt-tonumber-compare': [FAIL], | 914 'compiler/deopt-tonumber-compare': [FAIL], |
916 'es6/string-search': [FAIL], | 915 'es6/string-search': [FAIL], |
917 'es6/tail-call-proxies': [FAIL], | 916 'es6/tail-call-proxies': [FAIL], |
918 'es6/tail-call': [FAIL], | 917 'es6/tail-call': [FAIL], |
919 'es6/tail-call-simple': [FAIL], | 918 'es6/tail-call-simple': [FAIL], |
920 'es6/mirror-collections': [FAIL], | 919 'es6/mirror-collections': [FAIL], |
921 'es6/block-const-assign': [FAIL], | 920 'es6/block-const-assign': [FAIL], |
922 'es6/regress/regress-468661': [FAIL], | 921 'es6/regress/regress-468661': [FAIL], |
923 'harmony/string-replace': [FAIL], | 922 'harmony/string-replace': [FAIL], |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1024 # Tests taking too long. | 1023 # Tests taking too long. |
1025 'array-functions-prototype-misc': [SKIP], | 1024 'array-functions-prototype-misc': [SKIP], |
1026 'strong/implicit-conversions': [SKIP], | 1025 'strong/implicit-conversions': [SKIP], |
1027 'strong/load-element-mutate-backing-store': [SKIP], | 1026 'strong/load-element-mutate-backing-store': [SKIP], |
1028 | 1027 |
1029 # Stack overflow. | 1028 # Stack overflow. |
1030 'big-array-literal': [SKIP], | 1029 'big-array-literal': [SKIP], |
1031 }], # 'gcov_coverage' | 1030 }], # 'gcov_coverage' |
1032 | 1031 |
1033 ] | 1032 ] |
OLD | NEW |