Chromium Code Reviews| 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 976 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 987 'regress/regress-crbug-485548-1': [SKIP], | 987 'regress/regress-crbug-485548-1': [SKIP], |
| 988 'regress/regress-crbug-485548-2': [SKIP], | 988 'regress/regress-crbug-485548-2': [SKIP], |
| 989 'regress/regress-crbug-487289': [SKIP], | 989 'regress/regress-crbug-487289': [SKIP], |
| 990 'regress/regress-crbug-489293': [SKIP], | 990 'regress/regress-crbug-489293': [SKIP], |
| 991 'regress/regress-crbug-489597': [SKIP], | 991 'regress/regress-crbug-489597': [SKIP], |
| 992 'regress/regress-crbug-498142': [SKIP], | 992 'regress/regress-crbug-498142': [SKIP], |
| 993 'regress/regress-crbug-500824': [SKIP], | 993 'regress/regress-crbug-500824': [SKIP], |
| 994 'regress/regress-crbug-501809': [SKIP], | 994 'regress/regress-crbug-501809': [SKIP], |
| 995 'regress/regress-crbug-506443': [SKIP], | 995 'regress/regress-crbug-506443': [SKIP], |
| 996 'regress/regress-crbug-507070': [SKIP], | 996 'regress/regress-crbug-507070': [SKIP], |
| 997 'regress/regress-crbug-527364': [SKIP], | |
|
rmcilroy
2016/01/04 15:40:24
Looks like this still fails for other reasons on t
| |
| 998 'regress/regress-crbug-530598': [SKIP], | |
| 999 'regress/regress-crbug-546968': [SKIP], | 997 'regress/regress-crbug-546968': [SKIP], |
| 1000 'regress/regress-crbug-568477-1': [SKIP], | 998 'regress/regress-crbug-568477-1': [SKIP], |
| 1001 'regress/regress-crbug-568477-2': [SKIP], | 999 'regress/regress-crbug-568477-2': [SKIP], |
| 1002 'regress/regress-crbug-568477-3': [SKIP], | 1000 'regress/regress-crbug-568477-3': [SKIP], |
| 1003 'regress/regress-crbug-568477-4': [SKIP], | 1001 'regress/regress-crbug-568477-4': [SKIP], |
| 1004 'regress/regress-crbug-572590': [SKIP], | 1002 'regress/regress-crbug-572590': [SKIP], |
| 1005 'regress/regress-deopt-gcb': [SKIP], | 1003 'regress/regress-deopt-gcb': [SKIP], |
| 1006 'regress/regress-deopt-gc': [SKIP], | 1004 'regress/regress-deopt-gc': [SKIP], |
| 1007 'regress/regress-deopt-in-array-literal-spread': [SKIP], | 1005 'regress/regress-deopt-in-array-literal-spread': [SKIP], |
| 1008 'regress/regress-embedded-cons-string': [SKIP], | 1006 'regress/regress-embedded-cons-string': [SKIP], |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1105 | 1103 |
| 1106 ############################################################################## | 1104 ############################################################################## |
| 1107 ['gcov_coverage', { | 1105 ['gcov_coverage', { |
| 1108 # Tests taking too long. | 1106 # Tests taking too long. |
| 1109 'array-functions-prototype-misc': [SKIP], | 1107 'array-functions-prototype-misc': [SKIP], |
| 1110 'strong/implicit-conversions': [SKIP], | 1108 'strong/implicit-conversions': [SKIP], |
| 1111 'strong/load-element-mutate-backing-store': [SKIP], | 1109 'strong/load-element-mutate-backing-store': [SKIP], |
| 1112 }], # 'gcov_coverage' | 1110 }], # 'gcov_coverage' |
| 1113 | 1111 |
| 1114 ] | 1112 ] |
| OLD | NEW |