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 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1083 'try-finally-continue': [SKIP], | 1083 'try-finally-continue': [SKIP], |
| 1084 'try': [SKIP], | 1084 'try': [SKIP], |
| 1085 'undetectable-compare': [SKIP], | 1085 'undetectable-compare': [SKIP], |
| 1086 'unused-context-in-with': [SKIP], | 1086 'unused-context-in-with': [SKIP], |
| 1087 'value-wrapper': [SKIP], | 1087 'value-wrapper': [SKIP], |
| 1088 'with-function-expression': [SKIP], | 1088 'with-function-expression': [SKIP], |
| 1089 'with-parameter-access': [SKIP], | 1089 'with-parameter-access': [SKIP], |
| 1090 'with-prototype': [SKIP], | 1090 'with-prototype': [SKIP], |
| 1091 'with-readonly': [SKIP], | 1091 'with-readonly': [SKIP], |
| 1092 'with-value': [SKIP], | 1092 'with-value': [SKIP], |
| 1093 'regress/regress-builtinbust-7': [SKIP], | |
| 1094 'regress/regress-crbug-451770': [SKIP], | |
| 1095 'regress/regress-crbug-503968': [SKIP], | |
| 1096 'regress/regress-crbug-504729': [SKIP], | |
|
adamk
2016/01/05 19:19:05
Guessing these got skipped because ignition doesn'
Dan Ehrenberg
2016/01/06 00:27:57
Yeah, these seem to have sloppy mode function hois
| |
| 1093 }], # ignition == True | 1097 }], # ignition == True |
| 1094 | 1098 |
| 1095 ['ignition == True and (arch == arm or arch == arm64)', { | 1099 ['ignition == True and (arch == arm or arch == arm64)', { |
| 1096 'array-sort': [SKIP], | 1100 'array-sort': [SKIP], |
| 1097 'array-store-and-grow': [SKIP], | 1101 'array-store-and-grow': [SKIP], |
| 1098 'date-parse': [SKIP], | 1102 'date-parse': [SKIP], |
| 1099 'math-floor-part1': [SKIP], | 1103 'math-floor-part1': [SKIP], |
| 1100 'math-floor-part2': [SKIP], | 1104 'math-floor-part2': [SKIP], |
| 1101 'math-floor-part3': [SKIP], | 1105 'math-floor-part3': [SKIP], |
| 1102 'mul-exhaustive-part*': [SKIP], | 1106 'mul-exhaustive-part*': [SKIP], |
| (...skipping 30 matching lines...) Expand all Loading... | |
| 1133 | 1137 |
| 1134 ############################################################################## | 1138 ############################################################################## |
| 1135 ['gcov_coverage', { | 1139 ['gcov_coverage', { |
| 1136 # Tests taking too long. | 1140 # Tests taking too long. |
| 1137 'array-functions-prototype-misc': [SKIP], | 1141 'array-functions-prototype-misc': [SKIP], |
| 1138 'strong/implicit-conversions': [SKIP], | 1142 'strong/implicit-conversions': [SKIP], |
| 1139 'strong/load-element-mutate-backing-store': [SKIP], | 1143 'strong/load-element-mutate-backing-store': [SKIP], |
| 1140 }], # 'gcov_coverage' | 1144 }], # 'gcov_coverage' |
| 1141 | 1145 |
| 1142 ] | 1146 ] |
| OLD | NEW |