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 979 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
990 'regress/regress-crbug-506443': [SKIP], | 990 'regress/regress-crbug-506443': [SKIP], |
991 'regress/regress-crbug-507070': [SKIP], | 991 'regress/regress-crbug-507070': [SKIP], |
992 'regress/regress-crbug-527364': [SKIP], | 992 'regress/regress-crbug-527364': [SKIP], |
993 'regress/regress-crbug-530598': [SKIP], | 993 'regress/regress-crbug-530598': [SKIP], |
994 'regress/regress-crbug-546968': [SKIP], | 994 'regress/regress-crbug-546968': [SKIP], |
995 'regress/regress-crbug-568477-1': [SKIP], | 995 'regress/regress-crbug-568477-1': [SKIP], |
996 'regress/regress-crbug-568477-2': [SKIP], | 996 'regress/regress-crbug-568477-2': [SKIP], |
997 'regress/regress-crbug-568477-3': [SKIP], | 997 'regress/regress-crbug-568477-3': [SKIP], |
998 'regress/regress-crbug-568477-4': [SKIP], | 998 'regress/regress-crbug-568477-4': [SKIP], |
999 'regress/regress-crbug-572590': [SKIP], | 999 'regress/regress-crbug-572590': [SKIP], |
| 1000 'regress/regress-crbug-573857': [SKIP], |
1000 'regress/regress-deopt-gcb': [SKIP], | 1001 'regress/regress-deopt-gcb': [SKIP], |
1001 'regress/regress-deopt-gc': [SKIP], | 1002 'regress/regress-deopt-gc': [SKIP], |
1002 'regress/regress-deopt-in-array-literal-spread': [SKIP], | 1003 'regress/regress-deopt-in-array-literal-spread': [SKIP], |
1003 'regress/regress-embedded-cons-string': [SKIP], | 1004 'regress/regress-embedded-cons-string': [SKIP], |
1004 'regress/regress-existing-shared-function-info': [SKIP], | 1005 'regress/regress-existing-shared-function-info': [SKIP], |
1005 'regress/regress-fast-literal-transition': [SKIP], | 1006 'regress/regress-fast-literal-transition': [SKIP], |
1006 'regress/regress-function-constructor-receiver': [SKIP], | 1007 'regress/regress-function-constructor-receiver': [SKIP], |
1007 'regress/regress-handle-illegal-redeclaration': [SKIP], | 1008 'regress/regress-handle-illegal-redeclaration': [SKIP], |
1008 'regress/regress-inline-class-constructor': [SKIP], | 1009 'regress/regress-inline-class-constructor': [SKIP], |
1009 'regress/regress-inlining-function-literal-context': [SKIP], | 1010 'regress/regress-inlining-function-literal-context': [SKIP], |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1100 | 1101 |
1101 ############################################################################## | 1102 ############################################################################## |
1102 ['gcov_coverage', { | 1103 ['gcov_coverage', { |
1103 # Tests taking too long. | 1104 # Tests taking too long. |
1104 'array-functions-prototype-misc': [SKIP], | 1105 'array-functions-prototype-misc': [SKIP], |
1105 'strong/implicit-conversions': [SKIP], | 1106 'strong/implicit-conversions': [SKIP], |
1106 'strong/load-element-mutate-backing-store': [SKIP], | 1107 'strong/load-element-mutate-backing-store': [SKIP], |
1107 }], # 'gcov_coverage' | 1108 }], # 'gcov_coverage' |
1108 | 1109 |
1109 ] | 1110 ] |
OLD | NEW |