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 836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
847 'harmony/function-sent': [FAIL], | 847 'harmony/function-sent': [FAIL], |
848 'harmony/destructuring': [FAIL], | 848 'harmony/destructuring': [FAIL], |
849 'harmony/regress/regress-4482': [FAIL], | 849 'harmony/regress/regress-4482': [FAIL], |
850 'harmony/generators': [FAIL], | 850 'harmony/generators': [FAIL], |
851 'harmony/iterator-close': [FAIL], | 851 'harmony/iterator-close': [FAIL], |
852 'harmony/reflect-construct': [FAIL], | 852 'harmony/reflect-construct': [FAIL], |
853 'es6/promises': [FAIL], | 853 'es6/promises': [FAIL], |
854 'strong/function-arity': [FAIL], | 854 'strong/function-arity': [FAIL], |
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(mythria, 4780): Related to type feedback for calls in interpreter. |
858 # the line numbers in the stack trace are incorrect. In debug mode somehow | 858 'array-literal-feedback': [FAIL], |
859 # does not get flagged as a failure. | 859 'regress/regress-4121': [FAIL], |
860 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]], | 860 |
| 861 # TODO(mythria, 4764): lack of osr support. |
| 862 'regress/regress-2618': [FAIL], |
861 | 863 |
862 # TODO(rmcilroy,4680): Test assert failures. | 864 # TODO(rmcilroy,4680): Test assert failures. |
863 'array-literal-feedback': [FAIL], | |
864 'debug-liveedit-2': [FAIL], | 865 'debug-liveedit-2': [FAIL], |
865 'compiler/deopt-tonumber-compare': [FAIL], | 866 'compiler/deopt-tonumber-compare': [FAIL], |
866 'es6/mirror-collections': [FAIL], | 867 'es6/mirror-collections': [FAIL], |
867 'es6/regress/regress-468661': [FAIL], | 868 'es6/regress/regress-468661': [FAIL], |
868 'regress/regress-2618': [FAIL], | |
869 'regress/regress-4121': [FAIL], | |
870 'regress/regress-4266': [FAIL], | |
871 'regress/regress-crbug-109362': [FAIL], | 869 'regress/regress-crbug-109362': [FAIL], |
872 'regress/regress-crbug-568477-2': [FAIL], | 870 'regress/regress-crbug-568477-2': [FAIL], |
873 'regress/regress-crbug-568477-3': [FAIL], | 871 'regress/regress-crbug-568477-3': [FAIL], |
874 'regress/regress-crbug-568477-1': [FAIL], | 872 'regress/regress-crbug-568477-1': [FAIL], |
875 | 873 |
876 # TODO(rmcilroy, 4680): new ES6 instanceof support | |
877 'harmony/instanceof-es6': [SKIP], | |
878 | |
879 # TODO(rmcilroy,4680): Test timeouts. | 874 # TODO(rmcilroy,4680): Test timeouts. |
880 'array-literal-transitions': [SKIP], | 875 'array-literal-transitions': [SKIP], |
881 'regress/regress-crbug-517592': [SKIP], | 876 'regress/regress-crbug-517592': [SKIP], |
882 'regress/regress-crbug-568477-4': [SKIP], | 877 'regress/regress-crbug-568477-4': [SKIP], |
883 'regress/regress-crbug-409614': [SKIP], | 878 'regress/regress-crbug-409614': [SKIP], |
884 'regress/regress-crbug-42414': [SKIP], | 879 'regress/regress-crbug-42414': [SKIP], |
885 'regress/regress-1853': [SKIP], | 880 'regress/regress-1853': [SKIP], |
886 'regress/regress-crbug-424142': [SKIP], | 881 'regress/regress-crbug-424142': [SKIP], |
887 }], # ignition == True | 882 }], # ignition == True |
888 | 883 |
(...skipping 22 matching lines...) Expand all Loading... |
911 # Tests taking too long. | 906 # Tests taking too long. |
912 'array-functions-prototype-misc': [SKIP], | 907 'array-functions-prototype-misc': [SKIP], |
913 'strong/implicit-conversions': [SKIP], | 908 'strong/implicit-conversions': [SKIP], |
914 'strong/load-element-mutate-backing-store': [SKIP], | 909 'strong/load-element-mutate-backing-store': [SKIP], |
915 | 910 |
916 # Stack overflow. | 911 # Stack overflow. |
917 'big-array-literal': [SKIP], | 912 'big-array-literal': [SKIP], |
918 }], # 'gcov_coverage' | 913 }], # 'gcov_coverage' |
919 | 914 |
920 ] | 915 ] |
OLD | NEW |