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 972 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
983 'regress/regress-crbug-501809': [SKIP], | 983 'regress/regress-crbug-501809': [SKIP], |
984 'regress/regress-crbug-506443': [SKIP], | 984 'regress/regress-crbug-506443': [SKIP], |
985 'regress/regress-crbug-507070': [SKIP], | 985 'regress/regress-crbug-507070': [SKIP], |
986 'regress/regress-crbug-527364': [SKIP], | 986 'regress/regress-crbug-527364': [SKIP], |
987 'regress/regress-crbug-530598': [SKIP], | 987 'regress/regress-crbug-530598': [SKIP], |
988 'regress/regress-crbug-546968': [SKIP], | 988 'regress/regress-crbug-546968': [SKIP], |
989 'regress/regress-crbug-568477-1': [SKIP], | 989 'regress/regress-crbug-568477-1': [SKIP], |
990 'regress/regress-crbug-568477-2': [SKIP], | 990 'regress/regress-crbug-568477-2': [SKIP], |
991 'regress/regress-crbug-568477-3': [SKIP], | 991 'regress/regress-crbug-568477-3': [SKIP], |
992 'regress/regress-crbug-568477-4': [SKIP], | 992 'regress/regress-crbug-568477-4': [SKIP], |
| 993 'regress/regress-crbug-572590': [SKIP], |
993 'regress/regress-deopt-gcb': [SKIP], | 994 'regress/regress-deopt-gcb': [SKIP], |
994 'regress/regress-deopt-gc': [SKIP], | 995 'regress/regress-deopt-gc': [SKIP], |
995 'regress/regress-deopt-in-array-literal-spread': [SKIP], | 996 'regress/regress-deopt-in-array-literal-spread': [SKIP], |
996 'regress/regress-embedded-cons-string': [SKIP], | 997 'regress/regress-embedded-cons-string': [SKIP], |
997 'regress/regress-existing-shared-function-info': [SKIP], | 998 'regress/regress-existing-shared-function-info': [SKIP], |
998 'regress/regress-fast-literal-transition': [SKIP], | 999 'regress/regress-fast-literal-transition': [SKIP], |
999 'regress/regress-function-constructor-receiver': [SKIP], | 1000 'regress/regress-function-constructor-receiver': [SKIP], |
1000 'regress/regress-handle-illegal-redeclaration': [SKIP], | 1001 'regress/regress-handle-illegal-redeclaration': [SKIP], |
1001 'regress/regress-inline-class-constructor': [SKIP], | 1002 'regress/regress-inline-class-constructor': [SKIP], |
1002 'regress/regress-inlining-function-literal-context': [SKIP], | 1003 'regress/regress-inlining-function-literal-context': [SKIP], |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1093 | 1094 |
1094 ############################################################################## | 1095 ############################################################################## |
1095 ['gcov_coverage', { | 1096 ['gcov_coverage', { |
1096 # Tests taking too long. | 1097 # Tests taking too long. |
1097 'array-functions-prototype-misc': [SKIP], | 1098 'array-functions-prototype-misc': [SKIP], |
1098 'strong/implicit-conversions': [SKIP], | 1099 'strong/implicit-conversions': [SKIP], |
1099 'strong/load-element-mutate-backing-store': [SKIP], | 1100 'strong/load-element-mutate-backing-store': [SKIP], |
1100 }], # 'gcov_coverage' | 1101 }], # 'gcov_coverage' |
1101 | 1102 |
1102 ] | 1103 ] |
OLD | NEW |