| 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 844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 855 'strong/undefined': [FAIL], | 855 'strong/undefined': [FAIL], |
| 856 | 856 |
| 857 # TODO(rmcilroy,4680): Pass on debug, fail on release. Fails in both modes. | 857 # TODO(rmcilroy,4680): Pass on debug, fail on release. Fails in both modes. |
| 858 # the line numbers in the stack trace are incorrect. In debug mode somehow | 858 # the line numbers in the stack trace are incorrect. In debug mode somehow |
| 859 # does not get flagged as a failure. | 859 # does not get flagged as a failure. |
| 860 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]], | 860 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]], |
| 861 | 861 |
| 862 # TODO(rmcilroy,4680): Test assert failures. | 862 # TODO(rmcilroy,4680): Test assert failures. |
| 863 'array-literal-feedback': [FAIL], | 863 'array-literal-feedback': [FAIL], |
| 864 'debug-liveedit-2': [FAIL], | 864 'debug-liveedit-2': [FAIL], |
| 865 'compiler/deopt-tonumber-compare': [FAIL], | |
| 866 'es6/mirror-collections': [FAIL], | 865 'es6/mirror-collections': [FAIL], |
| 867 'es6/regress/regress-468661': [FAIL], | 866 'es6/regress/regress-468661': [FAIL], |
| 868 'regress/regress-2618': [FAIL], | 867 'regress/regress-2618': [FAIL], |
| 869 'regress/regress-4121': [FAIL], | 868 'regress/regress-4121': [FAIL], |
| 870 'regress/regress-4266': [FAIL], | 869 'regress/regress-4266': [FAIL], |
| 871 'regress/regress-crbug-109362': [FAIL], | 870 'regress/regress-crbug-109362': [FAIL], |
| 872 'regress/regress-crbug-568477-2': [FAIL], | 871 'regress/regress-crbug-568477-2': [FAIL], |
| 873 'regress/regress-crbug-568477-3': [FAIL], | 872 'regress/regress-crbug-568477-3': [FAIL], |
| 874 'regress/regress-crbug-568477-1': [FAIL], | 873 'regress/regress-crbug-568477-1': [FAIL], |
| 875 | 874 |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 911 # Tests taking too long. | 910 # Tests taking too long. |
| 912 'array-functions-prototype-misc': [SKIP], | 911 'array-functions-prototype-misc': [SKIP], |
| 913 'strong/implicit-conversions': [SKIP], | 912 'strong/implicit-conversions': [SKIP], |
| 914 'strong/load-element-mutate-backing-store': [SKIP], | 913 'strong/load-element-mutate-backing-store': [SKIP], |
| 915 | 914 |
| 916 # Stack overflow. | 915 # Stack overflow. |
| 917 'big-array-literal': [SKIP], | 916 'big-array-literal': [SKIP], |
| 918 }], # 'gcov_coverage' | 917 }], # 'gcov_coverage' |
| 919 | 918 |
| 920 ] | 919 ] |
| OLD | NEW |