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 898 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
909 'regress/regress-4266': [FAIL], | 909 'regress/regress-4266': [FAIL], |
910 'harmony/simd': [FAIL], | 910 'harmony/simd': [FAIL], |
911 'regress/regress-crbug-109362': [FAIL], | 911 'regress/regress-crbug-109362': [FAIL], |
912 'regress/regress-1170187': [FAIL], | 912 'regress/regress-1170187': [FAIL], |
913 'regress/regress-131994': [FAIL], | 913 'regress/regress-131994': [FAIL], |
914 'regress/regress-crbug-568477-2': [FAIL], | 914 'regress/regress-crbug-568477-2': [FAIL], |
915 'regress/regress-crbug-568477-3': [FAIL], | 915 'regress/regress-crbug-568477-3': [FAIL], |
916 'regress/regress-crbug-568477-1': [FAIL], | 916 'regress/regress-crbug-568477-1': [FAIL], |
917 'regress/regress-2318': [FAIL], | 917 'regress/regress-2318': [FAIL], |
918 | 918 |
| 919 # TODO(mythria,4680): Stack call size exceeds limit. |
| 920 # Try to tail call CallICStub from PushArgsAndCallIC builtin. |
| 921 'regress/regress-353551': [FAIL], |
| 922 |
| 923 # TODO(rmcilroy,4680): Related to inlining. Fails to get |
| 924 # the arguments info when functions are inlined. |
| 925 # TranslatedState::GetArgumentsInfoFromJSFrameIndex() |
| 926 'regress/regress-347262': [SKIP], |
| 927 'compiler/inline-arguments': [SKIP], |
| 928 'compiler/escape-analysis-arguments': [SKIP], |
| 929 |
919 # TODO(rmcilroy,4680): Test crashes. | 930 # TODO(rmcilroy,4680): Test crashes. |
920 'compiler/regress-funarguments': [SKIP], | 931 'compiler/regress-funarguments': [SKIP], |
921 'regress/regress-3985': [SKIP], | 932 'regress/regress-3985': [SKIP], |
922 'regress/regress-457935': [SKIP], | 933 'regress/regress-457935': [SKIP], |
923 'regress/regress-arg-materialize-store': [SKIP], | 934 'regress/regress-arg-materialize-store': [SKIP], |
924 'regress/regress-514362': [SKIP], | 935 'regress/regress-514362': [SKIP], |
925 | 936 |
926 # TODO(rmcilroy,4680): Test timeouts. | 937 # TODO(rmcilroy,4680): Test timeouts. |
927 'array-literal-transitions': [SKIP], | 938 'array-literal-transitions': [SKIP], |
928 'regress/regress-crbug-517592': [SKIP], | 939 'regress/regress-crbug-517592': [SKIP], |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1019 # Tests taking too long. | 1030 # Tests taking too long. |
1020 'array-functions-prototype-misc': [SKIP], | 1031 'array-functions-prototype-misc': [SKIP], |
1021 'strong/implicit-conversions': [SKIP], | 1032 'strong/implicit-conversions': [SKIP], |
1022 'strong/load-element-mutate-backing-store': [SKIP], | 1033 'strong/load-element-mutate-backing-store': [SKIP], |
1023 | 1034 |
1024 # Stack overflow. | 1035 # Stack overflow. |
1025 'big-array-literal': [SKIP], | 1036 'big-array-literal': [SKIP], |
1026 }], # 'gcov_coverage' | 1037 }], # 'gcov_coverage' |
1027 | 1038 |
1028 ] | 1039 ] |
OLD | NEW |