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 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1042 'regress/regress-crbug-522895': [SKIP], | 1042 'regress/regress-crbug-522895': [SKIP], |
1043 'regress/regress-crbug-527364': [SKIP], | 1043 'regress/regress-crbug-527364': [SKIP], |
1044 'regress/regress-crbug-546968': [SKIP], | 1044 'regress/regress-crbug-546968': [SKIP], |
1045 'regress/regress-crbug-568477-1': [SKIP], | 1045 'regress/regress-crbug-568477-1': [SKIP], |
1046 'regress/regress-crbug-568477-2': [SKIP], | 1046 'regress/regress-crbug-568477-2': [SKIP], |
1047 'regress/regress-crbug-568477-3': [SKIP], | 1047 'regress/regress-crbug-568477-3': [SKIP], |
1048 'regress/regress-crbug-568477-4': [SKIP], | 1048 'regress/regress-crbug-568477-4': [SKIP], |
1049 'regress/regress-crbug-572590': [SKIP], | 1049 'regress/regress-crbug-572590': [SKIP], |
1050 'regress/regress-crbug-573857': [SKIP], | 1050 'regress/regress-crbug-573857': [SKIP], |
1051 'regress/regress-crbug-575080': [SKIP], | 1051 'regress/regress-crbug-575080': [SKIP], |
| 1052 'regress/regress-crbug-580506': [SKIP], |
1052 'regress/regress-deopt-gcb': [SKIP], | 1053 'regress/regress-deopt-gcb': [SKIP], |
1053 'regress/regress-deopt-gc': [SKIP], | 1054 'regress/regress-deopt-gc': [SKIP], |
1054 'regress/regress-deopt-in-array-literal-spread': [SKIP], | 1055 'regress/regress-deopt-in-array-literal-spread': [SKIP], |
1055 'regress/regress-embedded-cons-string': [SKIP], | 1056 'regress/regress-embedded-cons-string': [SKIP], |
1056 'regress/regress-existing-shared-function-info': [SKIP], | 1057 'regress/regress-existing-shared-function-info': [SKIP], |
1057 'regress/regress-fast-literal-transition': [SKIP], | 1058 'regress/regress-fast-literal-transition': [SKIP], |
1058 'regress/regress-function-constructor-receiver': [SKIP], | 1059 'regress/regress-function-constructor-receiver': [SKIP], |
1059 'regress/regress-handle-illegal-redeclaration': [SKIP], | 1060 'regress/regress-handle-illegal-redeclaration': [SKIP], |
1060 'regress/regress-inline-class-constructor': [SKIP], | 1061 'regress/regress-inline-class-constructor': [SKIP], |
1061 'regress/regress-inlining-function-literal-context': [SKIP], | 1062 'regress/regress-inlining-function-literal-context': [SKIP], |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1142 # Tests taking too long. | 1143 # Tests taking too long. |
1143 'array-functions-prototype-misc': [SKIP], | 1144 'array-functions-prototype-misc': [SKIP], |
1144 'strong/implicit-conversions': [SKIP], | 1145 'strong/implicit-conversions': [SKIP], |
1145 'strong/load-element-mutate-backing-store': [SKIP], | 1146 'strong/load-element-mutate-backing-store': [SKIP], |
1146 | 1147 |
1147 # Stack overflow. | 1148 # Stack overflow. |
1148 'big-array-literal': [SKIP], | 1149 'big-array-literal': [SKIP], |
1149 }], # 'gcov_coverage' | 1150 }], # 'gcov_coverage' |
1150 | 1151 |
1151 ] | 1152 ] |
OLD | NEW |